🚈Crosschain

Bolide Finance system introduces a crosschain capability using Stargate bridge. The Crosschain feature, inspired by the SushiSwap approach, empowers Bolide Protocol with the ability to facilitate the

Contracts:

These contracts form the core of the Crosschain module and are crucial for the functioning of the crosschain transfer mechanism.

  1. AccumulatedDepositor (contracts/crosschain/AccumulatedDepositor.sol): This contract handles the deposit of tokens on the destination chain.

  2. CrossChainDepositor (contracts/crosschain/CrossChainDepositor.sol): This contract manages the deposit of tokens on the source chain.

These contracts ensure the secure and efficient execution of crosschain transactions, offering users the opportunity to utilize assets across different chains effectively.

Last updated