# Draft Vesting Plan

1. Click the button in the top right corner to create a new vesting plan.&#x20;

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

2. There are a total of 6 parameters to fill in before proceeding to the next step, as shown below

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

{% stepper %}
{% step %}

### Plan Label

Simple plan name that gives committee members a brief idea of the vesting plan.
{% endstep %}

{% step %}

### Function

Time Function: The drop ratio will be equally distributed across the vesting period based on each block time.

Cycle Function: The user defines the total number of cycles across the vesting period, and the token releases will be based on these cycles.
{% endstep %}

{% step %}

### Start Date

The vesting start date includes the cliff period.
{% endstep %}

{% step %}

### Duration

Please note that the vesting duration includes vesting period, be sure to account for cliff period. 1 day = 1 day, 1 week = 7 days, 1 month = 30 days
{% endstep %}

{% step %}

### Cliff Period

The initial phase of vesting schedule which no token drop are granted.
{% endstep %}

{% step %}

### End Date

This is an automatically calculated end date based on the previous input parameters, showing the actual end time of the vesting plan.
{% endstep %}

{% step %}

### Token Amount

Token allocation for this individual plan; please note that during the drafting phase, the system will not check the token balance.
{% endstep %}
{% endstepper %}

3. Function summary page

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

4. Vesting Plan Summary page

<figure><img src="/files/VpbZ7clGDlQ5b7MbrS9d" 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://docs.secondswap.io/token-issuer-central/vesting-plan-setting/draft-vesting-plan.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.
