> For the complete documentation index, see [llms.txt](https://docs.geode.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geode.fi/ethereum-guides/operator-handbook/switching-your-validator-period.md).

# Switching Your Validator Period

## Changing Your Validator Period

Your validator Period can be 90 - 1825 days, and should be defined in seconds.

```javascript
const new_period_in_days = <x> * 24 * 60 * 60;
await Portal.switchValidatorPeriod(id, new_period_in_days)
```

{% hint style="info" %}

#### 3 Day Rule

When a Operator's period is changed, it takes 3 days for new period to take effect.&#x20;

<mark style="color:blue;">Within this 3 day time span, the period can not be changed again.</mark>

However, you can stop proposing new validators before your cool-down period ends.
{% endhint %}
