> For the complete documentation index, see [llms.txt](https://messinaone.gitbook.io/messina/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://messinaone.gitbook.io/messina/bridge/token-bridge/token-bridge-fees.md).

# Token Bridge Fees

Fees are variable depending on the token bridged. Please refer to the table below for our planned fees:

<table><thead><tr><th width="147">Token</th><th>Fee (%)</th></tr></thead><tbody><tr><td>ALGO</td><td>0.06</td></tr><tr><td>USDC</td><td>0.06*</td></tr><tr><td>USDT</td><td>0.06*</td></tr><tr><td>BTC</td><td>0.2</td></tr><tr><td>ETH</td><td>0.2</td></tr><tr><td>CRO</td><td>0.06</td></tr><tr><td>PEPE</td><td>0.06</td></tr><tr><td>OPUL</td><td>0.06</td></tr><tr><td>ORDINALS</td><td>0.06</td></tr><tr><td>PEPE2.0</td><td>0.06</td></tr><tr><td>DBD</td><td>0.06</td></tr><tr><td>RLB</td><td>0.53</td></tr><tr><td>TRTS</td><td>0.06</td></tr></tbody></table>

\*0.06% bridging fees were introduced for all stablecoins on 15 June 2023

Please note that the above fees refer to bridging fees for utilizing the Messina.one Bridge. There are also transaction/gas/network fees specific for each chain that will be incurred.&#x20;

For Algorand, this fee is fixed at 0.001 Algo.&#x20;

For EVM chains, we are unable to forecast this fee as it is subject to prevailing gas costs but we do provide a generous estimate on the UI. These gas fees can be changed in the wallet pop-up during a transaction.


---

# 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://messinaone.gitbook.io/messina/bridge/token-bridge/token-bridge-fees.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.
