Skip to content

Crowdsourced compunding with incentivized harvesting

Notifications You must be signed in to change notification settings

enderNakamoto/compounder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STBZ/ETH pool compounder

There's juicy STBZ to be had in Stabilize Finance if we compounded frequently. For Example:

if the APR is 250%:

Compounding Frequency APY
Semi-Annually 406.25%
Monthly 868.82%
Daily 1107.91%

Source

Compounding everyday manually will take a lot of effort and cost a lot of gas, Therefore, we crowdsource this in this contract

This project is based off sushi-farm which in turn was based off yVaults. YAY! OpenSource

Functions

Harvest

It is callable every day. This Harvests the STBZ profits STBZ-ETH pool and re-invests it. Function caller gets 0.05% of the profits to compensate for gas. Dev also gets 0.01% when the harvest() is called.

harvest()

Deposit

Converts normal STBZ into cmpSTZ. (compounded STBZ).

deposit(uint256 _amount)
depositAll()

Withdraw

Converts your cmpSTZ (compounded STBZ) for normal STBZ.

withdraw(uint256 _shares)
withdrawAll()

About

Crowdsourced compunding with incentivized harvesting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published