> For the complete documentation index, see [llms.txt](https://help.tenet.farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tenet.farm/how-to-use-bridge.md).

# How to use bridge?

**Step1.**Connect to your wallet

![](/files/-MR45Xap0fyxPhKVGJvH)

**Step2.** Clip the **\[Swap]** button on the navigation bar to process into the bridge page‌

![](/files/-MR45V5_6QpnvnfLkXOe)

**Step3.** If you want to convert TEN-ERC20 into TEN-BEP20, please switch your wallet network to ETH Main. If you want to convert TEN-BEP20 to TEN-ERC20, please switch your wallet network to BSC Main.‌

You can confirm the current swap direction through the icon on the page

![](/files/-MR4B4hwqgcfYjWKEeHz)

**Step4.** Set up the wallet address that you want to transfer to. If it is the same as your current wallet address, click on the **\[Same]** button for shortcut input.‌

![](/files/-MR4B7z6JvA-02M81RUl)

**Step5.** Set up the number of TEN you want to convert.

![](/files/-MR4BAVUu2LtkDeR45BU)

**Step6.** Clip the **\[Authorize]** button，Authorize ten. If authorized, skip this step

**Step7.** Submit your request. You will need to transfer the amount of TEN you want to convert to the counterparty. Meanwhile, a processing fee will be charged for the counterparty to make the transfer from the other chain.

· ETH→BSC Fee：0.002 ETH

· BSC→ETH Fee：0.2 BNB

**Take converting ETH into BSC as an example:**

**When the conversion transaction request is initiated, TEN will be transferred to the Bridge contract deployed on ETH. The contract will then start processing your request in the order of submission.**

**When you reach the top of the line and there is a sufficient amount of TEN in the Bridge contract on the BSC chain, the Bridge contract will begin transferring the corresponding amount of TEN to your BSC wallet address.**

**You will need to wait until the total amount of TEN in the BSC Bridge contract reaches a sufficient amount. Meanwhile, you will not be able to withdraw your conversion transaction request during the waiting process.**

**The same is true for converting BSC into 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://help.tenet.farm/how-to-use-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.
