# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.geode.fi/ethereum-guides/operator-handbook/switching-your-validator-period.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
