Skip to content

palmcivet7/ccip-rebase-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crosschain Rebase Token

This project was made following along with a Cyfrin tutorial.

  1. A protocol that allows users to deposit into a vault and in return receive rebase tokens that represent their underlying balance.
  2. Rebase token -> balanceOf function is dynamic to show the changing balance with time.
    • In this project: Balance increases linearly with time
    • mint tokens to our users everytime they perform an action (minting, burning, transferring, bridging)
  3. Interest rate
    1. Individually set an interest rate for each user based on some global interest rate of the protocol at the time the user deposits into the vault
    2. This global interest rate can only decrease to incentivize/reward early adopters

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published