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

# Investor Lockups

Hedgey’s Investor Lockups allow on-chain teams to distribute tokens to investors that unlock over time on a predefined schedule. The lockups can be disbursed to multiple investors in a single transaction. They are not revocable, and they can be transferable or non-transferable. Transferable lockups could be moved to a cold storage or custody account without friction.

**Key features of the Investor Lockups solution:**

* Linear or periodic release schedules
* Customizable cliff dates
* Lockups can be made trasnsferable or non-transferable.
* Optional voting rights both onchain and on Snapshot.
* CSV upload for large amounts of investors to distribute all in one transaction
* Can use a custodian or cold storage wallets to hold the lockups, and still enable voting via delegation
* Integrations with external accounting software to enable AUM and other reporting

Once lockups have been distributed, you can view and track the unlocks and tokens claimed from an administrator dashboard. Investors can view and claim tokens from their investor dashboard. Additional utility and AUM reporting coming soon.

<figure><img src="/files/UoE0qkRWmTeG2Y0tSyht" alt=""><figcaption></figcaption></figure>

**Notes:**

* **Supported networks:** Ethereum, Polygon, Avalanche, Base, Blast, Berachain, Mantle, Mode, Linea, Harmony, Fantom, Gnosis Chain, Celo, Boba, Arbitrum One, Optimism, EVMOS, Binance Smart Chain, OkEx Chain (OEC), Scroll, Shimmer, Viction , Zora and zkSync.&#x20;
* [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)**.**&#x20;

<figure><img src="/files/A6fxu42QkY2ejmUraFAy" alt=""><figcaption></figcaption></figure>


---

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