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

# Segmenting Plans

Investor Lockups have a special function where the lockup plan can be segmented into chunks. This means that a 100k token plan could be segmented into two chunks of 40k and 60k, both will still maintain the existing same lockup schedule, just each new lockup has its new amount of tokens. You will see them separated into two separate plans on the app, and mechanically it takes a single lockup NFT and creates a new one, transferring the segmented amount to a new NFT and updating the original with the reduced amount. The newly segmented lockup plan (NFT) can now be transferred to an address, delegated to a new address, or even segmented again. This allows for the investor to perform sub-delegations through segmenting the NFT.

### Connecting your wallet:

**You can connect to Hedgey using Safe, Fireblocks, Wallet Connect, Metamask, and other EOA wallets.**&#x20;

To connect your wallet, go to the [Hedgey investor lockup page](https://app.hedgey.finance/investor-lockups) and connect using one of the methods below.

* For <mark style="color:green;">Safe users</mark>, click the <mark style="background-color:green;">View on Safe</mark> button on the [investor lockup page](https://app.hedgey.finance/investor-lockups) to use our dedicated Safe app.&#x20;
* For <mark style="color:blue;">Fireblocks users</mark>, view our [Fireblocks walkthrough video](https://hedgey.gitbook.io/hedgey-community-docs/support-docs/using-hedgey-app-with-fireblocks)
* For <mark style="color:orange;">Metamask</mark>, wallet connect, or other EOA wallets, click the <mark style="background-color:blue;">Connect Wallet</mark> button.

### Step 1:

* Go to [**app.hedgey.finance/investor-lockups**](https://app.hedgey.finance/investor-lockups) and connect your wallet.&#x20;
* View your lockup and click the <mark style="background-color:blue;">View Details</mark> button

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

### Step 2:

* Click on the <mark style="background-color:blue;">"More"</mark> button to show your options and then click the <mark style="background-color:blue;">"Segment"</mark> button.

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

### Step 3:

* Select how much of your existing plan you wish to segment into a new plan. You can type an exact amount or use the slider bar. You will be able to view the amounts of your new lockup (Lockup 2) and the adjusted amount of your existing lockup (Lockup 1) on this page. Click the <mark style="background-color:blue;">Segment</mark> button when you are ready.

<figure><img src="/files/07C0FD0qtCgTXK1yB9X1" alt=""><figcaption><p>This is an example of a lockup plan with 50,000 total tokens, you can input an exact amount or use the slider to select a percentage to segment the plan. The segment size will be what is segmented into the new investor lockup, and the remainder will still be held by the original lockup plan. </p></figcaption></figure>

### Step 4:

Confirm the transaction in your wallet. You are done! Because the both lockups are for the same token, you will see both lockups on the same page (the page you visit after clicking view details on the first page.)

If you now wish to delegate your locked token allocations, get started [here](https://hedgey.gitbook.io/hedgey-community-docs/hedgey/investor-lockups/special-features/delegating-your-tokens).&#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/segmenting-plans.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.
