Rate Limiting

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

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

At the moment the limits are:

ChainInboundOutboundDuration

Ethereum

1M

10M

24 hours

Solana

10M

10M

24 hours

Last updated