LiNEAR v1.0.0
LiNEAR Protocol is a liquid staking solution built on the NEAR Protocol. LiNEAR unlocks liquidity of the staked NEAR by creating a staking derivative to be engaged with various DeFi protocols on NEAR and Aurora, while also enjoying over 10% APY staking rewards of the underlying base tokens. LiNEAR is the cornerstone piece of the NEAR-Aurora DeFi ecosystem.
v1.0.0 version includes the following features:
- Staking Pool interface: users can perform all the staking pool operations including
deposit
,stake
,unstake
andwithdraw
, which is compatible withstaking-pool
contract. The staked $NEAR in the contract will be managed by the validator pool. - Validator Pool: to increase safety and efficiency of staking and unstaking, the validator pool managed all the valid validators that LiNEAR will stake to. Executors will execute
epoch actions
per epoch includingstake
,unstake
,withdraw
andupdate rewards
against all the managed validators - $LiNEAR fungible token: once user staked via the LiNEAR contract, the staked shares are available as a Fungible Token in the
LiNEAR
contract, and all the NEP141 fungible token methods (e.g.ft_transfer
,ft_transfer_call
, etc.) are supported in $LiNEAR. - Liquidity Pool: a single-direction liquidity pool is implemented to instantly swap LiNEAR into NEAR, which supports
add liquidity
(adding $NEAR liquidity and minting LP shares) andremove liquidity
(remove LP shares and receive $NEAR and $LiNEAR).