> For the complete documentation index, see [llms.txt](https://docs.squadswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squadswap.com/platform/products/bridge/ton-bridge.md).

# Ton Bridge

## Bridge SQUAD from BNB Chain to Ton Chain via Ethereum

Currently, we cannot directly bridge Squad tokens from BNB Chain to Ton Chain.We can only bridge TON coins directly from BNB Chain to Ton Chain. To bridge Squad tokens from BNB Chain to Ton Chain, you first need to transfer the Squad tokens from BNB Chain to the Ethereum network. Afterward, you can bridge them from Ethereum to Ton Chain.

#### How to do?

1. **Go to** [**SquadSwap Bridge**](https://bridge.squadswap.com/)**.**
2. **Connect Your Wallet**: Ensure that your wallet supports both BNB Chain and the Ethereum. We recommend using MetaMask.
3. **Connect Your Wallet**: Connect your wallet to initiate the bridge process.
4. **Bridge from BNB Chain to Ethereum Network**:
   * When your wallet is connected to BNB Chain, bridge your Squad tokens to the Ethereum chain.
   * After the transaction is complete, you can monitor the transaction hash on Layer Zero Scan.
5. **Bridge Squad from Ethereum to Ton Chain**:
   1. Go to [Ton Bridge.](https://bridge.ton.org/)
   2. You will see a Connect Ethereum button. Connect your wallet.
   3. Afterward, select other tokens from Asset section.
   4. You will see a Connect Wallet appearing after you select the other tokens. Click that and connect wallet which is supported ton chain. (Ton wallet, Tonkeeper etc.)
   5. Enter the Squad token address on Ethereum (0x08Ccb86a31270Fd97D927A4e17934C6262A68b7E)
   6. Enter amount you want to bridge.
   7. Enter your ton chain address.
   8. Brdige it. That's all. You bridged your Squad tokens to Ton chain. You will see your Squad Token on your wallet after you bridged it. You will see you Squad token in your ton wallet after brdige operation completed.

{% hint style="warning" %}
The confirmation of this brdige operation in the ton chain can take a long time (around 10 minutes).&#x20;
{% endhint %}

#### Squad Token Addresses

* **Ethereum Chain**: 0x08Ccb86a31270Fd97D927A4e17934C6262A68b7E
* **Ton Chain**: EQDa\_XLAUqdgQV0g\_QInqC08rtnvMNmylPApaBXoWSs4aeOY


---

# 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.squadswap.com/platform/products/bridge/ton-bridge.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.
