> For the complete documentation index, see [llms.txt](https://invinos.gitbook.io/invinos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invinos.gitbook.io/invinos/core-app-modules/anonymous-dex.md).

# Anonymous DEX

The anonymous decentralized exchange module provides users the ability to swap assets across supported tokens and chains without revealing trading behavior or wallet identity. Unlike conventional DEXs that log every swap on public ledgers, Invinos’ DEX operates through transaction relays, session wallets, and cross-chain mixers that hide the origin and destination of every trade.

There are no order books, no public mempool exposure, and no linkable history. The DEX is designed to eliminate frontrunning, address clustering, and liquidity tracking — while still allowing the user to complete efficient, low-slippage trades from within the Invinos app. It is designed to be compatible with DeFi aggregators, custom routers, and private market makers.

Traders maintain full control over what they reveal, and every swap is conducted with maximum opacity.


---

# 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:

```
GET https://invinos.gitbook.io/invinos/core-app-modules/anonymous-dex.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
