- $71,250 USDC main award pot
- $3,750 USDC gas optimization award pot
- Join C4 Discord to register
- Submit findings using the C4 form
- Read our guidelines for more details
- Starts February 17, 2022 00:00 UTC
- Ends February 23, 2022 23:59 UTC
src/TurboMaster.sol (1 contracts) src/TurboSafe.sol (1 contracts) src/modules/* (4 contracts)
src/TurboRouter.sol (1 contracts) lib/ERC4626/src/ERC4626RouterBase.sol (1 contracts)
lib/solmate/src/mixins/ERC4626.sol (1 contract)
Note that ERC4626.sol is not fully up to date with EIP-4626. In particular it includes assetsOf
and assetsPerShare
which will be removed, and it is missing convertToShares
and convertToAssets
which should use identical logic to previewDeposit
and previewRedeem
for this contract, because the solmate vault has no slippage.
The default access control will allow the TurboRouter and TurboSavior to interface with the user Safes, but users can set their own access control policy by changing the "Authority" on their Safe.
Fuse liquidity accelerator for friends of the Tribe.
boost
: borrow fei and deposit it into an authorized vaultless
: redeem fei from a deposited vault and repay fei loansweep
: claim fei accrued as interest or other tokens laying idle in a safegib
: impound the collateral of a safe (requires special auth from the master)slurp
: accrue fees earned on fei deposited in a vault and split them with the master
git clone https://github.com/fei-protocol/tribe-turbo.git
cd tribe-turbo
make