PaliSadePaliSade
Scanner online / Robinhood Chain · primary / 18 read-only tools / 0 keys · 0 signatures mcp.palisadescan.com
Onchain security · read-only

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
palisade — live inspection
$palisade scan 0x9a4c…f3c1
12/ 100 trust
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 — Access

Every tool is free.

No API key, no payment, no account. Read-only intelligence any agent can call.

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

$PALI

Live on Robinhood Chain. This is the only official contract address — published here first. Verify it onchain before you touch it, and treat any other address claiming to be $PALI as a scam.

Staking for scan quota and scam-report bounties is designed but not deployed yet. The scanner is free today and stays free regardless.

● Live
Contract address
0x69ccd10Fa78625DE83784Cd77A5bc22730724D5a
statuslive
chainRobinhood Chain
scanner accessfree, always
token required to scanno
This is the only official $PALI address. Any other address is a scam — verify here first.
§ 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" }
    }
  }
}