5. Decentralized Exchange

A Sequentia DEX has two main components: a messaging system and a trading engine. The messaging system collects user trade intentions (orders) and sends them to the trading engine that checks the orders and executes them.

A DEX may fail to be censorship-resistant due to any of the two following distinct single points of failure:

  1. When the trading engine is prone to attack vectors, for example, if there is an identifiable owner of the private key/address who manages the smart contract and who, in some cases, has the power to stop it;

  2. When the messaging system critically relies on centralized access points (i.e., a website or a relayer node), that can be shut down (18).

In theory, Sequentia supports several different types of DEX interactions, depending on the needs or preferences of users in terms of decentralization, privacy, and censorship resistance: from a fully decentralized solution (in terms of both the trading engine and the messaging system) to milder solutions that introduce intermediaries in the communication in order to increase the spectrum of possible trades.

Footnotes/p5

18. Most DEXs today are implemented with a web interface: one famous example is EtherDelta, where to access its functionalities, a user had to go through etherdelta.com. The website then talks to the browser’s extension MetaMask, which receives and sends the information from and to the Ethereum network. In 2018, the SEC fined EtherDelta’s founder for operating an unregistered Security Exchange, which resulted in the exchange suspending its operations.

Last updated