Post
Share your knowledge.
Does SUI offer a tool like EVM's revoke cache?
I'm trying to figure out if SUI has an equivalent tool to EVM's revoke cache. My understanding is that the EVM uses this for security purposes. Does SUI have something similar, especially when dealing with Move language, and how can I ensure my wallet's security after using dapps?
- Sui
Answers
5Sui doesn't have a direct equivalent to EVM's 'revoke cache' or token approvals because of its object-centric model. In Sui, assets are individual objects owned by your address. When you interact with a dapp, you explicitly sign a transaction to send specific objects to that dapp's contract, or to perform an action on objects already held by the contract. Dapps don't gain persistent 'approvals' to access or spend arbitrary assets from your wallet without your explicit, per-transaction signature. Your wallet's security after using dapps on Sui primarily relies on carefully reviewing each transaction you sign to understand what objects are being moved or affected, as there's no lingering 'permission' to revoke later for other assets in your wallet.
After using a dapp, simply disconnect your wallet to ensure security. This is a general safety measure when dealing with decentralized applications. Regarding SUI and Aptos, Suimove is different from Aptos move, and each might have different protocols for security. It's not exactly the same approach, so it's always good to verify how each handles disconnecting wallets.
SUI does not have a tool equivalent to EVM's revoke cache. The Move programming language used by SUI operates differently from EVM. To ensure security, you can disconnect your wallet after using a dapp to remain safe.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking616
- Why does BCS require exact field order for deserialization when Move structs have named fields?65
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution55
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction419
- Sui Transaction Failing: Objects Reserved for Another Transaction410