
SSV Staking is live.
Use this guide to migrate your clusters.
SSV Staking is live with ETH-denominated rewards, a staking module for SSV holders, and cSSV (liquid/composable staked SSV position that accrues ETH).
Quick links
Migration Guide & Updated SDK
The SSVNetwork and SSVNetworkViews contracts have been updated. The new ABIs are available here.
https://github.com/ssvlabs/ssv-network/tree/contract-abi/docs/mainnet/v2.0.0/abi
The most notable changes affect the register, bulkRegister, deposit, and reactivate methods, which are payable now. These methods no longer accept an amount parameter and need to use msg.value instead.
Additional changes are outlined here
https://hackmd.io/@mtabasco/SSV-dual-scaling-accounting#What-changed
Due to the contract updates, the SDK has also been updated. Please review the latest documentation and adjust your automations accordingly.
https://docs.ssv.network/developers/SSV-SDK/module-reference/
If you’d like to start testing the cluster migration process via Web App, you can follow this guide:
https://docs.ssv.network/stakers/cluster-management/migrating-to-eth-clusters
Step-by-step walkthrough (cSSV UI)
Prerequisites (before you start)
Network: Mainnet
Tokens:
SSV Tokens to stake
Enough ETH to pay for smart contract transactions
A. Connect + confirm network
Connect your wallet
Confirm you’re on Mainnet (if you get a wrong network prompt, please switch network)
Stake SSV → mint/receive cSSV
Navigate to: Stake
Enter SSV amount
Approve SSV spend
Confirm stake transaction
Expected result:
Your cSSV holding increases
You receive cSSV (1:1 at SSV rate).
Track ETH accrual + claim rewards
Navigate to: Claim section
Observe:
Rewards accrue in ETH sourced from protocol fee flows.
Click Claim All
Expected result:
ETH rewards arrive in wallet
Your cSSV amount remains unchanged
Unstake
Navigate to: Unstake
Start unstake request → cooldown begins
After cooldown ends → finalize withdrawal
Expected result: receive underlying SSV back (1:1 relative to original stake) + any separately claimed ETH rewards remain yours.


