# How to make a crosschain swap?

Follow these steps to swap tokens between different blockchain networks:

{% stepper %}
{% step %}
**Access MyTonWallet**:

* Open the **Wallet** tab in your **MyTonWallet** interface
  {% endstep %}

{% step %}
**Launch Swap Feature**:

* Click or tap the **Swap** button to begin
  {% endstep %}

{% step %}
**Select Tokens and Networks**:

* Choose the token you want to swap from
* Select the token you want to receive
* Specify the destination network (e.g., ERC-20, BEP-20, BTC)
  {% endstep %}

{% step %}
**Specify Amount**:

* Enter the amount you want to swap
* Review the estimated amount you'll receive
  {% endstep %}

{% step %}
**Review Transaction Details**:

* Check the estimated exchange rate
* Verify the network fees
* Confirm the total transaction cost
  {% endstep %}

{% step %}
**Enter Recipient Details**:

* Click the **Swap** button
* Carefully enter the recipient's wallet address for the destination network
* Double-check the address format matches the selected network
  {% endstep %}

{% step %}
**Confirm Transaction**:

* Review all details one final time
* Click "Confirm" to proceed with the swap
  {% endstep %}

{% step %}
**Wait for Completion**:

* Your cross-chain transaction is being processed
* Tokens will arrive in the destination wallet after network confirmations
* Processing time may vary depending on network conditions
  {% endstep %}
  {% endstepper %}

***

{% hint style="warning" %}
Cross-chain swaps involve multiple networks, so transaction times may be longer than on-chain swaps. Always verify addresses carefully as transactions cannot be reversed.
{% endhint %}

{% hint style="info" %}
Exchange rates and fees may vary based on market conditions and network congestion. The final rate is locked when you confirm the swap.
{% endhint %}

{% hint style="success" %}
Ready for a cross-chain swap? Try our [**swap interface**](http://my.tt/swap/?amount=50\&in=tron-tr7nhqjekq\&out=ton-eqcxe6mutq) now 🚀
{% endhint %}

## See also

* [How to calculate swap costs and fees?](/intro/swaps/how-to-calculate-swap-costs-and-fees.md)
* [What tokens are supported for swaps?](/intro/swaps/what-tokens-are-supported-for-swaps.md)
* [How to make an onchain swap?](/intro/swaps/how-to-make-an-onchain-swap.md)


---

# Agent Instructions: 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://help.mytonwallet.io/intro/swaps/how-to-make-a-crosschain-swap.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.
