# Rate Limiting

The bridge has some rate limiting enforced. The rate limits are over a certain duration.

{% hint style="info" %}
Example: If the limit is 10M per 24h, and a wallet bridges out 10M in one transaction, the limit will be reset over the course of the 24h.

3 hours after this transaction, assuming no other transactions are done in the meantime, the outbound limit will be:

10M / 24 \* 3 = 1.25M BORG
{% endhint %}

At the moment the limits are:

| Chain    | Inbound | Outbound | Duration |
| -------- | ------- | -------- | -------- |
| Ethereum | 1M      | 10M      | 24 hours |
| Solana   | 10M     | 10M      | 24 hours |


---

# 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.swissborg.com/bridge/security/rate-limiting.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.
