📖
SwissBorg Docs
  • SwissBorg Documentation
  • BORG Migration
    • How to migrate?
      • SwissBorg app
      • Migration Website
      • Etherscan
    • Business Logic
    • Technical Documentation
      • SwissBorgToken.sol
      • ChsbToBorgMigrator.sol
    • Security
    • Audit
    • Contract Addresses
  • Bridge
    • How to bridge?
      • SwissBorg app
      • Bridge Website
    • Security
      • Rate Limiting
    • Audits
    • Contract Addresses
  • Whitepaper
    • Whitepaper
  • Links
    • SwissBorg
    • Github
    • Discord
    • Twitter
    • Twitter | Engineering & DeFi
Powered by GitBook
On this page
  1. Bridge
  2. Security

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:

Chain
Inbound
Outbound
Duration

Ethereum

1M

10M

24 hours

Solana

10M

10M

24 hours

PreviousSecurityNextAudits

Last updated 1 year ago