> For the complete documentation index, see [llms.txt](https://docs.swissborg.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swissborg.com/bridge/security/rate-limiting.md).

# 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 |
