> 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/whitepaper.md).

# Whitepaper

Welcome to the **Pool Whitepaper** — a high-level overview of our vision, technology, and roadmap. This is not a deep technical paper, but rather a **clear explanation of what Pool is, why it matters, and where we are headed.**

***

### Vision & Purpose

At Pool, we believe **privacy is a fundamental right in DeFi**. Most cross-chain swaps today are transparent — anyone can trace transactions and link them to wallets.

We are building a platform that makes swapping **seamless, cross-chain, and private** — combining the best of liquidity aggregation with **next-generation privacy technology.**

***

### The Problem

* **Cross-chain friction:** Users struggle with moving assets between chains efficiently.
* **Zero privacy:** Traditional swaps leave a permanent, traceable trail on-chain.
* **Fragmented liquidity:** Users must check multiple DEXes manually to get the best price.

***

### Our Solution

Pool solves these challenges by combining:

{% stepper %}
{% step %}

## Cross-Chain Aggregation

* Integration with leading liquidity providers (ChangeHero, Exolix, LetsExchange, Swapuz, ChangeNow, and more).
* Always get the **best routes and prices** across multiple chains.
  {% endstep %}

{% step %}

## Anonymize Mode (Mixer on Solana)

* Optional privacy layer using a **shielded pool**.
* Powered by **Succinct ZK proofs** for unlinkable deposits and withdrawals.
* Fixed denominations + relayers ensure **100% anonymity**.
  {% endstep %}

{% step %}

## User-Friendly Experience

* Use **Wallet Connect** for seamless swaps or **Manual Send** for flexibility.
* Simple steps: **Deposit → Save Note → Withdraw.**
  {% endstep %}
  {% endstepper %}

***

### How It Works (Simplified)

* **Normal Swap:** Choose tokens → view quotes → confirm → receive funds.
* **Anonymize Swap:** Deposit → receive Note → withdraw anonymously via relayer.

Every step is **non-custodial** and **fully on-chain**.

***

### Why It Matters

* **Efficiency**: Best routes for swaps across chains.
* **Privacy**: Unlinkable transactions with ZK proofs.
* **Security**: Non-custodial, trustless architecture.
* **Adoption Ready**: Simple enough for anyone to use.

***

### Closing Note

Pool is **more than a DEX** — it’s a step toward **true financial privacy in DeFi**. We’re bridging the gap between **liquidity aggregation** and **privacy-first innovation**.

Join us as we redefine how swaps should work: **cross-chain, fast, and private.**


---

# 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/whitepaper.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.
