> For the complete documentation index, see [llms.txt](https://docs.ternoa.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ternoa.network/learn/caps-token/bridge/mainnet-network/bep20-caps.md).

# BEP20 CAPS

### Bridge ERC20 CAPS <- to -> BEP20 CAPS

<div align="left"><figure><img src="/files/b96XycggFjfCArhAf4pU" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="danger" %}
Currently, the Bridge between BNB (Binance Smart Chain) and Ternoa is not possible. You have to use the Bridge between BNB and ETH (Ethereum), then bridge ETH to Ternoa
{% endhint %}

***

1. Go to the **Ternoa Bridge**: <https://bridge.ternoa.network>.
2. Under **From** select 'Binance Smart Chain' under **To** select 'Ethereum'
3. Click 'Connect Wallet' for each, and choose your preferred wallet from the selection
4. Enter the amount of **BEP20 CAPS** in the Amount section&#x20;

> Note: the minimum is 200 CAPS and the maximum is 200,000 CAPS

1. Click **Continue**
2. On the Confirmation pop-up, read and agree to the terms
3. Click **Continue**
4. Your transfer is in progress and could take up to 45 minutes to be completed.
5. Once completed, you will see a transaction successful notification
6. To view the transaction, click **View transaction** at the bottom of the notification

{% hint style="info" %}
The transaction fees will be associated with the 'From' network selected.
{% endhint %}


---

# 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.ternoa.network/learn/caps-token/bridge/mainnet-network/bep20-caps.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.
