Hood Trade is an on-chain safety agent that checks any Robinhood Chain token for honeypots, rugs, hidden taxes and thin liquidity — then gives you a clear GO / CAUTION / NO-GO in seconds.
Deterministic on-chain checks, cross-referenced with live security and market data. No hype, just findings.
Simulates a sell on-chain and cross-checks GoPlus. Catches "buy but can't sell" traps and restriction reverts.
Surfaces hidden trading taxes before you enter. Flags the extreme-fee patterns behind soft rugs.
Real withdrawable liquidity from DexScreener, and how much of it your trade size actually eats.
Mintable supply, pausable transfers, blacklist, reclaimable ownership, balance-changing owners.
Verifies code exists, source is published, supply is sane, and ownership isn't a live admin key.
Price, market cap, 24h volume and buy/sell flow — so a dead or one-sided market can't surprise you.
The verdict is deterministic and auditable. The AI layer only explains it — it can never override the gate.
Runs a battery of read-only calls against the Robinhood Chain RPC and enriches with GoPlus (security) and DexScreener (market). No transactions, no signing.
Each check contributes risk points by severity. Any single danger-level finding — a honeypot, a zero-liquidity pool — is blocking on its own.
A pure function turns the score and findings into one call, with an exit code for scripting. An optional Claude summary explains it in plain language.
Python 3.10+ is the only requirement. No API key needed for on-chain and market checks.
Grab the agent from GitHub and install it as an editable package.
Paste any contract address. Robinhood Chain is the default.
Run the built-in demo — no RPC, no network, just the full report.
Add a Claude key to get a plain-language brief alongside the findings.
eth_call-style read requests and public API lookups.Install the agent and scan your next token before you sign a thing.
Install Agent on GitHub →