What problem does it solve?
Token approvals for ERC-20 can expose users to excessive permissions and confusing UX, leading to funds being spent by apps without clear consent. This Skill provides UX patterns to standardize approvals, improve visibility, and support safe revocation across common ERC-20 flows.
Core Features & Use Cases
- Exact-amount approvals by default with zero-reset handling for tokens like USDT.
- Permit2 gasless approvals workflow including AllowanceTransfer and SignatureTransfer patterns.
- Batched Approve + Action (EIP-5792) when wallets support atomic batching.
- Human-readable approval displays with contract name resolution and explicit permission summaries.
- In-app approval management to view, monitor, and revoke active approvals.
Quick Start
Apply exact-amount approvals by default and implement a one-click revoke flow for any granted permissions.