> For the complete documentation index, see [llms.txt](https://help.pandatool.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pandatool.org/english/createtoken/lockmanage.md).

# Unlocking Liquidity or Tokens Guide

If you’ve reached this point, you’ve already successfully created a lock—whether a token lock or a liquidity lock—and are familiar with our platform. This guide explains how to **unlock** and how to perform a **permanent locking**.

### I. Key Concepts

1. **What is Unlocking?**\
   Unlocking retrieves tokens from smart contracts, returning them to market circulation. **This is only possible after the lock expiry date.**

2. **What is Permanent Locking?**\
   Permanently locking tokens in a smart contract makes them **irrecoverable by anyone**. This action is irreversible and persists "until the blockchain ceases to exist."

**II. Step-by-Step Guide**

Access PandaTool’s **Lock** Console:\
<https://www.pandatool.org/#/lockList?lang=en-US>→ Connect your wallet to view all locks.

* **Left column:** liquidity locks
* **Right column:** token locks

<div><figure><img src="/files/K2JKRj7TowyqKjCymom0" alt=""><figcaption></figcaption></figure> <figure><img src="/files/HNlq7zy72B7difPreT0d" alt=""><figcaption></figcaption></figure></div>

1. **Click “Unlock”**\
   If the unlock date has passed, click **Unlock**, confirm in your wallet, and the tokens will be returned to your address.

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

2. **Click “Renounce”**\
   “Renounce” means you voluntarily give up the right to ever retrieve the tokens—i.e., you convert your lock into a **permanent lock**.

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

> **Warning:** This is irreversible. Once confirmed, you cannot recover the tokens.

## **III. FAQs**

1. **Can I unlock assets not created on PandaTool?**
   * Only locks created via **Pinksale** are compatible. Other platforms are unsupported.
2. **Are there fees for unlocking/renouncing?**
   * **No fees**. Service charges only apply during lock creation.

If you have any other questions about unlocking or permanent locks, join our volunteers on Telegram:\
<https://t.me/pandatool_en>


---

# 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:

```
GET https://help.pandatool.org/english/createtoken/lockmanage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
