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