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

# Guide

**To use the bridge, you must control both the sending and receiving blockchain wallets. With both wallets you will need to sign a blockchain transaction, which means you have the seed phrase of both wallets and enough gas tokens to complete the transaction.**\
\
**\*With exception for UNIT0 token for the direction from Waves chain to Unit0 chain, no need to sign a transaction to receive on Unit0 chain.**

A step by step explainer of an example bridge transaction sending PETE from Waves blockchain to BNB Chain:

1. Go to WavesBridge dApp: <https://wavesbridge.io/bridge> on desktop or laptop.
2. Select Waves blockchain to send **from**.

<figure><img src="/files/pGQda8LhbpJxDulbZDk2" alt="" width="375"><figcaption><p>From</p></figcaption></figure>

***

3. Select BNB Chain blockchain to send **to**.

<div data-full-width="false"><figure><img src="/files/84U1hKlPgoTWSHUXsZyJ" alt="" width="375"><figcaption><p>To</p></figcaption></figure></div>

***

4. Select an asset PETE.

<figure><img src="/files/KQn94CSzeA4P2yj7vLtr" alt="" width="375"><figcaption><p>Select an asset</p></figcaption></figure>

***

5. Connect Waves wallet.

<figure><img src="/files/Yq7LE32nJ6VO7FH5djtB" alt="" width="563"><figcaption></figcaption></figure>

***

6. Copy paste your BNB Chain wallet address and the amount of PETE you wish to send. Check whether everything is correct and click 'Send'. \
   Approve the transaction.\
   (In case this is the first interaction, you need to approve the spending cap first).

<figure><img src="/files/7UtSrBNrPjJJkDozRvm7" alt="" width="563"><figcaption><p>Input address and amount</p></figcaption></figure>

***

7. Wait till the required blockchain confirmations are done, then connect BNB Chain wallet with the receiving address.

<figure><img src="/files/ZZ3xtAk6GgzQl11QwGUO" alt="" width="375"><figcaption><p>Connect wallet</p></figcaption></figure>

***

8. Click 'Receive' and approve the transaction. Wait a bit for the blockchain transaction to be confirmed and you are done.

<figure><img src="/files/ZEj6He5uFWAVQNysp8xN" alt="" width="375"><figcaption><p>Receive</p></figcaption></figure>


---

# 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:

```
GET https://wavesbridge.gitbook.io/wavesbridge/how-to-use-the-bridge/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
