# Allna Bridge

## Introduction

For blockchains to join a network of other blockchains, they must have interoperability, which is the capacity to share information with other blockchains. There have been several interoperability solutions developed, each with their own benefits and drawbacks.

<figure><img src="/files/z468lDfRGkKE7lPmJWdV" alt=""><figcaption><p>There is a scheme of how bridge works</p></figcaption></figure>

The Allna Bridge, a component that enables asset and communication migration between multiple networks, including the BNB Chain Mainnet (L1) or any L2 constructed on top of the BNB Chain, is one of these solutions. From the user's point of view, it is critical that an asset be able to be moved between networks without losing any of its original value or usefulness..

## How to bridge your tokens with Allna Bridge?

1\. Select the "Bridge" tab in the list of sections on the left

2\. Connect your wallet&#x20;

3\. In the Amount of Token line, enter the number of tokens you want to transfer

4\. Select the token you want to transfer in the dropdown menu

5\. Select the network from which you are sending the token (also in dropdown menu)

6\. Select the network to which you want to transfer the assets

7\. Click on Approve

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

{% hint style="info" %}
It's very simple and this way you can transfer your tokens from one network to another without any problems.
{% endhint %}

<br>


---

# Agent Instructions: 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://allna.gitbook.io/whitepaper/allna-protocol/allna-bridge.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.
