# 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: 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://hedgey.gitbook.io/hedgey-community-docs/hedgey/investor-lockups.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.
