Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.04 KB

Meta Pool liquid-staking-sdk

Liquid Staking SDK for Meta Pool in the NEAR Blockchain

MetaPool.app is a multi-chain liquid staking protocol.

On the NEAR Blockchain implementation, people stake their NEAR tokens with MetaPool and receive a liquid "stNEAR" token representing their staked NEAR. stNEAR is a yield accruing token, and its price versus NEAR increases every epoch (every 15hs, approx. 10% APY). Users can use their stNEAR in DeFi to get extra yield, and they also can unstake and recover their original NEAR any time (the protocol is permissionless and non-custodial)

Installation

$ npm install @metapool/liquid-staking-sdk

Examples

Check the tests for examples using the library

Also this repo test-liquid-staking-sdk has SDK usage examples

Learn more