# Solidus Solana Token Rug Check

> Solidus Solana Token Rug Check is a paid API for AI agents from solidus-x402.fly.dev, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Analyzes a Solana SPL token mint address for rug-pull risk, returning a signed PROCEED|CAUTION|BLOCK verdict with an A–F grade based on mint/freeze authority, Token-2022 traps, holder concentration, LP lock state, and insider networks.

## Facts

- Endpoint: GET https://solidus-x402.fly.dev/v1/sol/mint/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solidus-solana-token-rug-check-29ce4daf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z4FG2HFExqSJdgrw9RSlM

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 solidus-solana-token-rug-check-29ce4daf
```

Example prompt: Before I swap into this Solana memecoin, can you rug-check the mint EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and tell me if I should PROCEED, CAUTION, or BLOCK — including whether LP is locked and if there are any insider networks or Token-2022 traps?

## When to prefer this

Use this endpoint when you need a fast, fused, single-call safety verdict on a Solana SPL token before executing a swap — especially for memecoins where rug-pull risk is high. It combines on-chain mint/freeze authority checks, Token-2022 trap detection, holder concentration, LP lock state, and Rugcheck depth into one signed verdict, eliminating the need to call multiple data sources separately. Prefer the ?tier=lite variant when budget is tight and only the verdict card is needed.

## Known failure modes

- Invalid or non-existent mint address returns a 400 or error response
- Token not indexed on-chain yet may return incomplete data
- Network timeouts if Solana RPC is congested
- Payment failure via x402 protocol if USDC balance insufficient
- Rate limiting if too many requests in short window

## How this service works

Solana token safety / rug check — Before you sign an SPL swap: is this token a rug? mint/freeze authority, Token-2022 traps, top-10 holder concentration, PLUS rugcheck depth — rugged flag, LP lock state, insider networks, liquidity — fused into one signed PROCEED|CAUTION|BLOCK verdict + grade A–F. Built for memecoin snipers. Tight budget? Add ?tier=lite for a $0.02 verdict-only card (same engine).

## Output

A signed verdict card containing: a PROCEED, CAUTION, or BLOCK decision; an A–F safety grade; rugged flag; LP lock state; mint and freeze authority status; Token-2022 trap indicators; top-10 holder concentration percentage; insider network connections; and liquidity depth metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "mint"
     ],
     "properties": {
      "mint": {
       "type": "string",
       "description": "Solana SPL mint pubkey (base58)"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solidus-solana-token-rug-check-29ce4daf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from solidus-x402.fly.dev](https://www.zero.xyz/host/solidus-x402.fly.dev/llms.txt)
