> For the complete documentation index, see [llms.txt](https://docs.tomo.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomo.inc/tomo-wallet/telegram-wallet/user-manual/swap.md).

# Swap

With features like cross-chain swaps, Tomo enables users to manage assets across blockchains, making it simple to explore decentralized finance without complicated processes.

**How to Swap Tokens on the Tomo Telegram Wallet**

1. **Launch Tomo Telegram Wallet and Tap \[Swap]:** Access \[Swap] on the wallet tab or at the bottom.
2. **Select Network and Tokens:** On the \[Swap] tab, select the network. Tomo Telegram Wallet supports Bitcoin, Ethereum, BNB Chain, Arbitrum One, Base, Blast, Avalanche, Polygon, Scroll, Optimism, Linea, B3, DuckChain Testnet, Solana, TON, and TRON. Then choose the tokens to swap, e.g., swapping ETH on Base to USDT on Linea.
3. **Enter the Swap Amount and Review Details:** Check the estimated gas fee, transaction time, slippage, quote route, and provider. Slide \[Slide to Confirm] to proceed. Tomo offers optimized default settings but also supports custom provider and slippage options.
4. **Review Swap History:** Check completed transactions in \[Swap History] or \[Wallet] > \[Activity].
5. **Wait for Optimal Route:** If \[Slide to Confirm] remains gray, please wait while the system finds the best route.

<figure><img src="/files/H6U7sBmEX6ejopnNQEmR" alt=""><figcaption><p>cross-chain swap</p></figcaption></figure>


---

# 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.tomo.inc/tomo-wallet/telegram-wallet/user-manual/swap.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.
