-
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
fd24071
commit 367b298
Showing
1 changed file
with
46 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,46 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
|
||
# Use Authz Exec | ||
|
||
This guide outlines how to use Authz Exec privileges as an individual account or a DAO/SubDAO. | ||
|
||
## Individual Account | ||
|
||
### 1. Initiate Action | ||
a. From the [home page](daodao.zone), select the Actions tab, indicated by the green arrow in the picture below. | ||
![Action tab from user profile](/img/dao-management/authz-exec10.png) | ||
b. From the Action Library, select the Authorizations tab and then Authz Exec. | ||
![Action tab with Authz Exec selected from Authorizations sidebar](/img/dao-management/authz-exec11.png) | ||
|
||
### 2. Authz Exec | ||
a. A new window for Authz Exec actions will populate. First paste the Osmosis address for the DAO you which you act on behalf of or search for it by name. | ||
b. This account was granted privileges to stake, unstake, and restake on behalf of the DAO in [Grant Authz Exec](../grant-authz-exec.md), thus it may perform any of these actions autonomously with the DAO's treasury funds. | ||
![Authz Exec action options](/img/dao-management/authz-exec12.png) | ||
|
||
### 3. Execute :key: | ||
a. Below the action library, where publish would be on a traditional proposal, is an Execute button. When you have reviewed the details of your action, click this button to exectue the transaction. If successful, the changes will be made automatically. | ||
|
||
## DAO/SubDAO | ||
|
||
### 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. | ||
![Auth Exec proposal title and description](/img/dao-management/authz-exec13.png) | ||
|
||
### 2. Add Action | ||
a. From the Action Library, select the Authorizations tab and then Authz Exec. | ||
![Action tab with Authz Exec selected from Authorizations sidebar](/img/dao-management/authz-exec11.png) | ||
|
||
### 3. Authz Exec | ||
a. A new window for Authz Exec actions will populate. First paste the Osmosis address for the DAO you which you act on behalf of or search for it by name. | ||
b. This account was granted privileges to stake, unstake, and restake on behalf of the DAO, thus it may perform any of these actions autonomously with the DAO's treasury funds. | ||
![Authz Exec action options](/img/dao-management/authz-exec12.png) | ||
e. 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! | ||
|
||
### 4. 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. |