Geode Document Hub
Search
⌃K
Geode Document Hub
The Staking Library
Operator Marketplace
Key Concepts
🪙
Staking Derivatives
🌀
Portal
⚙
Permissionless Configurable Staking Pools
🛡
Withdrawal Contracts
🌊
Bound Liquidity Pools
🔭
Oracles
👾
Future of Geode
Ethereum Guides
📗
Staking Pool HandBook
📕
Operator Handbook
Get Onboarded
Initiating an Operator
Communicating with Portal
Creating Validators
Changing an Operator's Owner
Switching Your Fee
Switching Your Validator Period
Using Maintainers
Optimizing Your Revenue
Exiting Validators
📘
Liquidity Pool HandBook
Avalanche Guides
Staking Pool Handbook
Operator Handbook
Developers
Networks
Live Contracts
Audits
Bug Bounties
Powered By
GitBook
Switching Your Validator Period
Changing Your Validator Period
Your validator Period can be 90 - 1825 days, and should be defined in seconds.
const
new_period_in_days
=
<
x
>
*
24
*
60
*
60
;
await
Portal
.
switchValidatorPeriod
(
id
,
new_period_in_days
)
3 Day Rule
When a Operator's period is changed, it takes 3 days for new period to take effect.
Within this 3 day time span, the period can not be changed again.
However, you can stop proposing new validators before your cool-down period ends.
Previous
Switching Your Fee
Next
Using Maintainers
Last modified
30d ago