From b14e8f633ca398da841c815da7ad3839670d5ecf Mon Sep 17 00:00:00 2001 From: totallysarious <104467498+totallysarious@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:26:11 -0700 Subject: [PATCH] Create revoke-authz-exec.md --- .../authz-exec/revoke-authz-exec.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/dao-management/authz-exec/revoke-authz-exec.md diff --git a/docs/dao-management/authz-exec/revoke-authz-exec.md b/docs/dao-management/authz-exec/revoke-authz-exec.md new file mode 100644 index 00000000..32e1a40a --- /dev/null +++ b/docs/dao-management/authz-exec/revoke-authz-exec.md @@ -0,0 +1,31 @@ +--- +sidebar_position: 2 +--- + +# Revoke Authz Exec + +You can revoke any authz exec priveleges via a DAO governance proposal. + +## 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-exec8.png) + +## 2. Add Actions +a. Scroll down to the Action section of the Create proposal page. Select Authz Grant / Revoke from the Authorizations tab. +![Authorizations tab and Authz Grant / Revoke](/img/dao-management/authz-exec2.png) +c. Select the Revoke authorization tab, indicated by a red arrow in the image below. +![Revoke authz exec action box](/img/dao-management/authz-exec9.png) +d. Under Grantee address, paste an Osmosis address or search for an account or DAO already on DAO DAO. This will be the party having Authz Exec privileges revoked. +:::note + +In this example, the DAO is revoking authrizations to stake, unstake, redelegate and vote. They are also granting these same authorizations to an individual account in the same proposal. This means the proposal has a total of eight actions, indicated with the green circle in the image above. + +::: +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! + +## 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.