> For the complete documentation index, see [llms.txt](https://dannychain.gitbook.io/danny/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dannychain.gitbook.io/danny/dan-defi/dex-exchange.md).

# DEX Exchange

## 🔒 DANDex – Decentralized Exchange Platform

### 💡 Overview

[DANDex](https://dandex.io/) is a decentralized exchange (DEX) platform designed to provide fast, secure, and low-cost cryptocurrency trading within the Danny Chain ecosystem. Built with modern blockchain technology, DANDex enables users to swap digital assets directly from their wallets without relying on centralized intermediaries.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-globe" style="color:$primary;">:globe:</i></h4></td><td><strong>Swap page</strong></td><td>Execute trades quickly with our reliable matching engine and responsive trading interface.</td><td><a href="/pages/9e6489391e0b8b3710eb3e8b11f3f2c0ab53ae7a">/pages/9e6489391e0b8b3710eb3e8b11f3f2c0ab53ae7a</a></td><td><a href="/files/ILHF5M0NJapFOioFW5D3">/files/ILHF5M0NJapFOioFW5D3</a></td></tr><tr><td><h4><i class="fa-gear" style="color:$primary;">:gear:</i></h4></td><td><strong>Swap page</strong></td><td>Multi-layer security with encryption, secure wallets, and authentication protocols to protect your assets.</td><td><a href="/pages/1961a0c0dfd8029b5b32862472404bead171c798">/pages/1961a0c0dfd8029b5b32862472404bead171c798</a></td><td><a href="/files/xHU5vCd7vEwtJmFOKAjj">/files/xHU5vCd7vEwtJmFOKAjj</a></td></tr></tbody></table>

***

## ✨Modules

| Module     | Description                                             |
| ---------- | ------------------------------------------------------- |
| Swap       | Token swaps via pancakeswap V2 -style AMM on Dannychain |
| Lliquidity | Add Lliquidity on Dex exchange                          |

{% content-ref url="/pages/UNZgbTgS1FmKASfgxPGH" %}
[Smart Contract](/danny/token-and-contract/smart-contract.md)
{% endcontent-ref %}

## 🟪User Flow <a href="#user-flow" id="user-flow"></a>

1. Connect wallet to Danny (Chain ID 5069)
2. Open [Dandex](https://dandex.io/)
3. Choose input/output token pair
4. Set amount and review price impact/slippage
5. Approve token (first swap per token)
6. Confirm swap transaction

## 📗 Key Features

* Fast and secure token swaps
* Low transaction fees
* Non-custodial trading system
* Liquidity pool integration
* Wallet connectivity support
* Multi-chain EVM compatibility
* User-friendly trading interface

{% hint style="info" %}
Want join the Danny project? [Suggest one in the community](https://t.me/dannytoken).
{% endhint %}

## 🔒 Security

DANDex prioritizes security and transparency by utilizing smart contract technology and decentralized infrastructure. Users maintain full control of their assets while trading directly on-chain.

## 🔆Ecosystem Integration

DANDex is part of the growing DannyChain ecosystem, supporting:

* DAN Token utilities
* Staking platform integration
* Blockchain services
* Future DeFi applications
* NFT and marketplace expansion

## 🟪 Vision

The mission of DANDex is to build an accessible and efficient decentralized financial ecosystem that empowers global users with transparent, borderless, and secure blockchain trading solutions.

## 🔷 Benefits for Users

* Full ownership of funds
* Decentralized trading experience
* No centralized custody risk
* Transparent blockchain transactions
* Accessible worldwide 24/7

***

#### ☎️Need Help? <a href="#need-help" id="need-help"></a>

Reach out to us for support, suggest improvements, or file a ticket using the [**Support**](mailto:admin@dannychain.com) on Telegram. Our team is here to assist you!

* [**Telegram**](https://t.me/dannytoken): Join our developer community
* [**Twitter**](https://x.com/Dan74668): information Danny Chain


---

# 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://dannychain.gitbook.io/danny/dan-defi/dex-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.
