> For the complete documentation index, see [llms.txt](https://leodex.inleo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leodex.inleo.io/web-app/features/swaps.md).

# Swaps

<figure><img src="/files/UUY9DW6VCvO3RCBNtyk0" alt=""><figcaption></figcaption></figure>

A simple, intuitive and clean approach to cross-chain asset swapping with no intermediaries and full self-custody. LeoDex supports all of the major CrossChain trading routes, displaying each route in order based on how fast and how cheap it will be to use each protocol. From here, you choose which route makes the most sense for your goals (faster or cheaper) and click swap to complete it.

<figure><img src="/files/6bi0Zy1uDJ4BARa5AHdZ" alt=""><figcaption><p>Asset Selector: Default Sorted By Balance With Search Capabilities &#x26; Sort By Network</p></figcaption></figure>

## Supported Protocols, Wallets, Assets and Blockchains

**Protocols**

* Thorchain
* Maya Protocol
* ChainFlip
* Rango (Aggregator)
* Relay (Aggregator)
* Near Intents (Coming Soon)
* HyperLiquid (Coming Soon)
* Rujira Perps (Coming Soon)

**Wallets**

* CTRL
* Coinbase
* Trust Wallet
* Metamask
* Talisman&#x20;
* Keystore
* Ledger (Soon)
* Vultisig (Soon)

**Assets**

* Bitcoin (BTC)
* Ethereum (ETH)
* Solana (SOL)
* Litecoin (LTC)
* Dogecoin (DOGE)
* Thorchain (RUNE)
* USDT
* USDC
* Binance USD (BUSD)
* Binance Bitcoin (BTCB)
* DAI
* CACAO
* ChainFlip (FLIP)
* ChainLink (LINK)
* Dash (DASH)
* Wrapped Bitcoin (WBTC)
* Coinbase Bitcoin (CBBTC)
* Base USDC (USDBC)
* Bitcoin Cash (BCH)
* Tron (TRX)
* Avalanche (AVAX)
* Matic (MATIC)
* ... and many more!

**Blockchains**

* Arbitrum
* Avalanche&#x20;
* Base
* Bitcoin Cash
* Binance
* Bitcoin
* Cosmos
* Dash
* Doge
* Polkadot
* Ethereum
* Fantom
* Gaia
* Iota
* Kujira
* Linea
* Litecoin
* Mayachain
* Oktchain
* Optimism
* Polygon (Matic)
* Solana
* Thorchain
* Tonchain
* Tron
* Radix


---

# 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://leodex.inleo.io/web-app/features/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.
