Approval X-ray
Lists every ERC-20/721 allowance and flags the unlimited ones draining silently in the background.
PaliSade inspects any token or wallet on Robinhood Chain and files a verdict — no keys, no signatures, no custody.
Each tool interrogates a different attack surface, then a consensus pass weighs them so a single noisy signal never triggers a false alarm.
Lists every ERC-20/721 allowance and flags the unlimited ones draining silently in the background.
Simulates a buy then a sell to catch tokens engineered so you can enter but never exit.
A 0–100 read on bytecode, ownership, liquidity and holders — the one number to glance at first.
Pulls the deployer's history and verification status off Blockscout to expose serial ruggers.
Confirms whether pool liquidity is locked, burned, or free to vanish. Missing data reads "unknown," never "safe."
Fingerprints bytecode against the scam DB to unmask copy-paste forks wearing a fresh name.
Measures whale grip over the sellable float, ignoring LP, burns and locks — one wallet, half the supply, flagged.
Six independent signals vote; risk only escalates to critical when several agree. A built-in false-positive brake.
Add PaliSade to any MCP client — Claude, Cursor, or your own agent. Keyless.
Drop a token or wallet address in plain language. No SDK, no dashboards.
PaliSade runs the relevant inspectors and cross-checks them for agreement.
You get a signed-off verdict. The wallet stays yours; PaliSade never touches it.
| Network | Approvals | Token scan | Honeypot |
|---|---|---|---|
| Robinhood ChainPRIMARY | Yes | Yes | Yes |
| Ethereum | Yes | Yes | Yes |
| Polygon | Yes | Yes | Yes |
| Arbitrum | Yes | Yes | Yes |
| Solana | — | Yes | Yes |
Premium tools settle micro-payments over x402 (USDC on Base) — pay only for the scan you actually run.
Staking unlocks scan quota, funds scam-report bounties, and routes protocol fees back to holders. The contract is not live yet — the address below fills in at launch.
# install the MCP server
pip install palisade-mcp
# add to your MCP client config
{
"mcpServers": {
"palisade": {
"command": "python3",
"args": ["-m", "palisade_mcp.server"],
"env": { "ROBINHOOD_RPC": "https://rpc.mainnet.chain.robinhood.com" }
}
}
}