> For the complete documentation index, see [llms.txt](https://docs.guacamole.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guacamole.gg/products-and-features/launch/liquidity-lockers/managing-lockers.md).

# Managing Lockers

## Important Management Notes

The management portal will not allow you to withdraw liquidity from a locker if the time lock has not expired. This portal allows you to:&#x20;

* View the current lockers associated with your connected wallet
* Withdraw locked liquidity after the lock has expired.
* Relock liquidity for longer at any time.

You can click on "Manage Lockers" on the main Liquidity Lockers page to access the management page.

## Select Locker To Manage

After directing to the correct page, you can toggle "Manage Lockers" to view the lockers associated with your account. If you have locked liquidity and the page fails to display this liquidity then you can search for the LP Mint token in our system and access the page with this backup.

<figure><img src="/files/fXGJybQvnwNQ3bulDWbk" alt=""><figcaption><p>Example Page For Educational Purposes.</p></figcaption></figure>

After finding your liquidity lockers you can then select a locker to be forwarded to the locker management page.

## Available Options

The following options are currently available on the locker management page.

### View Public Page

This provides an easy way to navigate to the public page of your liquidity locker so that you can share the URL on socials or with your community.

### Relock Liquidity

This feature allows you to relock liquidity for longer before the time lock process has expired. You can also use this to relock liquidity on an expired locker without withdrawing. Please note that all standard locker creation fees apply to liquidity relocks in our system to prevent gaming the protocol.

### Withdraw Liquidity

This option will only become available after the time lock has expired. You can withdraw the locked liquidity tokens back to your connected wallet.


---

# 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.guacamole.gg/products-and-features/launch/liquidity-lockers/managing-lockers.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.
