> For the complete documentation index, see [llms.txt](https://custos-org.gitbook.io/custos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://custos-org.gitbook.io/custos/trustlocker/create-trustlocker.md).

# Create TrustLocker

&#x20;Locks cannot be canceled or reversed before the unlock condition is satisfied.

## <sub>Create a Token Lock</sub>&#x20;

1. Open Create New Lock
2. Select Token Locker
3. Choose the token and input amount
4. Select lock type:

* Cliff lock (unlock at a single timestamp), or
* Linear vesting (unlock gradually over a schedule)

5. Confirm the transaction in your wallet

Once confirmed, your tokens are held by the locker contract and released only according to the configured schedule.

## <sub>Create a UniV2 LP Lock</sub>

1. Open Create New Lock
2. Select Token Locker and choose LP token
3. Enter the amount to lock
4. Set unlock condition&#x20;
5. Confirm the transaction

### Create a UniV3 and UniV4 LP Lock&#x20;

1. Open Create New Lock
2. Select UniV3/V4 LP Locker
3. Choose the V3/V4 position NFT from your wallet
4. Set unlock condition
5. Confirm the transaction

The position NFT will be locked inside the contract until it becomes unlockable.


---

# 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://custos-org.gitbook.io/custos/trustlocker/create-trustlocker.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.
