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

# Swap tutorials

These are pair-specific, step-by-step tutorials for swapping across chains on ButterSwap (no CEX account required).

New to ButterSwap? Start here first:

* [Butter Swap User Guide](/butter-swap-user-guide/user-guide.md)

## Quick checklist (30 seconds)

✅ Connect your **From** wallet first\
✅ Set **Received Address** (connect wallet or enter address)\
✅ Keep gas on the From chain (ETH / TRX / SOL / BNB / BTC miner fee)\
✅ Double-check receiving address format:

* **TRON (TRC20):** `T...`
* **BNB Chain (BEP20/EVM):** `0x...`
* **Solana:** base58 Solana address (no `0x`, no `T`)
* **Bitcoin:** `bc1... / 1... / 3...`

## Tutorials

* [USDT (TRC20) → BTC (Native Bitcoin): Step-by-Step (No CEX Account)](/butter-swap-user-guide/swap-tutorials/swap-usdt-trc20-to-btc.md)
* BTC (Native Bitcoin) → TRON (TRX / USDT-TRC20): Step-by-Step (No CEX Account)
* BTC (Native Bitcoin) → USDT on BNB Chain: Step-by-Step (No CEX Account)
* BTC (Native Bitcoin) → SOL on Solana: Step-by-Step (No CEX Account)
* ETH on Ethereum → USDT (TRC20) on TRON: Step-by-Step (No CEX Account)
* USDT (ERC20) → USDT (TRC20): Step-by-Step (No CEX Account)
* How to Swap Memecoins Without a CEX Account — Solana, BNB Chain, and TRON


---

# 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:

```
GET https://docs.butternetwork.io/butter-swap-user-guide/swap-tutorials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
