> For the complete documentation index, see [llms.txt](https://doc.nucleon.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nucleon.network/user-guide/nut-governance-token/venut-management.md).

# veNUT Management

After you have locked NUT in the platform, you can add more NUT to you veNUT position OR you can also increase the duration of the locking period. This way you can increase the voting power of your veNUT NFT.

To manage your veNUT positions, follow the next steps:

### Increasing Lock Amount

**Step 1:** Go to the NUT section and select the "Manage" button.

<figure><img src="/files/7iGKr7XAyoWbRxhPFkRu" alt=""><figcaption></figcaption></figure>

**Step 2:** Enter the amount of NUT you want to add.

<figure><img src="/files/ZjFUDOR7iawS23Wp4CAU" alt=""><figcaption></figcaption></figure>

**Step 3:** Click the "Increase Lock Amount" button.

<figure><img src="/files/ZjFUDOR7iawS23Wp4CAU" alt=""><figcaption></figcaption></figure>

**Step 4:** Carefully review the transaction details and make sure they are correct. After that, click the "Confirm" button.

<figure><img src="/files/m7eepQNk7iPmuL5Gq7vQ" alt=""><figcaption></figcaption></figure>

If the transaction was successful, a confirmation message will appear on the screen along with a link to review the transaction details and the new lock amount will be updated on the dashboard

<figure><img src="/files/qrEYhO3dJi4da7BekrhN" alt=""><figcaption></figcaption></figure>

### Increasing Lock Duration

**Step 1:** Go to the NUT section and select the "Manage" button.

<figure><img src="/files/hNruZc0zNdlcf2OXNh8x" alt=""><figcaption></figcaption></figure>

**Step 2:** Select the new expiration time.

<figure><img src="/files/q19n6sMuoeRKL4xvrgY0" alt=""><figcaption></figcaption></figure>

**Step 3:** Click the "Increase Duration" button.

<figure><img src="/files/zuqhm82vQ0xpfhi9PZht" alt=""><figcaption></figcaption></figure>

**Step 4:** Carefully review the transaction details and make sure they are correct. After that, click the "Confirm" button.

<figure><img src="/files/wswFdu66iy0WjPLLkurt" alt=""><figcaption></figcaption></figure>

If the transaction was successful, a confirmation message will appear on the screen along with a link to review the transaction details.

<figure><img src="/files/YnFBtvry3KuwucLRrGXU" alt=""><figcaption></figcaption></figure>


---

# 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://doc.nucleon.network/user-guide/nut-governance-token/venut-management.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.
