> For the complete documentation index, see [llms.txt](https://cenit-finance-1.gitbook.io/generic-simulation-tool-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cenit-finance-1.gitbook.io/generic-simulation-tool-docs/advanced-editor/advanced-editor-workflow/allocation-and-vesting.md).

# Allocation and Vesting

The vesting schedule looks similar to the one in the Basic editor. We need to fill in the total supply, initial token price, and vesting schedule.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXchPaQt0qa2P6psYJMIsUYUYLAQYbaFx1lzskhtioCO2bvFErg-ro73sWwLuaoU59y-leruiFIchSDA6XDEilt_ngL8gjzrTv7AiKsec4qUZKEwzWb1PYa5ptoUUa89gTTlIi4sTcO8qotkEscbQe7MZr0l?key=gBdoBauPQRHBeCJCAQCSUw" alt=""><figcaption></figcaption></figure>

Each line in the table is an entity to which some token has been allocated. The vesting schedule with which the tokens are released is defined by the "Start", "Cliff" and "Duration" columns:

* Entity Name: the name for the agent that receives the token allocation.
* Allocation: the percentage of the total supply that an agent will receive as allocation.
* Start: the month of the simulation when the vesting process starts for a given agent. Both "Cliff" and "Duration" start from the "Start" month.
* Cliff: the length of time in months from the "Start" month until the first tokens are vested.
* Duration: the length of time in months from the "Start" month until all of the tokens in the allocation are vested. The vesting process is linear.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcwAREYPNNKFTZzj-KqGowjA9bi2soJjR7X6h1n8-Ex_Ngp2YiyifZTn9MQYMHZNm4qPQrgxLtbWz690jlw4GFgEJvOc5oXm9IKk-ybdgSJ7Dlc8T0BSZq-8UjlTe0XXSGlJP1WF7-QeAwP-Y05xSvMa0c?key=gBdoBauPQRHBeCJCAQCSUw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If one or more of the entities has a more complex schedule, try to split the allocation into multiple entities with simpler schedules that sum up to the desired schedule, and just give them names like "Stakeholder 1", "Stakeholder 2", etc. We will later point the entities to the same agent in the simulation.
{% endhint %}


---

# 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://cenit-finance-1.gitbook.io/generic-simulation-tool-docs/advanced-editor/advanced-editor-workflow/allocation-and-vesting.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.
