Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Totallysarious patch 1 #58

Merged
merged 48 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
23285bc
Update welcome-to-dao-dao.md
totallysarious Apr 23, 2024
b874105
Update whats-a-dao.md
totallysarious Apr 23, 2024
de12304
Update whats-a-blockchain.md
totallysarious Apr 23, 2024
15a94fd
Create _category_.json
totallysarious Apr 23, 2024
638ae6c
Create create-a-dao.md
totallysarious Apr 23, 2024
3c790a8
Create create-a-proposal.md
totallysarious Apr 23, 2024
e99757f
Create voting.md
totallysarious Apr 23, 2024
2616d65
Create congratulations.md
totallysarious Apr 23, 2024
75a15ee
Create _category_.json
totallysarious Apr 23, 2024
72f3e4d
Create joining-leaving-member-based-dao.md
totallysarious Apr 23, 2024
556978e
Create joining-leaving-token-based-dao.md
totallysarious Apr 23, 2024
91104ee
Delete docs/quickstart directory
totallysarious Apr 23, 2024
ea827a6
Create _category_.json
totallysarious Apr 23, 2024
d8d1470
Create _category_.json
totallysarious Apr 23, 2024
d6369ce
Create voting-config.md
totallysarious Apr 23, 2024
ba5991a
Create proposal-submission.md
totallysarious Apr 23, 2024
506f64e
Create staking.md
totallysarious Apr 23, 2024
ba06550
Create _category_.json
totallysarious Apr 23, 2024
51fd46b
Create what.md
totallysarious Apr 23, 2024
6144863
Create types.md
totallysarious Apr 23, 2024
df7ecad
Create how-to-create-a-proposal.md
totallysarious Apr 23, 2024
57c9a9c
Create how-to-vote-on-a-proposal.md
totallysarious Apr 23, 2024
3a0bded
Delete docs/configuration directory
totallysarious Apr 23, 2024
ff00827
Delete docs/features/proposals directory
totallysarious Apr 23, 2024
f528302
Delete docs/features directory
totallysarious Apr 23, 2024
58e118d
Delete docs/how-to directory
totallysarious Apr 23, 2024
59d1f29
Create _category_.json
totallysarious Apr 23, 2024
be9a186
Create create-a-dao.md
totallysarious Apr 23, 2024
7bb20b4
Create update-info.md
totallysarious Apr 23, 2024
fcac3b1
Create _category_.json
totallysarious Apr 23, 2024
56929f5
Create what.md
totallysarious Apr 23, 2024
def5efc
Create how-to-create.md
totallysarious Apr 23, 2024
bd0a98c
Create act-on-behalf-of-subdao.md
totallysarious Apr 23, 2024
1a2cd6d
Create _category_.json
totallysarious Apr 23, 2024
33c375d
Create how-to-manage-cross-chain-tokens.md
totallysarious Apr 23, 2024
2cb9658
Create how-to-stake-tokens.md
totallysarious Apr 23, 2024
40fb51d
Create how-to-send-tokens.md
totallysarious Apr 23, 2024
9fcab4c
Create enable-vesting.md
totallysarious Apr 23, 2024
731c5be
Create auto-add.md
totallysarious Apr 23, 2024
b0f936e
Update auto-add.md
totallysarious Apr 23, 2024
a7d0f1d
Create _category_.json
totallysarious Apr 23, 2024
42109f0
Create joining-leaving-member-based-dao.md
totallysarious Apr 23, 2024
0cea3ec
Create joining-leaving-token-based-dao.md
totallysarious Apr 23, 2024
c2a68e6
Update _category_.json
totallysarious Apr 23, 2024
6e69a25
Update how-to-contribute.md
totallysarious Apr 23, 2024
4eb6b2f
Create placeholder
totallysarious Apr 23, 2024
4485915
Add files via upload
totallysarious Apr 23, 2024
6f8bfa6
Update docusaurus.config.js
totallysarious Apr 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create enable-vesting.md
totallysarious authored Apr 23, 2024
commit 9fcab4cb201ff20a6bbf934d82092ca9ce90164e
21 changes: 21 additions & 0 deletions docs/dao-management/dao-treasury/enable-vesting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
sidebar_position: 4
---

# 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.
![New proposal](/img/dao-management/vesting4.png)
b. Add a relevant title and description to your proposal.
c. From the Action Library, select Enable Vesting Payments.
![Action Library list](/img/dao-management/vesting1.png)
d. Connect the chains on which you wish to enable vesting payments.
![enable chains](/img/dao-management/vesting3.png)
e. publish your proposal by clicking the Publish button at the button of the screen.
![Proposal confirmation](/img/dao-management/change-appearance5.png)
## 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.