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

# Treasury Lockups

Treasury lockups are used to time-lock tokens and ensure the tokens unlock on a predefined schedule. This allows a token treasury to build trust with the greater community and reduce risk through programmatic lockups.&#x20;

**Why use treasury lockups?**

1. Along with team vesting and investor lockups, treasury lockups ensure tokens unlock on schedule and prevent premature unlocks.
2. Treasury Lockups can be publicly shared with the community, building trust.

**Key features of the Treasury Lockups app:**&#x20;

* Lockups can be single date unlocks, streaming unlocks, or unlock periodically (every week/month)
* Each lockup generates a public dashboard that easily shares your lockups
* Lockups are compatible with erc20 tokens on and standard LP tokens.&#x20;
* Custom start dates, schedules, and optional cliff dates.
* Tokens are locked in Hedgey contracts and generate a unique erc721 to the recipient which acts as the access key to claim tokens from the lockup on the created release schedule.

**Notes:**

* **Supported networks:** Ethereum, Polygon, Avalanche, Harmony, Fantom, Gnosis Chain, Celo, Boba, Arbitrum One, Optimism, EVMOS, Binance Smart Chain, and OkEx Chain (OEC)
* **Supported tokens:** Any standard ERC20, that does not include a Burn or Tax per transaction.
* Audited by [Consensys Diligence and others](/hedgey-community-docs/for-developers/audits.md).&#x20;
* **GitHub code, audit, and technical documentation found** [**here**](https://github.com/hedgey-finance/Locked_VestingTokenPlans)


---

# 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, and the optional `goal` query parameter:

```
GET https://hedgey.gitbook.io/hedgey-community-docs/hedgey/treasury-lockups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
