> For the complete documentation index, see [llms.txt](https://docs.poolswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.poolswap.io/welcome-to-pool-docs.md).

# Welcome to Pool Docs

Welcome to the official documentation for **Pool** — the cross-chain DEX that gives you the power to swap crypto **seamlessly and privately**.

Whether you’re here as a **user, community member, or investor**, this GitBook will guide you through:

* **Standard Swaps** — fast, simple, cross-chain trades.
* **Anonymize Swaps** — private swaps powered by ZK proofs on Solana.
* **FAQs** — answers to the most common questions.
* **Contact Us** — how to reach our team or community.
* **Whitepaper** — our vision, mission, and roadmap.

***

### What is Pool?

Pool is a **cross-chain swap platform** that connects with multiple DEXes, including Exolix, LetsExchange, Swapuz, and ChangeNow — providing you with the best liquidity routes.

But we don’t stop there. With our **Anonymize Mode**, you can swap with **complete privacy** using **Succinct ZK proofs** and a **Solana-based mixer** — making Pool one of the first platforms to combine **cross-chain trading with built-in anonymity.**

***

### Why Choose Pool?

* **Cross-chain freedom** — trade across multiple blockchains in one place.
* **Privacy-first** — anonymization that leaves no traceable on-chain link.
* **Fast & reliable** — optimized routes, instant confirmations.
* **Non-custodial** — you stay in control of your funds.

***

Ready to dive in? Start with:

* Standard Swaps for fast, everyday trading.
* Anonymize Swaps if you want **full privacy**.


---

# 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://docs.poolswap.io/welcome-to-pool-docs.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.
