StarkFiStarkFi

LST Commands

Endur liquid staking — stake, redeem, check positions and stats

Prerequisite: Requires an active authenticated session. Run starkfi auth login first.

Overview

LST (Liquid Staking Token) commands let you interact with Endur liquid staking on Starknet. When you stake STRK, you receive xSTRK — a liquid token whose value appreciates over time as staking yield accrues. Unlike delegation staking, LST yield is embedded in the share price — there is no separate reward to claim.

Commands

lst-position

Show your liquid staking position — LST share balance and equivalent staked value.

starkfi lst-position
starkfi lst-position -a WBTC --json
FlagDefaultDescription
-a, --assetSTRKUnderlying asset symbol

lst-stats

Show Endur LST statistics — current APY and total value locked.

starkfi lst-stats
starkfi lst-stats -a WBTC --json
FlagDefaultDescription
-a, --assetSTRKAsset to query

lst-stake

Deposit into Endur liquid staking (e.g. STRK → xSTRK).

starkfi lst-stake <amount> [-a <asset>]
Argument/FlagRequiredDefaultDescription
amountAmount to stake
-a, --assetSTRKAsset to stake

Examples:

starkfi lst-stake 100
starkfi lst-stake 0.5 -a WBTC

lst-redeem

Redeem a specific amount of LST shares back to the underlying asset.

starkfi lst-redeem <amount> [-a <asset>]
Argument/FlagRequiredDefaultDescription
amountAmount of LST shares to redeem
-a, --assetSTRKUnderlying asset

Examples:

starkfi lst-redeem 50
starkfi lst-redeem 0.25 -a WBTC

lst-exit-all

Redeem your entire LST position for a given asset.

starkfi lst-exit-all [-a <asset>]
FlagDefaultDescription
-a, --assetSTRKAsset to exit completely

Examples:

starkfi lst-exit-all
starkfi lst-exit-all -a WBTC

Yield Model

Important: Endur LST yield is embedded in the share price. Your xSTRK shares increase in value over time — there are no separate rewards to claim. Do not use rewards --claim for LST positions. Use lst-redeem or lst-exit-all to realize your yield.

LST vs Delegation Staking

FeatureDelegation StakingLST (Endur)
LiquidityLocked until unstake cooldownLiquid — trade xSTRK anytime
YieldClaimable rewardsEmbedded in share price
Commandsstake, unstake, rewardslst-stake, lst-redeem, lst-exit-all
ComposabilityLimitedxSTRK usable in DeFi (Troves, lending)

MCP equivalents: LST Toolsget_lst_position, get_lst_stats, lst_stake, lst_redeem, lst_exit_all

Edit on GitHub

Last updated on

On this page