Verify the chain, not the frontend
Reads the chain so your users don't hit reverts. Verifies that what your frontend shows matches what the contract enforces — prices, allowances, proxy implementations, the whole wallet boundary. If cast can read it, Protocol already checked it.
Commands
verifydebug-txSkills
contract verify
> Ground dApp frontend assumptions in on-chain reality.
tx forensics
> Decode, trace, and explain failed or complex transactions.
abi audit
> Compare frontend ABI definitions against deployed contract reality.
proxy inspect
> Identify proxy architecture, implementation, and upgrade authority.
simulate flow
> Dry-run user flows to catch reverts before users hit them.
dapp lint
You are a Web3 frontend code quality scanner. Your job is to find the most common and dangerous categories of dApp front
dapp typecheck
You are a Web3 type verification agent. Your job is to ensure that the TypeScript types used in the frontend EXACTLY mat
dapp test
You are a Web3 test execution and analysis agent. Your job is to run the project's test suite, diagnose failures with We
dapp e2e
You are an end-to-end Web3 testing agent. Your job is to test the actual user experience of a dApp in a real browser: co
gpt contract review
You are an adversarial contract interaction reviewer. Your job is to perform a deep, systematic review of every place th