Tutorial on creating a yield generating strategy using the Tribe DAO's Turbo and ERC-4626 products.
- Git clone this repo:
git clone https://github.com/fei-protocol/getting-started.git
- Install dependencies:
npm install
- Run tests:
npm run test
A new standard for Tokenized vaults. It represents a strategy which is itself also tokenised
A standard wrapper, called a Safe, around a collaterised Fuse lending position.
Users create a Safe and then borrow Fei. The borrowed Fei is costless, 0% APR, and that borrowed Fei is programmatically placed into an ERC-4626 strategy.
This tutorial takes you through the end to end flow of:
- Creating an ERC-4626 strategy
- Creating a Turbo Safe
The tutorial forks makes use of Hardhat, Typescript and forks mainnet, so we can deploy and test against Fuse.