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

# Overview

TrustLock allows projects and users to lock assets into smart contracts so they cannot be withdrawn until predefined conditions are met.

It supports flexible lock-up periods, linear vesting (linear unlocking), reward collection, and broad compatibility with major DEX ecosystems across multiple chains. All locks are enforced by immutable smart contracts and are fully on-chain and verifiable.

TrustLocker supports:

* **Token lock**: Mostly standard tokens
* **UniV2 LP lock**: LP token
* **UniV3 LP lock**: Uniswap V3 position NFTs
* **UniV4 LP lock:** Uniswap V4 position NFTs

TrustLocker has main features:&#x20;

* **Non-custodia**l: Assets are controlled by smart contracts, not by Custos or any third party
* **On-chain & verifiable**: Lock details are public to anyone and transparent
* **Permissionless**: Anyone can create or view locks


---

# 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/overview.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.
