-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e9c1a4
commit ced73cd
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
|
||
# Manage Vetoable DAOs | ||
|
||
Your DAO can opt to display proposals from affiliated DAOs that you have the power to veto. This guide outlines the steps for enabling or disabling this option. | ||
|
||
## 1. Create Proposal | ||
a. From your DAO page, example circled in green, click the Proposal tab, indicated by the yellow arrow. | ||
![Create proposal](/img/dao-management/change-appearance1.png) | ||
|
||
b. Create a new proposal by clicking the +Proposal button. | ||
|
||
c. Give your proposal a title and description. | ||
![MVD title and description](/img/dao-governance/vetoable1.png) | ||
|
||
## 2. Add Actions | ||
|
||
a. From the Action Library, select the DAO Governance tab and then the Manage Vetoable DAOs option, indicated with a green arrow in the picture below. | ||
|
||
![Manage vetoable daos action library](/img/dao-governance/vetoable2.png) | ||
|
||
b. This will cause the Manage Vetoable DAOs box to appear, where you can enable or disable this feature. Paste an Osmosis address or search for the chosen DAO by name in the DAO prompt. | ||
|
||
![Manage vetoable daos action box](/img/dao-governance/vetoable3.png) | ||
|
||
c. At the bottom of the screen will be an option to publish your proposal. Once you have reviewed your changes, publish your proposal to start the vote! | ||
|
||
## 3. Vote | ||
a. Once the proposal is live, you and other DAO members can vote. [Learn more about voting here!](.../dao-governance/proposals/how-to-vote-on-a-proposal.md) | ||
|
||
b. If the DAO membership votes in favor of the proposal, all of the change will happen automatically at the close of the voting period. |