> For the complete documentation index, see [llms.txt](https://illuminates-company.gitbook.io/eontribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://illuminates-company.gitbook.io/eontribe/ecosystem/cryptoexchange/dex.md).

# DEX

The DEX (decentralized exchange) in the Eontribe architecture allows users to decentralizedly buy, sell and trade cryptocurrencies and other digital assets. It is built on top of a blockchain network, which serves as the foundation of the decentralized Eontribe architecture and is designed to provide a safe and decentralized way for users to manage their digital assets.

Some of the key features of DEX in Eontribe include:

Decentralization

DEX is built on a decentralized architecture, which means there is no central authority or intermediary that controls or manages it. This provides a more transparent and secure way to trade digital assets.

P2P Trading

DEX enables peer-to-peer trading, where users can trade directly with each other, without the involvement of a central intermediary. This speeds up and makes trading more efficient, and reduces the risk of hacking or fraud.

Smart Contracts

DEX uses smart contracts to facilitate trading, providing automated and secure execution of transactions.

No withdrawal limits

DEX has no withdrawal limits, allowing users to easily move their assets on and off the exchange.

High Security

DEX is designed with security requirements in mind, using multi-layered security measures such as cold storage, two-factor authentication, and whitelisting IP addresses to protect users' assets from unauthorized access.

Interoperability

DEX can interact and integrate with other decentralized platforms, such as decentralized trading platforms, gaming platforms, or other social networks, allowing users to seamlessly move between different platforms and communities.

\
Open order book

DEX typically have an open order book, which means that all details about orders, such as buy and sell orders, are visible to everyone on the network. This allows for greater transparency and price discovery.

Decentralized trading mechanism

The trading mechanism on DEX is typically decentralized, which means that it operates on a network of nodes rather than a central server. This increases the security and reliability of the trading mechanism.

No KYC/AML requirements

DEX typically do not require Know Your Customer (KYC) or Anti-Money Laundering (AML) requirements, as users can trade anonymously.

\
Token swap support

DEX can support token swaps, which allows users to exchange one token for another without the involvement of a central intermediary.

Token launch platform

DEX can include a platform for token launches, which allows projects to launch their tokens and raise funds through Initial Coin Offerings (ICOs) or Initial Exchange Offerings (IEOs) in a decentralized manner.

<br>


---

# 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://illuminates-company.gitbook.io/eontribe/ecosystem/cryptoexchange/dex.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.
