> For the complete documentation index, see [llms.txt](https://docs.bookmemebsc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bookmemebsc.com/locked-liquidity.md).

# Locked Liquidity

$BOOK has two locked liquidity positions that are locked forever.

### UNCX Locked Liquidity

LP at UNCX: <https://app.uncx.network/lockers/univ3/chain/56/address/0x55c955dae407bb856fc3db9064c5ed58ff2e5832/lock/0xfe88dab083964c56429baa01f37ec2265abf1557255>

### Custom LpLocker

We have created a custom LP Locker contract which is a simple contract to permanently lock a PancakeSwap V3 LP position. &#x20;

Contract: <https://bscscan.com/address/0x1454b1f523e26ab34141d8c69b2672afd8dfc5e4>

Lock Transaction: <https://bscscan.com/tx/0x1ec1752787f8cef6592e7597ca192624bcfd71ea5ce0b02b2eeb534394e3c3b7>

#### LpLocker.sol Security

Our custom LpLocker.sol contract is very simple.  It can accept a V3 LP position deposit, which it will never release.  It allows collecting of trading fees on locked positions.

Peckshield has checked our contract and has approved our implementation of the features mentioned.

The contract is verified on BSCSCAN and source code can be viewed with the link above.


---

# 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://docs.bookmemebsc.com/locked-liquidity.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.
