To be posted to Snapshot on Jan 19, 2025
TL:DR
- Bancor protocols, CarbonDefi & ArbFastLane, have generated fees on multiple EVM chains
- A recent proposal has described how these fees should be converted into a single token https://vote.bancor.network/#/proposal/0x82b918fd7d51809102bb0c3620ce22959e49b5ccdf29228da42360e48edadd46
- This proposal outlines a specific method to send these tokens to the Carbon Vault on Mainnet (Vault | Address 0x60917e542addd13bfd1a7f81cd654758052dadc4 | Etherscan)
- From the vault, anyone can send these to the vortex by calling execute: execute() | Carbon DeFi Dev
- After execute is called, the specified tokens are sent to the Carbon Vortex on mainnet (OptimizedTransparentUpgradeableProxy | Address 0xD053Dcd7037AF7204cecE544Ea9F227824d79801 | Etherscan)
- This new contract is something that anyone can trigger via a public function
New Bridge Function
- A new contract associated to each Carbon Vortex will have a new public function called “bridge()”
- This does not include Ethereum
- The details of this function on each chain will be different to fit the relevant bride available for this chain
- On execution:
- Indicate amount or send the full currently available budget of the token
- Submit a transaction to the bridge
- Destination on Ethereum will always be the carbonVault address
Note 1: This proposal suggests no caller incentive for this Function as it is likely to be triggered by someone in the community who does not require a financial incentive - this also simplifies the contract.
Note 2: For safety, we should enforce minReturn to prevent bridge actions that “leak” funds in the process as a result of low bridge liquidity.
Bridge Function
- SEI to Ethereum
Consolidate all tokens into wETH
Bridge: Stargate V2
- Celo to Ethereum
Consolidate all tokens into wETH
Bridge: We will use their upcoming native bridge
- Base to Ethereum
Consolidate all tokens into ETH
Bridge: Stargate V2
- Fantom to Ethereum
Consolidate all tokens into wETH
Bridge: Stargate V1
- Mantle to Ethereum
Consolidate all tokens into wETH
Stargate V2
- Linea to Ethereum
Consolidate all tokens into ETH
Stargate V2
- Blast to Ethereum
Consolidate all tokens into wETH
Bridge: Across
- Telos to Ethereum
Consolidate all tokens into wETH
Bridge: LayerZero
- IOTA to Ethereum
Consolidate all tokens into wETH
Bridge: Stargate V2
For:
Bridge back to the mainnet as described above
Against:
Take no action