> For the complete documentation index, see [llms.txt](https://docs.ts.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ts.finance/how-to-bridge-tmx-bnb-chain-ethereum.md).

# How to Bridge TMX (BNB Chain ↔ Ethereum)

TMX is currently available on BNB Chain and Ethereum. You can bridge TMX between the two networks directly through the built-in Swap feature on the [TermMax App V2](https://app-v2.termmax.ts.finance/).

Below is an example of bridging TMX from BNB Chain to Ethereum. The same steps apply when bridging from Ethereum to BNB Chain.&#x20;

### Step 1 — Open Swap

Go to[ app-v2.termmax.ts.finance](https://app-v2.termmax.ts.finance/), connect your wallet, and click Swap in the top-right corner.

![](https://3496430163-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fbey3QqLkQrkCxlgDKPaz%2Fuploads%2FHB5EwWiNCuD76hW5Gh60%2Funknown.png?alt=media\&token=01715f0b-9755-4b64-9a58-2a5f44751dc6)

### Step 2 — Select TMX on BNB Chain

Select BNB Smart Chain as the source network. Search for TMX and select TermMax (TMX). Make sure you select the token labeled TermMax.

![](https://3496430163-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fbey3QqLkQrkCxlgDKPaz%2Fuploads%2FZCBSXLWCSBhGufrXyhDV%2Funknown.png?alt=media\&token=92c530d2-ad3f-4c31-b132-146eabf7e6eb)

### Step 3 — Select TMX on Ethereum

For the destination token, select Ethereum as the destination network and choose TermMax (TMX).

Your bridge direction should now be: **TMX on BNB Chain → TMX on Ethereum**

Enter the amount of TMX you want to bridge, or click Max. The available bridge route will be shown at the bottom of the page.

![](https://3496430163-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fbey3QqLkQrkCxlgDKPaz%2Fuploads%2FYSze93ioFERepSJ2UdfF%2Funknown.png?alt=media\&token=0199573b-a7a3-4cd9-9d4c-66b2638774eb)

### Step 4 — Confirm the Bridge

Review the bridge details, including the amount, estimated gas fee, slippage, and bridge route.

Click Bridge and confirm the transaction in your wallet. Once the transaction is completed, your TMX will arrive on Ethereum.

### Gas Reminder

Make sure you have enough native tokens in your wallet to pay for gas on the source chain:

* Bridging from BNB Chain: keep enough BNB
* Bridging from Ethereum: keep enough ETH


---

# 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.ts.finance/how-to-bridge-tmx-bnb-chain-ethereum.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.
