> For the complete documentation index, see [llms.txt](https://docs.uncx.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uncx.network/guides/for-projects/liquidity-lockers-v2/managing-your-lock-withdrawal.md).

# Managing your lock/Withdrawal

## Guide <a href="#managing-your-lock-withdrawal" id="managing-your-lock-withdrawal"></a>

Visit <https://app.uncx.network/lockers/explore/tokens> and select "Manage".

<figure><img src="https://docs.uncx.network/~gitbook/image?url=https%3A%2F%2F2670842263-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FinUXJ41rMT4w6Y9U1Kol%252Fuploads%252Fg7ZJ1ZTf9dzMcOud9G38%252Fimage.png%3Falt%3Dmedia%26token%3D650186d9-5cd9-4ba6-b7ad-b75d755f5ff5&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=75b05470&#x26;sv=1" alt=""><figcaption></figcaption></figure>

Connect your wallet. Select "V2 Liquidity" tab.

<figure><img src="https://docs.uncx.network/~gitbook/image?url=https%3A%2F%2F2670842263-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FinUXJ41rMT4w6Y9U1Kol%252Fuploads%252FZvka0GAikE6uTrDNcOmr%252Fimage.png%3Falt%3Dmedia%26token%3D0c3e2b74-da90-479e-a910-bc339f585daa&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=c47dcba7&#x26;sv=2" alt=""><figcaption></figcaption></figure>

After connecting your wallet, select "Edit Lock" tab and select the lock you would like to edit/withdraw from.

<figure><img src="https://docs.uncx.network/~gitbook/image?url=https%3A%2F%2F2670842263-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FinUXJ41rMT4w6Y9U1Kol%252Fuploads%252FR2InshlTNpXL9LIAdAEm%252Fimage.png%3Falt%3Dmedia%26token%3Dae0f0a9e-c9f3-40f8-a549-e97d99f4c27b&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=ebfbef9a&#x26;sv=2" alt=""><figcaption></figcaption></figure>

After selecting the lock you want to edit, you will be able to see all the details about your lock, as presented below.

<figure><img src="/files/9LTMa1CBo6wVWqPd92pc" alt=""><figcaption></figcaption></figure>

You will be able to see all the options available to you:

**Withdraw:** Withdraw locked liquidity.

**Increment:** Allows you to "top up" your lock with more LP tokens without creating a new lock.

**Relock:** Lock LP tokens and extend the duration of the initial lock.

**Transfer (Ownership):** Allows token developers to transfer the ownership of their liquidity lock.

**Split:** Splits your lock into 2 separate locks without changing the unlock date.

**Gauge Mode (Only available for Aerodrome on Base):** Enables/disables the gauge feature


---

# 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.uncx.network/guides/for-projects/liquidity-lockers-v2/managing-your-lock-withdrawal.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.
