AI safety agent · Robinhood Chain

Scan before
you sign.

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.

hoodtrade — scan
$ hoodtrade scan 0x87E1…636B --chain robinhood
Scanning 0x87E1…636B on robinhood (on-chain + GoPlus + DexScreener)…
GO · risk score 5
price $0.0058   mcap $5.8M   liquidity $127,584   24h vol $4.8M

CONTRACT-HONEYPOTok  Transfer simulation passed
CONTRACT-OWNERok  Ownership renounced
REP-PERMISSIONSok  No dangerous admin powers
MKT-LIQUIDITYok  Withdrawable $127,584
MKT-DEPTHinfo  Trade is 0.8% of liquidity
0
on-chain & data checks
0
independent data sources
0
chains supported
0
keys or signing required
What it scans

Every way a token can trap you — checked in one pass.

Deterministic on-chain checks, cross-referenced with live security and market data. No hype, just findings.

Honeypot detection

Simulates a sell on-chain and cross-checks GoPlus. Catches "buy but can't sell" traps and restriction reverts.

Buy / sell tax

Surfaces hidden trading taxes before you enter. Flags the extreme-fee patterns behind soft rugs.

Liquidity & depth

Real withdrawable liquidity from DexScreener, and how much of it your trade size actually eats.

Admin permissions

Mintable supply, pausable transfers, blacklist, reclaimable ownership, balance-changing owners.

Contract & ownership

Verifies code exists, source is published, supply is sane, and ownership isn't a live admin key.

Live market context

Price, market cap, 24h volume and buy/sell flow — so a dead or one-sided market can't surprise you.

Documentation

How the agent decides.

The verdict is deterministic and auditable. The AI layer only explains it — it can never override the gate.

01 / COLLECT

Read the token

Runs a battery of read-only calls against the Robinhood Chain RPC and enriches with GoPlus (security) and DexScreener (market). No transactions, no signing.

02 / SCORE

Weigh the findings

Each check contributes risk points by severity. Any single danger-level finding — a honeypot, a zero-liquidity pool — is blocking on its own.

03 / VERDICT

GO · CAUTION · NO-GO

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.

GOscore < 25
CAUTIONscore 25–59
NO-GOscore ≥ 60 or any danger
Install the agent

Running in under a minute.

Python 3.10+ is the only requirement. No API key needed for on-chain and market checks.

1

Clone & install

Grab the agent from GitHub and install it as an editable package.

# clone the repo git clone https://github.com/qumiann/hoodtrade cd hoodtrade && pip install -e .
2

Scan a token

Paste any contract address. Robinhood Chain is the default.

hoodtrade scan 0xYourTokenAddress --chain robinhood
3

Try it with no setup

Run the built-in demo — no RPC, no network, just the full report.

hoodtrade scan --demo
+

Optional: AI summaries

Add a Claude key to get a plain-language brief alongside the findings.

pip install -e '.[ai]' && export ANTHROPIC_API_KEY=sk-ant-…
FAQ

Good questions.

What is Hood Trade? +
An open-source command-line agent that inspects a token before you trade it and returns a GO / CAUTION / NO-GO verdict. It's built for Robinhood Chain but also scans Ethereum, Base, Arbitrum, BSC, Polygon, Optimism and Avalanche.
Does it place trades or touch my wallet? +
No. Hood Trade is read-only. It never signs transactions, never asks for private keys, and never moves funds. It only makes eth_call-style read requests and public API lookups.
Is this financial advice? +
No. Hood Trade reports technical risk signals, not investment recommendations. A GO verdict means the automated checks found no blocking issues — not that a token is safe or a good buy. Always verify addresses against official sources.
Where does the data come from? +
Three independent, public sources: the chain's own RPC (contract, honeypot simulation, ownership), GoPlus Security (honeypot, tax, permissions), and DexScreener (price, liquidity, volume). No scraping, no private endpoints.
How reliable is the honeypot check? +
The on-chain simulation classifies revert reasons — a restriction (blacklist / pause) is a real red flag, while an insufficient-balance revert is normal and ignored. It's cross-checked against GoPlus. No single heuristic can prove sellability, so treat findings as signals, not guarantees.
Do I need an API key? +
No — on-chain checks, GoPlus and DexScreener are all keyless. A Claude API key is only needed if you want the optional AI-written risk summary.

Don't ape blind.

Install the agent and scan your next token before you sign a thing.

Install Agent on GitHub →