Fundamentals

Rebasing vs Wrapped Staking Tokens: stETH and wstETH Explained

6 min read · Updated 2026-06-08

Flowing blue liquid ribbons connecting circular nodes

The same staked position can be represented in two token formats. Choosing the wrong one causes confusing balances, failed integrations and messy records — so it is worth understanding the mechanics before you deposit anywhere.

How a rebasing token behaves

A rebasing liquid staking token is designed to stay approximately one-to-one with the underlying asset. Rewards arrive as an increase in your token balance, applied periodically by the protocol across every holder at once. Deposit ten units and the wallet may show slightly more the next day without any transaction appearing in your history.

The upside is legibility. Anyone can glance at a wallet and see the position growing. The downside is that a moving balance breaks assumptions in a lot of software. Automated market makers, lending markets, custody systems, bridges and accounting tools generally assume a balance changes only when a transfer occurs, and a silent rebase can strand rewards in a contract that has no logic to distribute them.

How a wrapped, value-accruing token behaves

The wrapped form fixes the balance and lets the redemption rate move instead. You wrap the rebasing token into the wrapped version at the current exchange rate and receive a smaller number of tokens, each worth more than one unit of the underlying asset. Over time that exchange rate climbs; your token count does not.

Because the balance is static, wrapped tokens behave like any ordinary ERC-20. They integrate cleanly with lending markets, liquidity pools and bridges, and they are far easier to reconcile in accounting because each acquisition has a single cost basis and no phantom balance events.

Which to hold, and when

Hold the rebasing form for simple long-term staking in a self-custodied wallet where readability matters. Hold the wrapped form when the token will be used as collateral, deposited into a pool, bridged to another network, or tracked by bookkeeping software.

Wrapping and unwrapping is not a taxable-neutral or cost-neutral action everywhere: it is a contract interaction that costs gas, and jurisdictions treat it differently. Check the local treatment rather than assuming the wrapper is invisible.

Common mistakes to avoid

The most frequent error is sending a rebasing token into a contract that does not support rebasing, then wondering where the rewards went. The second is comparing a wrapped token's price to the underlying asset's price and concluding it is trading at a huge premium — it is not; the wrapped token simply represents more than one unit.

A third is assuming the two forms carry different risk. They do not. Both are claims on the same staked pool with the same validators, the same protocol and the same withdrawal queue. Only the accounting differs.

stETH, wstETH and Lido Finance in practice

The rebasing and wrapped pair described here is best known through Lido Finance: stETH rebases daily so the balance itself grows, while wstETH keeps a constant balance and rises in redemption value. Lending markets, liquidity pools and bridges generally prefer the wrapped form because a balance that changes underneath a contract breaks accounting assumptions.

Choose the form that matches how you will use the token, not the one with the prettier number. See using liquid staking tokens in DeFi and what a liquid staking token is.