DeFi Intel

Restake with EigenLayer

DifficultyIntermediate Estimated time20 minutes Last updated2026-07-27

How to restake ETH or LSTs into EigenLayer: AVS selection, operator delegation, and slashing risk.

What you'll need (prerequisites)

Recommended for this tutorial

Tools and accounts referenced in the steps below:

Secure your DeFi wallet with Ledger

Step-by-step

  1. Step 1: Connect a self-custodial wallet

    Open EigenLayer's official site (verify the URL — phishing fakes are common). Click "Connect Wallet" and choose your wallet (MetaMask, Rabby, WalletConnect, hardware). Approve the signature request — this does not move funds.

  2. Step 2: Select the correct network

    Confirm your wallet is on Ethereum mainnet, where EigenLayer's restaking contracts are deployed. Connecting on the wrong network is a common source of confusion.

  3. Step 3: Acquire the input tokens

    Most EigenLayer actions require both a token and ETH (or the chain's native token) for gas. Hold a small buffer (~$10-20) for transaction fees.

  4. Step 4: Approve token spend

    For ERC-20 tokens, the first interaction requires an "approve" transaction granting EigenLayer permission to move that token. Approve the exact amount (not unlimited) when possible to limit downside if EigenLayer is ever exploited.

  5. Step 5: Execute the restake transaction

    Enter the amount to restake, review the transaction details, then click confirm and approve in your wallet. Wait for on-chain confirmation.

  6. Step 6: Verify on-chain

    Open the transaction on Etherscan / Arbiscan / Basescan. Confirm the balance change matches expectations. Save the transaction hash for tax records.

Common errors and fixes

Restaking is not staking — what you are actually agreeing to

Native Ethereum staking has one slashing authority: the Ethereum protocol, with rules fixed in the consensus specification. Restaking has many. On EigenLayer you deposit ETH or liquid-staking tokens, delegate to an operator, and that operator opts into operator sets defined by Actively Validated Services (AVSs). Each AVS writes its own slashing conditions and, once your stake is allocated to its operator set, holds the right to slash it. Your risk is therefore the union of every AVS your operator has allocated to — which is a fundamentally different thing from the single, well-understood risk of a beacon-chain validator.

Withdrawal escrow: 14 days, still slashable

Exiting is a two-step process. You call queueWithdrawal, wait out the escrow, then call completeQueuedWithdrawal. On mainnet MIN_WITHDRAWAL_DELAY_BLOCKS is 100,800 blocks — 14 days, a figure that was increased to this length with the slashing upgrade.

The detail that matters: shares sitting in the withdrawal queue remain slashable. The contracts record scaled shares against the operator's slashing history, and on completion recompute the operator's slashing factor and apply anything that happened during the wait before releasing assets. Queueing a withdrawal is not an escape from an in-flight incident. If you are restaking natively through an EigenPod, the beacon-chain exit queue and withdrawal sweep stack on top of the 14 days.

Allocation and deallocation delays

Operators configure their own allocation delay and may set it to zero. An operator with a zero delay can change what your stake is exposed to with no warning window — check this field before delegating.

Slashing magnitude: up to 100%

EigenLayer slashing is proportional and AVS-triggered. When an AVS slashes, it specifies wadsToSlash between 0 and 1e18, where 1e18 represents 100% of the operator's allocated magnitude for that strategy. There is no protocol-level cap analogous to Ethereum's modest base penalty: the ceiling is whatever the AVS's contract permits, up to everything allocated. Before delegating, read the specific slashing conditions of the AVSs in your operator's sets, and how much magnitude is allocated to each.

Minimums and how to choose an operator

There is no protocol minimum for restaking liquid-staking tokens into a strategy — you can deposit small amounts, subject to gas economics. Native restaking is different: it requires a full 32 ETH beacon-chain validator whose withdrawal credentials point at your EigenPod, plus periodic checkpoint proofs to keep the pod's accounting in sync.

Liquid restaking tokens

If you do not want to pick operators and AVSs yourself, liquid restaking tokens do it for you: ether.fi (eETH/weETH), Renzo (ezETH), Kelp DAO (rsETH) and Puffer (pufETH) all issue a receipt token representing a restaked position that stays usable in DeFi. They give you an exit through a DEX rather than the 14-day escrow, and they add layers: the LRT contract itself, its operator selection, and the receipt token's market price, which can trade below fair value under stress. You are stacking Ethereum staking risk, EigenLayer slashing risk and LRT protocol risk to earn a yield that is largely variable and not contractually guaranteed.

Risks and troubleshooting

FAQ

Is EigenLayer safe?

EigenLayer is one of the most widely used and audited protocols in DeFi. As with any smart-contract platform, residual risk includes: smart-contract bugs, oracle failure, governance attack, and economic exploits. Diversify across protocols and never deposit more than you can afford to lose.

What are the fees for EigenLayer?

Protocol-level fees vary by action and chain. Network gas adds another $0.50-50 depending on chain congestion (much cheaper on L2s and Solana than Ethereum mainnet). Always preview fees before confirming.

Can I undo the transaction?

On-chain transactions are irreversible. Always test with small amounts first, double-check addresses and amounts, and use simulation tools (Tenderly, Pocket Universe) to preview the outcome.

Does EigenLayer have an audit?

Yes — EigenLayer has been audited by tier-1 firms (typically Trail of Bits, OpenZeppelin, ChainSecurity, Zellic, Spearbit). Audit reports are linked from the official docs. Audits reduce but never eliminate risk.

What is impermanent loss / liquidation risk?

For LP positions, impermanent loss is the difference between holding the LP vs holding the underlying tokens — it grows with price divergence. For lending positions, liquidation risk grows as collateral price falls; maintain a health factor well above 1.

Sources

Every protocol parameter above is taken from official documentation or specifications. Staking parameters are changed by governance and protocol upgrades — verify against the live chain before committing size.