/LSD-cryptocurrency

LSD-Cryptocurrency is a liquid staking and leverage staking platform, offering users the ability to stake their crypto assets for yield generation.

Primary LanguageTypeScript

LSD 💊

LSD is a liquid staking and leverage staking based yield generating vault. You can deposit your matic and receive LSD tokens which will appreciate in value w.r.t. matic over time 📈 LSD internally uses Stader, Aave & Balancer as well as the whole project. Link

Contracts

LSD.sol: This is the core ERC4626 based contract
LSDWrapper.sol: This contract contains additional function for slippage and gateway (i.e. if user wishes to invest matic instead of wmatic or receive matic instead of wmatic they can use these gateway functions)

Running this project

  1. Clone the repository
  2. Run the following command from the root of the project
yarn install
yarn start

If you don't wish to interact with the polygon mainnet follow the steps below:

  1. Clone the repository
  2. In the scaffold.config.ts file change the targetNetwork property to chains.hardhat
  3. Run the following command from the root of the project
yarn install
yarn fork
yarn deploy
yarn start