> For the complete documentation index, see [llms.txt](https://docs.vetro.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vetro.org/using-the-app/bridge.md).

# Bridge

The Bridge tab lets you transfer supported Vetro assets across connected networks using LayerZero's Omnichain Fungible Token (OFT) standard. VUSD and vetBTC are natively present on 100+ chains — bridging moves the same canonical token, not a wrapped version.

## How to Bridge

1. Open [beta.vetro.org](https://beta.vetro.org) and connect your wallet
2. Click the **Bridge** tab in the top navigation
3. Select the asset to bridge (e.g. VUSD)
4. Select the **destination network**
5. Enter the amount to send
6. Review the **estimated received amount** and **network fee**
7. Click **Approve** (first time only for this asset on this network)
8. Click **Bridge** and confirm the transaction in your wallet

> You are bridging from your currently connected network. Switch networks in your wallet before starting if needed.

## Fees

| Fee                   | Amount                                         |
| --------------------- | ---------------------------------------------- |
| LayerZero relayer fee | Small fee in source chain native gas token     |
| Vetro protocol fee    | Zero — no additional protocol fee for bridging |

## What to Expect

* Bridge transactions typically settle in **under 2 minutes**
* Your balance updates on the destination network once the cross-chain message is relayed
* No liquidity pools or intermediaries — the OFT standard burns on source and mints on destination against the same canonical supply


---

# 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.vetro.org/using-the-app/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.
