> For the complete documentation index, see [llms.txt](https://docs.allbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allbridge.io/allbridge-overview/bridge-fee/bridge-fees-from-xrpl-transfers.md).

# Bridge Fees from XRPL transfers

### **What is a Bridge Fee?**

* A Bridge Fee is a fee that a user pays for each bridge transfer.&#x20;
* A bridge transfer requires 2 transactions: Send transaction on the source chain and Receive transaction on the destination chain. The bridge fee is paid with the Send transaction.&#x20;
* The bridge fee does not include a gas fee. You will pay for gas yourself.&#x20;
* The fee is paid in the same token that you transfer.

### **XRPL Fee**

* Bridge Fee for XRPL is **0.1%** of the transfer amount. For example, if you transfer 1000 SOLO, you will pay 1000 SOLO \* 0.1% = 1 SOLO.&#x20;
* The bridge fee does not include the XRPL transaction cost. You will pay for it yourself.

## **FAQ**

### **Do I need to pay for the Receive transaction on XRPL?**

No. When you click the “Receive” button on the bridge interface, you don’t pay any fees for it. Exceptions:\
If you don’t have a Trust Line with the token that you send to XRPL wallet, you will have to complete a transaction for Trust Line creation. [Read more](https://xrpl.org/trust-lines-and-issuing.html#creation) about Trust Lines on XRPL.

### **Will there be an Allbridge Staking on XRPL?**

No, Allbridge Staking will not be available on XRPL.&#x20;


---

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