> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/extension-user-guide/earning/direct-nomination/change-validators.md).

# Change validators

Validator performance and nomination times can change, which may affect the number of staking rewards you earn. To get the most out of your staking, it's a good idea to check on your validators regularly and see how they perform.&#x20;

{% hint style="success" %}
We recommend reviewing them from time to time to help keep your rewards steady.
{% endhint %}

You don't need to unstake your tokens to nominate different validators. You can simply change your selected validators.

**Step 1**: Open the SubWallet extension and choose the "**Earning**" tab at the bottom of the screen. In the Your earning positions screen, select the stake funds you want to view.

<div><figure><img src="/files/4vxzlEPUQ8p9Er8X0Rxr" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/kwpFHe4kJtauidk1UrUS" alt="" width="362"><figcaption></figcaption></figure></div>

**Step 2**: Click the <img src="/files/KaPNOAsn9Hrj51QVMQkG" alt="" data-size="line"> icon in the Account info field to view your selected validators.

<figure><img src="/files/V6qJ2tCvXzHDhudUi3tc" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="info" %}
If you are in "**All accounts**" mode, click the <img src="/files/cuDY0Xfvygx5kKzPgAtY" alt="" data-size="line"> icon instead.

<img src="/files/xJnALN5CuuYRQFz4QjZw" alt="" data-size="original">
{% endhint %}

**Step 3**: In the Your validators screen, select "**Change validators**".

<figure><img src="/files/qEFt4alUZUTMTUAtlkbU" alt="" width="362"><figcaption></figcaption></figure>

**Step 4**: Select the validators you'd like to nominate by clicking the <img src="/files/zNp8191iRSJ9lmw1PrTj" alt="" data-size="line"> icon next to the validator's address.

<figure><img src="/files/nOam9smXQ045DXV8kj8g" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="info" %}
You can select up to 16 validators on Polkadot and 24 validators on Kusama.
{% endhint %}

{% hint style="info" %}
You can use the **Sort** function to find the most suitable validator that fits your needs. Click the <img src="/files/DGEPHtKDV85IB49GVXFr" alt="" data-size="line"> icon in the top right corner and choose your sorting criteria.
{% endhint %}

Once done, hit "**Apply `{x}` validators**", with {x} is the number of validators you've selected.

<figure><img src="/files/2FIgrf5S0pbmbFLsurRC" alt="" width="362"><figcaption></figcaption></figure>

**Step 5**: Check the information and confirm your request by clicking "**Approve**".&#x20;

<figure><img src="/files/oOMdSUYVQvtmafARf2M6" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="info" %}
Please note that after you click "Approve", you will have to wait until the next era (1 era = 24 hours) for your staked funds to be nominated for the newly selected validators. You can check out this [page](https://staking.polkadot.cloud/#/overview) to see when the next era will come.
{% endhint %}

**Step 6**: Your request has been submitted!

<figure><img src="/files/IxcHJy5vaJJgNl1TA0VI" alt="" width="363"><figcaption></figcaption></figure>

You can either click "**Back to home**" to return to the homepage or "**View transaction**" to see transaction details in the History tab.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.subwallet.app/main/extension-user-guide/earning/direct-nomination/change-validators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
