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

# Special Features

Investor lockups contain several features that have not yet been implemented by the Hedgey dApp (as of the time of this writing).&#x20;

* Segmenting Plans
  * This function offers the ability for an owner of a lockup plan to segment a single plan into multiple chunks, say a 100k token plan into two segments of 60k and 40k. This is useful for subdelegation and voting, selling locked tokens, and other defi activities.&#x20;
* Combining Plans
  * This function offers the ability to recombine two segmented plans back into a single plan.&#x20;
* Approving a Delegator for 3rd party Delegation
  * This function offers the ability for an owner of a lockup plan to approve another address to act on its behalf to delegate either a single plan, or all of the plans. This is very useful for investors holding their lockup plans in custody, cold storage or even just in a multi sig wallet, but have a designated individual using an EOA that has authority to Only delegate tokens for the purpose of voting. It separates the financial and governance applications of the lockup plans, allowing for flexibility of teams to separate the duties to financial management and governance & delegation management.&#x20;

These features can be performed on chain using etherscan temporarily until further dApp development surfaces these functions for end users.&#x20;


---

# 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/special-features.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.
