Skip to content
/ Vaults Public

A simple ERC4626 compliant Vault with a Harvester to handle reward distribution

Notifications You must be signed in to change notification settings

0xKoda/Vaults

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaults

General flow: Vault accepts a STRATEGY Address, funds get sent to this strategy address on deposit. The strategy contract (or bot) sends funds to Harvester contract. Harvester claims rewards for the Vault when a user withdraws from the Vault.

Using Forge

# build the artifacts
forge build 
 

About

A simple ERC4626 compliant Vault with a Harvester to handle reward distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published