Skip to content

Dhruv-2003/DefiforXDC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staking Contract

--> Rewards user for staking their tokens in the contract

  • User can withdraw and deposit at an point of time
  • Tokens Earned can be withdrawed any time
  • Rewards are calculated with reward rate and time period staked for
  • The balance and reward earned can be checked at any point of time

Lending Pool Contract

--> Create a pool contract that accepts deposit from lenders and borrow money to the borrowers

  • Lenders can lend any amount of money and earn some interest for it.
  • User or borrower can borrow some amount of tokens (limited) , and pay back with interest for some time period.
  • Interest is calculated according the interest rate and borrowing time peroid
  • Lender can withdraw the amount later with extra interest earning
  • Other functions can be called to determine the balance at any point of time , and the rewards earned

Vault Contract

--> Sharing of Yield For the no. of shares owned

  • user can deposit their money
  • Some shares are minted according to the value deposited
  • Vault generate some yield by a puropose and the value of share increases
  • user can withdraw the amount by burning those share at any point of time .

About

Collection of DEFI contracts for XDC network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors