Skip to main content

Documentation Index

Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Liquid staking protocols allow you to stake assets and receive a liquid token (LST) representing your staked position. This enables earning staking rewards while maintaining DeFi composability.
Liquid staking mechanics (mint/redeem, token handling, withdrawal timing) are protocol-specific. Always consult the yield metadata for required arguments and lifecycle rules.

Supported protocols

Lido (stETH)

Ethereum and Polygon liquid staking

Rocket Pool (rETH)

Decentralized ETH liquid staking

Benqi (sAVAX)

Avalanche liquid staking

TonStakers (tsTON)

TON liquid staking

Available liquid staking

ProtocolToken InToken OutYield ID
LidoETHstETHethereum-eth-lido-staking
Rocket PoolETHrETHethereum-eth-rocketpool-staking
LidoMATICstMATICethereum-matic-lido-staking
ProtocolToken InToken OutYield ID
BenqiAVAXsAVAXavalanche-avax-benqi-liquid-staking
ProtocolToken InToken OutYield ID
TonStakersTONtsTONton-ton-tston-staking
ProtocolToken InToken OutYield ID
JustLendTRXsTRXtron-trx-justlend-staking

Benefits of liquid staking

Immediate liquidity

No unbonding periods — swap LSTs anytime on secondary markets

DeFi composability

Use LSTs as collateral in lending, liquidity pools, and other protocols

Lower minimums

No 32 ETH requirement for Ethereum; stake any amount

Automatic rewards

Rewards accrue via rebase or exchange rate appreciation

Integration pattern

1

Fetch yield metadata

Get token mechanics (rebase vs exchange rate) and withdrawal options.
2

Enter (stake)

Deposit native asset, receive LST in return.
3

Exit (unstake)

Redeem LST for underlying asset. May have withdrawal queue or instant swap option.
4

Track balances

LST balance reflects staked position; value accrues over time.

Example flow

curl --request GET \
  --url https://api.yield.xyz/v1/yields/ethereum-eth-lido-staking \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'

Reward mechanics

Your token balance increases daily as rewards accrue. 1 stETH always represents 1 ETH of staked value.
Token balance stays constant; the exchange rate against the underlying asset increases. 1 rETH represents >1 ETH over time.
Most LSTs offer both:
  • Protocol withdrawal: Redeem via protocol (may have queue)
  • Market swap: Sell LST on DEX for instant liquidity (may have slippage)

Where to go next

Native Staking

Compare with native staking options

Restaking

Restake LSTs for additional yield

DeFiKit

Full DeFi integration guide

API Reference

Discovery endpoints