For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployments

Smart contracts of the Swaps.io Protocol are deployed on 25 blockchains. The addresses of the main contracts can be found below, namely:

  • Main Flash Diamond - on all chains

  • Collateral in Stablecoin and Bitcoin variants:

    • CollateralManager - on collateral chain 💰

    • CollateralBastion - on other chains

Flash

Main Flash contract is represented by Diamond instance which contains multiple facets.

Collateral

Collateral is represented by CollateralManager contract on collateral chain (marked with 💰) or with CollateralBastion instance (on other chains). Depending on which asset is used as deposit, a different contract variant should be used: Stablecoin or Bitcoin.

Stablecoin

Bitcoin

Last updated