Smart Contracts
This page provides links for BridgeSwap's smart contracts.
Last updated
Was this helpful?
This page provides links for BridgeSwap's smart contracts.
Last updated
Was this helpful?
MasterChef : The MasterChef contract represents the main yield farm contract which is in charge of distributing BRIS to yield farmers staking on the BridgeSwap protocol.
BRIS Vault : The BRIS Vault contract represents the main vault contract, which is in charge of managing all the vaulting strategies utilized on BridgeSwap's BNB Chain vaults.
BRIS Token : BRIS Token represents the native token of the BridgeSwap protocol. This token is distributed to yield farmers who stake tokens which are recognized by BridgeSwap's yield farm.
BridgeSwap Factory: The BridgeSwap Factory is the primary DEX contract which is used to create and track all pairs created on the BridgeSwap protocol. When a new pair needs to be created, this contract deploys a completely new pair contract specifically for these tokens and notes the address for future lookup.
BridgeSwap Router: The BridgeSwapRouter is an external, non-value holding, contract which manages different sets of interactions with the BridgeSwapFactory related to adding/removing liquidity and swapping tokens. Because this contract holds no value it can be upgraded without needing to redeploy the BridgeSwapFactory.