Rewards accrue automatically
If your orchestrator stays active and keeps callingreward(), your pending earnings update in
protocol state on their own. You don’t need to “collect every round” for accrual to happen. What you
do manage is when to checkpoint those earnings, whether to stay, and when to exit.
Claim your earnings
From the Explorer: connect your wallet → open your account page → Claim Earnings → sign. This callsclaimEarnings(), moving accrued rewards into your bonded
balance.
Compound your position
Claiming increases your bonded balance, so future rewards are earned on a larger base. If you intend to stay delegated, compounding is usually the default. There’s no forced schedule — pick a cadence that fits your position size and the small gas cost of acting on Arbitrum. Not claiming for many rounds doesn’t forfeit rewards, but it delays compounding.Redelegate to switch operators
Redelegation moves your stake to a different orchestrator without the full unbonding wait. Use it when the problem is the operator:- they start missing reward calls,
- commission terms become unattractive,
- they drop out of the active set,
- you want to move away from an over-concentrated operator.
Unbond and withdraw to exit
Full exit is a different path from switching — use it when you want liquid tokens back.Initiate unbonding
Start unbonding from your Explorer account page. You can unbond part of your balance and leave the rest bonded.
Wait the unbonding period
The on-chain unbonding period is currently 7 rounds — verify the live value in
Protocol parameters.
rebond() cancels the exit and returns the position to
bonded status.
Keep an eye on your position
At a minimum, periodically check: active/inactive status, reward-call consistency,rewardCut and
feeShare changes, and any governance proposals affecting delegator economics.
Common questions
Do I lose earnings if I redelegate?
Do I lose earnings if I redelegate?
No — earnings are accounted against your position, not abandoned with the old orchestrator. The
risk is timing, not loss of ownership.
Can I partially unbond?
Can I partially unbond?
Yes. Part of the balance can enter unbonding while the rest stays bonded and earning.
Can I rebond during the unbonding period?
Can I rebond during the unbonding period?
Yes. Rebonding cancels the exit and returns that stake to bonded status.
Is there a minimum delegation amount?
Is there a minimum delegation amount?
There’s no protocol-enforced minimum. The practical question is whether the position justifies the
gas and effort of managing it.
Next
Protocol parameters
Confirm the live unbonding period before you act.
Choose an orchestrator
Re-evaluate operators before redelegating.