diff --git a/docs/dao-management/authz-exec/use-authz-exec.md b/docs/dao-management/authz-exec/use-authz-exec.md new file mode 100644 index 00000000..844d25dd --- /dev/null +++ b/docs/dao-management/authz-exec/use-authz-exec.md @@ -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.