> 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/how-to-bridge-tokens.md).

# How To Bridge Tokens

1. Select a Source and Destination chain, then connect the respective wallets.

<figure><img src="/files/p8se59KAr8rIFwJkeAdp" alt=""><figcaption></figcaption></figure>

2. Choose an available asset from the "Select Asset" dropdown menu. The asset in the "Receive Asset" field will be automatically populated.

<figure><img src="/files/H14pvRGIxSP0TXgzm9XA" alt=""><figcaption></figcaption></figure>

3. Enter a valid bridging amount in the "Input Bridge Amount" or the "Received Amount" field. You will see the Bridge Fee and Estimated Gas fees automatically populated.

<figure><img src="/files/jaSgUUJKfa2KfXGphUao" alt=""><figcaption></figcaption></figure>

4. Once that is done, tick the checkbox and click on "Review Transaction".

<figure><img src="/files/rurCHE9xC3hoFHFETgQc" alt=""><figcaption></figcaption></figure>

5. A confirmation popup will appear where you can double check the transaction details before bridging. Click "Confirm" to start the bridging process.&#x20;

<figure><img src="/files/sHGxO6md9M6dRtOa0Z2p" alt=""><figcaption></figcaption></figure>

6. Sign the transaction popups in your Source chain wallet. Once it's complete, a transaction hash will be generated for the Source chain.

<figure><img src="/files/2phlbnwCeO6TVbc9dfJm" alt=""><figcaption></figcaption></figure>

7. Press the "Claim" button to start the claiming process. Sign the transaction popups in your Destination chain wallet.

<figure><img src="/files/xWWCsXOu4AXhYugU7QJK" alt=""><figcaption></figcaption></figure>

8. Once the claiming process is done, a transaction hash will be generated for the claim.&#x20;

<figure><img src="/files/kJiUB0n1FEDgrwpPFrPQ" alt=""><figcaption></figcaption></figure>

Your bridging is successful! You can check your Destination chain wallet for the bridged tokens.


---

# 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/how-to-bridge-tokens.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.
