> 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/solana-lockers.md).

# Solana Lockers

Developers listing their tokens on Raydium are granted a liquidity representation when they initiate a pool. Once in their possession, it can be transferred like any other token on the blockchain they have been minted on, or bridged to another one.

A liquidity locker allows the developer to store that representation in a smart contract, revoking their permission to move it from a start date to an end date.&#x20;

## Contracts

| Raydium Version          | Program                                      | LP Storage account                           |
| ------------------------ | -------------------------------------------- | -------------------------------------------- |
| **AMM V4 Lockers**       | GsSCS3vPWrtJ5Y9aEVVT65fmrex5P5RGHXdZvsdbWgfo | BzKincxjgFQjj4FmhaWrwHES1ekBGN73YesA7JwJJo7X |
| **AMM V4 Smart Lockers** | UNCX77nZrA3TdAxMEggqG18xxpgiNGT6iqyynPwpoxN  | DAtFFs2mhQFvrgNLA29vEDeTLLN8vHknAaAhdLEc4SQH |
| **CP Swap**              | UNCXdvMRxvz91g3HqFmpZ5NgmL77UH4QRM4NfeL4mQB  | FEmGEWdxCBSJ1QFKeX5B6k7VTDPwNU3ZLdfgJkvGYrH5 |
| **CLMM**                 | UNCXrB8cZXnmtYM1aSo1Wx3pQaeSZYuF2jCTesXvECs  | GAYWATob4bqCj3fhVm8ZxoMSqUW2fb6e6SBQ7kk5qyps |

##


---

# 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.uncx.network/guides/for-projects/solana-lockers.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.
