> For the complete documentation index, see [llms.txt](https://docs.novawallet.io/nova-wallet-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novawallet.io/nova-wallet-wiki/opengov/delegation/change-delegated-conviction.md).

# Change Delegated Conviction

{% hint style="danger" %}
**There may be an upcoming runtime upgrade to Polkdot that may change conviction voting lock-up periods. Users should monitor official Polkadot social media accounts for more information.**
{% endhint %}

| Conviction Multiplier | Old Lock Up Period | New Lock Up Period |
| --------------------- | ------------------ | ------------------ |
| 0.1x                  | No lock up         | No lock up         |
| 1x                    | 7 days             | 28 days            |
| 2x                    | 14 days            | 56 days            |
| 3x                    | 28 days            | 112 days           |
| 4x                    | 56 days            | 224 days           |
| 5x                    | 112 days           | 448 days           |
| 6x                    | 224 days           | 896 days           |

## How to change your delegated votes conviction level

<div align="left"><figure><img src="/files/grfvPQjGvApiWVI9Vwg2" alt=""><figcaption></figcaption></figure></div>

1. Open the Nova Wallet application.
2. `Select` the **vote screen**.
3. Ensure that you have the correct network selected and then `select` the **Your delegations** button.
4. You will now see the accounts to which you are delegating. `Select` the box of the delegation that you wish to change.
5. `Select` the **Edit** button.
6. `Select` the tracks that you wish to edit your delegation for, or simply `select` **Select all** and then `select` **Continue.**
7. `Input` the amount of DOT that you wish to delegate with, or simply `select` **Reuse governance lock**.
8. `Select` the amount of conviction that you wish to delegate by moving the slider and then `select` **Continue**.
9. `Review` all of the contextual information provided and then `select` **Confirm** to finalize the transaction.


---

# 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.novawallet.io/nova-wallet-wiki/opengov/delegation/change-delegated-conviction.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.
