# Solana DeFi Full Token Risk Scan

> Solana DeFi Full Token Risk Scan is a paid API for AI agents from soldefi.thomenz.me, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Runs a comprehensive rug-pull and honeypot risk workup on a Solana SPL token mint, bundling honeypot detection, liquidity analysis, deployer reputation, and exit risk into a single scored report.

## Facts

- Endpoint: GET https://soldefi.thomenz.me/v1/solana/full-scan/%7Bmint%7D
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-defi-full-token-risk-scan-7bbeed88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DksSWsYdzfkT7aIDOZ-Jr

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 solana-defi-full-token-risk-scan-7bbeed88
```

Example prompt: Can you run a full rug-pull and honeypot scan on this Solana token mint 9xYzExampleFreshRugMint111111111111111111 — I want to know the overall risk score, whether I can actually sell it, and what the deployer looks like?

## When to prefer this

Choose this endpoint when you need a single-call comprehensive risk assessment of a Solana token before trading or investing. It is preferable over individual check endpoints when you want honeypot detection, liquidity risk, deployer reputation, and exit slippage all bundled into one scored verdict — ideal for pre-trade safety gates, portfolio audits, or alerting pipelines on Solana DeFi tokens.

## Known failure modes

- Invalid or non-existent mint address returns an error or empty result
- Token too new or unlisted — insufficient on-chain data to score
- Payment failure via x402 protocol blocks the request
- Rate limiting or upstream Solana RPC congestion causes timeout
- Mint with no liquidity pools returns partial results with missing LP data

## How this service works

Paid x402 API for Solana DeFi risk intelligence — rug/honeypot scan, wash-trade detection, real slippage, risk-adjusted pool yield. Pays on Base + Solana.

## Output

Returns a structured JSON report with overall risk verdict and score (0-100), honeypot/sellability flags, liquidity pool analysis (TVL, age, risk level), deployer wallet reputation (holdings percentage, wallet age), exit risk score with slippage indicators, top risk flags, and a checked-at timestamp. Critical findings are labeled with verdicts like 'AVOID' or 'FRAGILE'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "lp": {
   "flags": [
    "very_thin_liquidity",
    "fresh_liquidity"
   ],
   "verdict": "FRAGILE — $3200 in top pool, young (4h)",
   "riskScore": 62,
   "liquidityRisk": "high"
  },
  "mint": "9xYzExampleFreshRugMint111111111111111111",
  "notes": [],
  "network": "solana",
  "overall": {
   "verdict": "AVOID — honeypot/sell blocked, fragile liquidity, deployer holds ~34%, HIGH exit risk",
   "topFlags": [
    "cannot_sell",
    "very_thin_liquidity",
    "deployer_holds_large",
    "whales_dumping"
   ],
   "riskLevel": "critical",
   "riskScore": 88
  },
  "deployer": {
   "flags": [
    "deployer_holds_large",
    "fresh_deployer_wallet"
   ],
   "verdict": "AVOID — deployer still holds ~34.2%, deployer wallet only 1d old",
   "riskLevel": "critical",
   "riskScore": 72
  },
  "exitRisk": {
   "flags": [
    "whales_dumping",
    "exit_slippage_high"
   ],
   "score": 85,
   "exit_risk": "HIGH"
  },
  "honeypot": {
   "flags": [
    "cannot_sell"
   ],
   "verdict": "AVOID — cannot sell — honeypot",
   "riskLevel": "critical",
   "riskScore": 100
  },
  "checkedAt": "2026-07-05T12:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-defi-full-token-risk-scan-7bbeed88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from soldefi.thomenz.me](https://www.zero.xyz/host/soldefi.thomenz.me/llms.txt)
