weETH is the wrapped, non-rebasing form of eETH (Ether.fi’s liquid restaking token) — a design pattern using the ERC-4626 vault standard to convert a rebasing liquid staking token (eETH, where the user’s wallet balance increases as yield accrues) into a non-rebasing wrapped token (weETH, where the wallet balance stays constant but the exchange rate vs. ETH increases over time). This distinction matters critically for DeFi composability: most DeFi protocols — including Aave, Morpho Blue, Pendle, Curve, and Balancer — are designed for non-rebasing tokens (tokens with stable wallet balances but changing price), and rebasing tokens like eETH require special integration handling that most protocols do not support. By wrapping eETH into weETH, Ether.fi made its liquid restaking token compatible with the full DeFi ecosystem, and weETH has grown to become the largest LRT by TVL-weighted DeFi integrations — used as collateral in Aave v3, split into yield components in Pendle, and bridged to L2s including Arbitrum and Base. The ERC-4626 relationship between eETH and weETH means: depositing eETH into the weETH vault → receives weETH shares; weETH exchange rate vs. eETH increases daily as staking + restaking yield accrues; burning weETH → redeems proportionally more eETH than originally deposited.
Key Facts
- Protocol: Ether.fi
- Token pair: eETH (rebasing) ↔ weETH (non-rebasing wrapped)
- Standard: ERC-4626 (tokenized vault standard)
- Conversion: 1 weETH = some eETH (increasing over time as yield accrues)
- Underlying: Restaked ETH (EigenLayer) via Ether.fi validators
- DeFi integrations: Aave v3 (collateral), Pendle (yield markets), MorphoBlue, Curve, Balancer, ZeroLend (L2)
- Bridge: weETH bridged to: Arbitrum, Base, Linea, Mode, Blast, others
- Why “w” prefix: wrapped (analogous to wETH = wrapped ETH; wBTC = wrapped BTC)
Rebasing vs. Non-Rebasing: Why It Matters
The following sections cover this in detail.
eETH (Rebasing) Mechanics
When ETH staking yield accrues:
- eETH holders: their wallet balance increases (100 eETH → 104.5 eETH after one year at 4.5% APY)
- Called: “rebasing” or “supply rebase”
- User sees: increasing balance; constant ETH-equivalent price per token (~1 eETH ≈ 1 ETH)
- Problem: DeFi protocols not built for this:
Accounting is hard (balance changes without user action)
Price feeds assume stable supply
Aave’s collateral model assumes stable token balances
weETH (Non-Rebasing) Mechanics
When ETH staking yield accrues:
- weETH holders: their wallet balance stays constant (100 weETH → still 100 weETH after one year)
- But: the exchange rate vs. ETH increases (1 weETH → 1.045 ETH after one year at 4.5% APY)
- Called: “appreciation model” or “exchange rate model”
- DeFi protocols: happy (balance stable = easy accounting)
- User sees: constant balance; increasing value per token
Practical comparison
| Feature | eETH | weETH |
|---|---|---|
| Balance changes | Yes (daily rebase) | No (stable) |
| Price changes | Stays ~1 ETH | Increases vs. ETH |
| DeFi compatible | Limited | Full |
| Analogy | stETH (Lido) | wstETH (Lido’s wrapped version) |
Note: Lido uses identical model — stETH (rebasing) → wstETH (wrapped, non-rebasing)
ERC-4626 Standard
weETH follows ERC-4626 (tokenized vault standard — EIP-4626):
- Standard interface for: deposit/withdraw, share calculation, yield accounting
- Makes integrations simpler (protocols using ERC-4626: automatically understand weETH’s mechanics)
- Same standard used by: Pendle PT/YT vaults, Morpho vaults, various yield aggregators
Technical flow:
- User calls
deposit(eETH amount)→ weETH vault - Vault: mints
weETH shares=eETH deposited / exchange rate - Daily: eETH in vault: grows (staking + restaking yield)
- Exchange rate: increases =
total eETH in vault / total weETH shares - User calls
redeem(weETH shares)→ receives:shares × current exchange ratein eETH
DeFi Integrations
The integration works as follows.
Aave v3
- LTV: ~72.5% (meaning: deposit $100 weETH → borrow up to $72.50)
- Users: loop (deposit weETH → borrow ETH → swap → more weETH → deposit again)
- Result: leveraged weETH position (2-4x ETH staking + restaking yield)
Pendle Finance
- Pendle: splits weETH into:
PT-weETH: claim 1 weETH at maturity (fixed yield; no variable exposure)
YT-weETH: all yield + EigenLayer points + ETHFI points until maturity (leveraged yield) - Users: choose: fixed (PT) or variable (YT) exposure
- YT-weETH: popular for points farming (leveraged EigenLayer points exposure at fraction of capital)
MorphoBlue
- Competitive rates vs. Aave (Morpho: interest rate optimization)
- Used in leverage loops alongside Aave
Curve
- Large exits from weETH (secondary liquidity besides Ether.fi withdrawal queue)
Arbitrage between weETH price (AMM) and intrinsic value (ERC-4626 exchange rate) - weETH/wstETH pool: LRT vs. LST pairing
Cross-L2 weETH
weETH is bridged to multiple L2s:
- Arbitrum: via canonical Arbitrum bridge + wrapped on Arbitrum DeFi
- Base: weETH for Base DeFi (Aerodrome, etc.)
- Mode, Linea, Blast: Ether.fi cross-chain strategy
- Purpose: capture L2 DeFi TVL for weETH (L2 DeFi is growing faster than mainnet)
- Risk: bridged weETH = additional bridge smart contract risk
Related Terms
Sources
- “ERC-4626: The Tokenized Vault Standard That Made weETH Possible” — Ethereum Foundation / ERC-4626 Specification Analysis (2023-2024). Technical analysis of ERC-4626’s role in DeFi composability — examining the standard interface functions (deposit, mint, withdraw, redeem, convertToShares, convertToAssets, totalAssets), how weETH implements ERC-4626 (eETH as underlying asset; weETH shares as vault shares), why the standard dramatically simplified LRT and yield-bearing token integration into DeFi protocols, and how ERC-4626 has become the default standard for any token that accrues yield (including Pendle PTs, Morpho vaults, Aave aTokens equivalent designs).
- “weETH vs. wstETH: The LRT-LST Analogy That Explains Ether.fi’s Design Choices” — DeFi Education Research (2024). Analytical comparison of weETH (Ether.fi LRT) and wstETH (Lido’s wrapped stETH) as parallel design implementations of the rebasing-to-non-rebasing conversion pattern — examining why Lido implemented wstETH (after stETH rebasing caused DeFi integration problems), why Ether.fi mirrored this architecture from the start, the quantitative similarities in their exchange rate mechanics, and what the widespread adoption of the “wrapped non-rebasing” model reveals about DeFi’s design standards for yield-bearing tokens.
- “weETH in Pendle: PT-weETH and YT-weETH as the Most Active Liquid Restaking Derivatives Market” — Pendle Finance / Market Analysis (2024). Detailed analysis of how weETH became Pendle Finance’s most active market by notional volume in 2024 — examining the specific mechanics of PT-weETH (fixed-yield claim on 1 weETH at maturity) and YT-weETH (all yield + all EigenLayer points + ETHFI points until maturity), the typical investor profiles for each (PT = yield-stability seekers; YT = points maximizers), and how the EigenLayer points + ETHFI points speculation inflated YT-weETH implied yield during peak restaking mania.
- “weETH Cross-Chain Strategy: How Ether.fi Extended Its Liquid Restaking Token to L2 DeFi” — L2 Research / Ether.fi Cross-Chain Analysis (2024). Technical analysis of Ether.fi/weETH’s cross-chain expansion strategy — examining the bridge mechanics used to bring weETH to Arbitrum, Base, Mode, Linea, and Blast (canonical bridges vs. third-party bridges; LayerZero OFT standard for weETH cross-chain), the L2 DeFi integrations on each chain (Aerodrome on Base, Camelot/GMX on Arbitrum, etc.), the TVL contribution of cross-chain weETH to Ether.fi’s total TVL, and the smart contract risk tradeoffs of extending an LRT across multiple bridge contracts and chains.
- “LRT Collateral Risk: How Protocols Evaluate weETH, ezETH, and rswETH for DeFi Integration” — Gauntlet / LRT Risk Framework (2024). Risk analysis of how DeFi lending protocols (Aave, Morpho, Euler) evaluate liquid restaking tokens as collateral — examining the specific risk parameters applied to weETH vs. competitor LRTs (LTV differences, liquidation bonuses, supply caps), the key risk factors (LRT depeg risk, smart contract risk, oracle risk, slashing cascade risk), how the April 2024 ezETH depeg event changed risk frameworks across lending protocols, and whether weETH’s track record of no depeg justifies its higher LTV vs. competitors.