> For the complete documentation index, see [llms.txt](https://dao-dao-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dao-dao-docs.gitbook.io/docs/dao-management/treasury/vesting.md).

# Enable vesting payments

This feature allows DAOs to set up vesting contracts. A vesting payment distributes funds according to any schedule you choose, and the DAO can enable or disable early cancelation.

To create vesting payments, you must first create a vesting payment manager on each chain that you want to pay from, and the DAO must have an account on each chain before you can create the manager.

## 1. Create a new proposal

a. From your DAO page, select the Proposal tab and click the +Proposal button.

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

b. Add a relevant title and description to your proposal.

c. From the Action Library, select Enable Vesting Payments.

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

d. Connect the chains on which you wish to enable vesting payments.

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

e. publish your proposal by clicking the Publish button at the button of the screen.

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

## 2. Vote

a. Once the proposal is live, you and other DAO members can vote. If the majority of votes have been cast and the outcome of the vote is decided, the vote can be ended early via the execute button found on the proposal's page.

b. If the DAO membership votes in favor of enabling vesting payments, the feature will be automatically enabled at the close of the voting period.


---

# 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://dao-dao-docs.gitbook.io/docs/dao-management/treasury/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.
