# Bridge Fee

{% hint style="warning" %}

## Allbridge Classic is deprecated and will be stopped in mid-2026. You can find information on our current bridge Allbridge Core [here](https://docs-core.allbridge.io/).

{% endhint %}

### How large is the Bridge Fee on every blockchain?

|   Blockchain  | Bridge Fee | Availability of Staking |
| :-----------: | :--------: | :---------------------: |
|   Avalanche   |    0.3%    |        Available        |
|   BNB Chain   |    0.3%    |        Available        |
|      Celo     |    0.3%    |        Available        |
|    Ethereum   |     $1     |      Not available      |
|     Fantom    |    0.3%    |        Available        |
| NEAR Protocol |    0.3%    |        Available        |
|    Polygon    |    0.3%    |        Available        |
|     Solana    |    0.3%    |        Available        |
|     Stacks    |    0.1%    |      Not available      |
|    Stellar    |    0.3%    |      Not available      |
|   XRP Ledger  |    0.1%    |      Not available      |

### What is a Bridge fee?

* A **Bridge Fee** is a fee paid for each bridge transfer.&#x20;
* Regular bridge transfer requires **2** transactions: **Send** transaction on the source chain and **Receive** transaction on the destination chain. The Bridge Fee is only paid for **Send** transactions.
* The fee is paid in the **same** token that is transferred.

### How can I reduce the Bridge Fee?

![Fee Calculator](/files/GEL5WUF6KVHW7hIWZhnV)

You can reduce the Bridge Fee through ABR staking.&#x20;

More information about the ABR staking is available here:

{% content-ref url="/pages/I9biGgeRaMwHrT1P4DON" %}
[Allbridge Classic staking](/allbridge-classic-staking/abr-staking.md)
{% endcontent-ref %}

### How is the Bridge Fee calculated?

* **Bridge Fee** may vary depending on the blockchain (please see the table above for a complete breakdown). For example, if 1000 USDC is transferred from Solana, the bridge charges 1000 USDC \* 0.003 = 3 USDC.
* It is calculated **before** the Send transaction is triggered.
* Allbridge Classic **Stakers** may reduce the Bridge Fee if they stake their ABR on the source chain.

### What happens if I don’t have gas in the destination wallet?

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

The user is required to pay the Gas Fee twice: during the “Send” transaction and “Receive” transaction.

However, Allbridge Classic allows you to pay an additional fee and delegate the “Receive” transaction to the bridge on *certain chains*. You may find more information about the feature here:

{% content-ref url="/pages/ZTayR53QMN2EqZ3ct0RP" %}
[Under the hood of Allbridge Classic](/allbridge-overview/under-the-hood-of-allbridge-classic.md)
{% endcontent-ref %}


---

# 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://docs.allbridge.io/allbridge-overview/bridge-fee.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.
