> For the complete documentation index, see [llms.txt](https://whitepaper.stepn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.stepn.com/other-modules/decentralized-exchange.md).

# Decentralized Exchange

STEPN has built its own multi-chain Decentralized Exchange (DEX) **DOOAR**, it will undergo a few stages as outlined below:

Stage 1: A STEPN in-app swap without an independent front end: the swap only serve users within the STEPN app

Stage 2: A DEX with a front end: anyone can provide liquidity to GST/USDC & GMT/USDC pairs.

Stage 3: A DEX with a front end: anyone can create liquidity pools for other tokens (MULTI-CHAIN).

The swap within STEPN will charge 1% trading fee. In this 1% fee:&#x20;

1. 0.3% will be rewarded to the liquidity providers.
2. 0.6% will be held at a separate address to give back to the STEPN ecosystem. The potential use cases include: a) GMT buyback and burn; b) NFT sneakers buyback and burn; c) Support ecosystem building events ; d) Community giveaways and raffles.
3. 0.1% will be used for the future development work.&#x20;

The contract address of **DOOAR** is: \
\
Solana: \
Dooar9JkhdZ7J3LHN3A7YCuoGRUggXhQaG4kijfLGU2j\
\
BNBChain: \
Factory: 0x1e895bFe59E3A5103e8B7dA3897d1F2391476f3c \
Router: 0x53e0e51b5Ed9202110D7Ecd637A4581db8b9879F

Ethereum:\
Factory: 0x1e895bFe59E3A5103e8B7dA3897d1F2391476f3c \
Router: 0x53e0e51b5Ed9202110D7Ecd637A4581db8b9879F

Polygon:

Router: 0xAcc8e414ceeCF0BBF438f6c4B7417Ca59dcF7E47\
\
Dooar is officially released on 17th August 2022, the DEX address is dooar.com&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://whitepaper.stepn.com/other-modules/decentralized-exchange.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
