# 🔒 Locked LP Forever

**Status:** The project’s liquidity provider (LP) tokens are **permanently locked**. \
\
This page provides the proof link and simple steps so anyone can verify on-chain.

***

### ✅ Proof (Solana)

* **Explorer:** Solscan
* **Transaction Link:** <https://solscan.io/tx/54VaqXYrKZWtD7nGFZm6AGotDgN6Ves3ezUtmSeQGTRRE6r4sWJoUuG4PkdfX159fWwDsEEuVEVP5cQTffY1ZUs8>
* **Transaction Signature:** `54VaqXYrKZWtD7nGFZm6AGotDgN6Ves3ezUtmSeQGTRRE6r4sWJoUuG4PkdfX159fWwDsEEuVEVP5cQTffY1ZUs8`
* **Network:** Solana Mainnet

> Anyone can independently review the transaction above on Solscan.

***

### 🧪 How to Verify the Lock Yourself (Step‑by‑Step)

1. **Open the Transaction:** Click the Solscan link above (or paste the signature into Solscan search).
2. **Review Instructions/Logs:** In the transaction page, check the **Instructions** / **Logs** section to see the program call(s) that executed the LP lock/burn/escrow.
3. **Confirm the Destination:** Verify that the LP tokens were transferred to a **burn address** (irrecoverable) or to a **time‑locked escrow/locker** contract with a **permanent/∞ lock**.
4. **Check Remaining LP Supply:** Open the LP token’s **Holders** tab. Confirm that:
   * The project wallet **does not** hold LP tokens.
   * The LP tokens are held by a burn address or a recognized locker contract.
5. **Confirm No Unlock Date:** For a **forever lock**, verify there is **no unlock timestamp** (or that the locker states *permanent* / *no unlock*).

> Tip: You can also cross‑check on other explorers (e.g., SolanaFM) by pasting the same transaction signature.

***

### 🔍 What “Locked LP Forever” Means

* **Liquidity cannot be withdrawn** by the team because the LP tokens are not in any recoverable wallet.
* If LP is **burned**, it’s sent to an address with **no private key** (irretrievable).
* If LP is **locked in a contract** with a **permanent setting**, there is **no unlock** function/date.

> Locking LP helps protect against liquidity rug‑pulls by making it impossible (or contractually impossible) to remove liquidity.

***

### 🧠 FAQ

**Q: How is this different from a time‑based lock?**\
A time‑based lock has a future unlock date. A **forever lock** has **no unlock date** or is **burned** so it can never be recovered.

**Q: Can the team still move the LP?**\
No. With a **permanent lock** or **burn**, the LP tokens are **not** in a controllable wallet.

**Q: Does a locked LP guarantee price or prevent volatility?**\
No. **Market risk still applies**. Locking LP only addresses the **removal of liquidity** by the team.


---

# 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://legal-x.gitbook.io/legal-x/backed-by-legal-x/mlmx-exchange/locked-lp-forever.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.
