diff --git a/docs/apps/assets/approval-list.png b/docs/apps/assets/approval-list.png new file mode 100644 index 00000000..e3743cc8 Binary files /dev/null and b/docs/apps/assets/approval-list.png differ diff --git a/docs/apps/assets/confirm-connection.png b/docs/apps/assets/confirm-connection.png new file mode 100644 index 00000000..ed1f21ea Binary files /dev/null and b/docs/apps/assets/confirm-connection.png differ diff --git a/docs/apps/assets/connect-to-wallet.png b/docs/apps/assets/connect-to-wallet.png new file mode 100644 index 00000000..f94f9ab7 Binary files /dev/null and b/docs/apps/assets/connect-to-wallet.png differ diff --git a/docs/apps/assets/revoke-approval.png b/docs/apps/assets/revoke-approval.png new file mode 100644 index 00000000..9a87135b Binary files /dev/null and b/docs/apps/assets/revoke-approval.png differ diff --git a/docs/apps/assets/revoke-success.png b/docs/apps/assets/revoke-success.png new file mode 100644 index 00000000..8bba67c5 Binary files /dev/null and b/docs/apps/assets/revoke-success.png differ diff --git a/docs/apps/revoke.mdx b/docs/apps/revoke.mdx new file mode 100644 index 00000000..9be1dfa8 --- /dev/null +++ b/docs/apps/revoke.mdx @@ -0,0 +1,41 @@ +--- +description: Review and revoke your token approvals for dApps in the Ronin ecosystem. +sidebar_label: Revoke +title: Ronin Token Revoke +slug: /apps/revoke/ +--- + +import approvalList from './assets/approval-list.png' +import confirmConnection from './assets/confirm-connection.png' +import connectToWallet from './assets/connect-to-wallet.png' +import revokeApproval from './assets/revoke-approval.png' +import revokeSuccess from './assets/revoke-success.png' + +## Overview + +Ronin Token Revoke ("Revoke" for short) is a tool built for revoking approvals that you previoisly granted to a Ronin dApp's smart contract to handle your digital assets, such as tokens and NFTs. + +:::info +The Revoke tool can't be used for revoking signatures or dApp connections with your wallet. +::: + +## Revoke a token approval + +To revoke a token approval, follow these steps: + +1. Open the [Revoke](https://ronin.axiedao.org/revoke/) tool and click **Connect to Ronin Wallet**. + + +2. If this is your first time connecting to the AxieDAO (Decentralized Autonomous Organization) website, then in your Ronin Wallet, grant permission by clicking **Next**, then **Connect**. + + +3. Review the list of token approvals associated with your connected Ronin address, sorted by dApp. Each approval has a link to the respective smart contract that handles the token. + + +4. Find the approval that you want to revoke, then click **Revoke,** and then confirm the transaction in your wallet. + + +5. After a few seconds, the approval's status changes to **Revoked** and a confirmation pop-up appears indicating that the revoke transaction is completed. + + +Done. You have successfully revoked the token approval for the selected dApp. If you want to use the same dApp after revoking its token approval, you'll be asked to approve once again. diff --git a/sidebars.js b/sidebars.js index 883f7fa4..f3561e70 100644 --- a/sidebars.js +++ b/sidebars.js @@ -83,6 +83,8 @@ const sidebars = { slug: '/apps', }, items: [ + // Token Revoke + 'apps/revoke', // RNS { type: 'category',