PaliSadePaliSade
Field Manual · No. 001 Robinhood Chain · Read-only inspection palisadescan.com
Onchain defense dossier

Read the contract before you ever sign it.

PaliSade inspects any token or wallet on Robinhood Chain and files a verdict — no keys, no signatures, no custody.

18
Read-only tools
0
Signatures asked
<2s
Per verdict
Live inspectionFILE #4663-A
12/100
NO-GO
§ 01 — Capabilities

Eighteen inspectors. One verdict.

Each tool interrogates a different attack surface, then a consensus pass weighs them so a single noisy signal never triggers a false alarm.

01

Approval X-ray

Lists every ERC-20/721 allowance and flags the unlimited ones draining silently in the background.

02

Honeypot probe

Simulates a buy then a sell to catch tokens engineered so you can enter but never exit.

03

Trust score

A 0–100 read on bytecode, ownership, liquidity and holders — the one number to glance at first.

04

Deployer trace

Pulls the deployer's history and verification status off Blockscout to expose serial ruggers.

05

Liquidity lock check

Confirms whether pool liquidity is locked, burned, or free to vanish. Missing data reads "unknown," never "safe."

06

Clone detector

Fingerprints bytecode against the scam DB to unmask copy-paste forks wearing a fresh name.

07

Holder concentration

Measures whale grip over the sellable float, ignoring LP, burns and locks — one wallet, half the supply, flagged.

08

Consensus verdict

Six independent signals vote; risk only escalates to critical when several agree. A built-in false-positive brake.

§ 02 — Method

From address to answer in four moves.

01

Connect

Add PaliSade to any MCP client — Claude, Cursor, or your own agent. Keyless.

02

Ask

Drop a token or wallet address in plain language. No SDK, no dashboards.

03

Inspect

PaliSade runs the relevant inspectors and cross-checks them for agreement.

04

Decide

You get a signed-off verdict. The wallet stays yours; PaliSade never touches it.

§ 03 — Networks

Robinhood Chain first. Majors covered.

NetworkApprovalsToken scanHoneypot
Robinhood ChainPRIMARYYesYesYes
EthereumYesYesYes
PolygonYesYesYes
ArbitrumYesYesYes
SolanaYesYes
§ 04 — Pricing

Core checks free. Depth pays per call.

Premium tools settle micro-payments over x402 (USDC on Base) — pay only for the scan you actually run.

Core
$0
  • Safety score
  • Honeypot probe
  • Approval X-ray
  • Scam DB check
Per scan
$0.01 / call
  • Deep token scan
  • Deployer trace
  • Market + liquidity
  • Batch scan
Consensus
$0.05 / call
  • All six signals
  • Weighted verdict
  • Confidence score
  • Full evidence log
§ 05 — Token

$PALI

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.

● Coming soon
CA — not deployed yet
§ 06 — Install

Running in under a minute.

# 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" }
    }
  }
}