Staking Pool
The liquid staking contract implements a staking pool interface. From a developer’s perspective, interacting with a liquid staking contract feels almost identical to working with a regular staking pool. You can call familiar methods likedeposit_and_stake, unstake, and withdraw, and they follow the same lifecycle - the only difference is that your stake is represented by a liquid token instead of being locked inside a single pool.
Behind the scenes, the contract delegates tokens across multiple validators, usually selected from the top-performing ones on the network. These validators are actively maintained and closely monitored, which makes them far less likely to experience downtime or performance issues.
Since your stake is spread across several validators, the average reward rate will typically be slightly lower than if you delegated directly to a single, high-performing validator. However, you gain better security against validator outages and the ability to exchange your liquid token back to NEAR at any time without waiting through the unstaking delay.
Liquid Staking Providers
Below are the major liquid staking providers on NEAR:| Provider | Testnet Account | Mainnet Account |
|---|---|---|
| Metapool | meta-v2.pool.testnet | meta-pool.near |
| Rhea Finance | - | lst.rhealab.near |
| Linear | linear-protocol.testnet | linear-protocol.near |
Using Liquid Staking
Deposit and Stake Tokens
To stake your NEAR and receive the liquid token, run:Unstake
When ready, request unstake with the following command. You’ll need to wait the standard delay of 4 epochs (24-28 hours) for funds to become available for withdrawal:Withdraw
After 4 epochs have passed, run the following command to withdraw NEAR tokens:Benefits of Liquid Staking
Instant Liquidity
Trade your staked tokens on DEXs without waiting for the unstaking period.
Validator Diversification
Your stake is automatically distributed across multiple top-performing validators.
DeFi Integration
Use your liquid staking tokens in other DeFi protocols while still earning staking rewards.
Lower Risk
Reduced risk of slashing or downtime from any single validator.