StaFi Cosmos LSD Stack powered by StaFi Protocol is a suite of software which helps developers deploying LSD project instantly. Thanks to Neutron, we are able to implement liquid staking in smart contract. The key component of it is StakeManager contract, which is responsible for handling staking logic, validator set management, reward distribution, and withdrawals. In addition, LSD token is an cw20 compatible contract, users get LST after stake and it will be burnt after unstake.
Contract | Version | Description |
---|---|---|
Liquid Staking Manager | v0.1.0 | Code & Documentaion |
LSD Token | v0.1.0 | lsd token(Code, cw20_base) |
make compile
make compile_debug
./scripts/test.sh
The license for Neutron LSD Contracts is the Business Source License 1.1 (BUSL-1.1), see LICENSE.