# Fees

The bridge is designed to keep fees low and transparent, while covering network costs and preventing spam transact. There are no additional network fees, meaning you only pay the bridge fee—nothing else.

### **What Fees Are Charged?**

Only one fee! The bridge fee is 0.3% of the transferred amount and is applied to every transaction.

<table data-full-width="false"><thead><tr><th width="108.7139892578125">Fee Type</th><th width="157.1429443359375">Amount</th><th width="328.0001220703125">Who Pays?</th><th>Purpose</th></tr></thead><tbody><tr><td><strong>Bridge</strong> </td><td>0.5% per transfer</td><td>Deducted from the user's transaction only when bridging from Constellation to other networks</td><td>Supports bridge operations and prevents spam</td></tr><tr><td><strong>Network</strong> </td><td>0%</td><td><ul><li>No gas fees on Constellation</li><li>BASE gas fees are paid by the bridge</li></ul></td><td>-</td></tr></tbody></table>

{% hint style="success" %}
&#x20;Before confirming a transaction, the bridge UI will display the estimated final amount you'll receive.
{% endhint %}

### **How the Bridge Fee Works**

The 0.5% bridge fee is automatically deducted from the amount you receive. Since no gas fees are required, this is the only cost involved in using the bridge.

#### **A. Example: Bridging from Constellation to Base**

1️⃣ You send 1,000 DAG from Constellation to Base.\
2️⃣ The 0.5% bridge fee is deducted = 5 DAG on BASE.\
3️⃣ You receive 995 DAG in your Base wallet.

#### **B. Example: Bridging from Base to Constellation - No fee charged**

1️⃣ You send 1,000 DAG from Base to Constellation.\
2️⃣There is no fee applied\
3️⃣ You receive 995 DAG in your Constellation wallet.

{% hint style="success" %}
🚀 No additional fees, no surprises!
{% endhint %}

### **Why Is There a Bridge Fee?**

The 0.5% bridge fee serves two key purposes:

First, it prevents spam transactions. Since transactions on Constellation are fee-less, adding a small fee discourages abuse, such as repeated micro-transfers that could clog the bridge.

Second, it supports bridge operations. The fee helps maintain and improve the bridge, ensuring long-term sustainability and reliability for users.

Unlike traditional bridges that charge gas fees in addition to service fees, this bridge is designed to be cost-efficient and predictable, with only a single, transparent fee applied to each transfer.


---

# 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.constellationnetwork.io/bridge/fees.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.
