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

# Standard Swaps

Pool makes cross-chain swaps easy and intuitive. Whether you want to connect your wallet directly or use a manual transfer, we’ve got you covered.

You can swap thousands of tokens across multiple chains by leveraging our integrations with leading DEX aggregators such as **Exolix, LetsExchange, Swapuz, ChangeNow, and more.**

{% tabs %}
{% tab title="🦊 Option 1: Wallet Connect" %}

* Connect directly via **MetaMask, Phantom, Rabby, TrustWallet**, or other supported wallets.
* Transactions are initiated and signed by you inside your wallet app.
* 100% on-chain, fast, and secure.

**Benefits:**

* Seamless experience — no need to copy/paste addresses.
* Transactions typically complete in **0–5 minutes**.
* Best for users who prefer convenience and already have a connected wallet.
  {% endtab %}

{% tab title="📩 Option 2: Manual Send" %}

* No wallet connection required.
* Pool generates a **one-time deposit address** for you.
* You send the crypto you want to trade to that address and specify the destination wallet where you want to receive your swapped funds.

**Benefits:**

* Ideal for users who prefer not to connect wallets directly.
* Transactions typically complete in **0–5 minutes**.
* Lower cost than anonymized swaps while still providing flexibility.
  {% endtab %}
  {% endtabs %}

## Comparison Table

| Feature        | Wallet Connect  | Manual Send     | Anonymize Mode (Private) |
| -------------- | --------------- | --------------- | ------------------------ |
| **Liquidity**  | DEX Aggregators | DEX Aggregators | Non-custodial CEX        |
| **Connection** | Wallet          | None            | Both                     |
| **Speed**      | 0–5 mins        | 0–5 mins        | 5–30 mins                |
| **Cost**       | $$              | $               | $$$                      |
| **Anonymity**  | None            | Semi            | Full                     |

## Summary

Choose **Wallet Connect** if you want the **fastest, most seamless experience**, or **Manual Send** if you’d prefer not to connect your wallet directly.

For users who want the **highest level of privacy**, check out our **Anonymize Swaps** section.


---

# 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/standard-swaps.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.
