Skip to content

DutchX

Description

The DutchX is a decentralized exchange for ERC-20 tokens. DutchX uses the Dutch auction principle which attempts to fix issues faced by other decentralized exchanges such as front running, low liquidity and third party risk.

Since 28.June 2019 dxDAO is owner of the DutchX protocol governed be reputation holders.

How an auction works

  1. Sellers deposit tokens they want to sell to the exchange and pick what token they want in return.
  2. Once a $1,000 threshold in deposits for the pair is reached, the auction starts at 2x the previous closing price.
  3. The price of the pair starts falling according to a price decreasing function.
  4. Bidders can now begin to place their bids and immediately claim tokens bought even if the auction hasn't cleared yet.
  5. Once the entire sell side is accounted for, the auction clears and everyone who bid pays that price for the tokens. This means those who bid higher can come back and claim more tokens.

Interface examples

Sellers:

Buyers:

Resources