# Robinhood Chain Token Rug Check

> Robinhood Chain Token Rug Check is a paid API for AI agents from rh-chain-intel.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Analyzes a token contract on Robinhood Chain for rug pull risk using holder concentration metrics, returning a GO/CAUTION/DANGER verdict

## Facts

- Endpoint: GET https://rh-chain-intel.vercel.app/api/rugcheck
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinhood-chain-token-rug-check-550d2ee4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t927Nxk2MLBj2cscghYTg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability robinhood-chain-token-rug-check-550d2ee4
```

Example prompt: Can you rug check this Robinhood Chain token for me — contract address 0xAbC123...def456 — I want to know if the holder concentration is dangerously high and whether it's a GO, CAUTION, or DANGER?

## When to prefer this

Use this endpoint when you need a quick rug pull risk assessment for a token specifically deployed on Robinhood Chain (an Ethereum L2 on Arbitrum). It excels at detecting whale concentration and dump risk via holder distribution. Prefer this over generic token scanners when the target chain is Robinhood Chain. Note that it does not check mint authority, honeypot behavior, or tax mechanisms — for those, use a GoPlus-supported chain scanner alongside this.

## Known failure modes

- Invalid or malformed token contract address returns an error
- Token address not found on Robinhood Chain returns no data
- Network or RPC issues may cause timeout or 500 error
- GoPlus does not support this chain so mint authority, honeypot, and tax checks are unavailable
- Non-Robinhood Chain addresses (e.g. Ethereum mainnet tokens) will not return valid results

## How this service works

Rug check a token on Robinhood Chain via holder concentration: top holder %, top-10 %, burned %, holder count, scam flag. Returns GO/CAUTION/DANGER. Catches whale-dump/rug risk. Does NOT check mint authority/honeypot/tax (GoPlus does not support this chain yet). Body: { address }.

## Output

Returns a rug risk verdict of GO, CAUTION, or DANGER along with holder concentration metrics including top holder percentage, top-10 holder percentage, burned token percentage, total holder count, and a scam flag indicating whether the token exhibits whale-dump or rug pull risk patterns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Token contract address (0x...)."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinhood-chain-token-rug-check-550d2ee4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rh-chain-intel.vercel.app](https://www.zero.xyz/host/rh-chain-intel.vercel.app/llms.txt)
