Skip to content

LiNEAR v1.0.0

Compare
Choose a tag to compare
@linguists linguists released this 22 Mar 22:40
· 112 commits to main since this release
fdbacc6

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:

  1. Staking Pool interface: users can perform all the staking pool operations including deposit, stake, unstake and withdraw, which is compatible with staking-pool contract. The staked $NEAR in the contract will be managed by the validator pool.
  2. 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 including stake, unstake, withdraw and update rewards against all the managed validators
  3. $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.
  4. 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) and remove liquidity (remove LP shares and receive $NEAR and $LiNEAR).