# Solana SPL Token Security Audit

> Solana SPL Token Security Audit is a paid API for AI agents from defi.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Analyzes a Solana SPL token for security risks including honeypot detection, freeze/mint authority abuse, holder concentration, metadata verification, and liquidity pool checks.

## Facts

- Endpoint: GET https://defi.hugen.tokyo/defi/token/solana
- 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/defi-hugen-tokyo-ad3a2488
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f2SIm7i5NghsKJmeMeTA6

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 defi-hugen-tokyo-ad3a2488
```

Example prompt: Can you run a full security audit on this Solana token — mint address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — and tell me if it has honeypot behavior, freeze or mint authority risks, sketchy holder concentration, or any liquidity pool red flags?

## When to prefer this

Use this endpoint when evaluating a Solana SPL token for safety before buying, trading, or integrating — especially when you need to detect honeypots, mint/freeze authority abuse, or rug pull setups specific to the Solana ecosystem. Prefer this over EVM-focused token scanners when the token address is a Solana mint address.

## Known failure modes

- Invalid or non-existent token address returns an error or empty result
- Token with no on-chain metadata may yield incomplete metadata verification
- Recently deployed tokens with thin liquidity may have insufficient holder data
- Payment failure (insufficient USDC balance) results in 402 response
- Network congestion on Solana RPC may cause timeout or stale data

## How this service works

Token security audit on Solana — detect honeypots, freeze authority, mint authority abuse, and holder concentration risks. Full SPL token analysis including metadata verification and liquidity pool checks. No API keys needed. Accepts USDC payments on Base and Solana

## Output

Returns a structured security report for the given Solana SPL token covering: honeypot detection verdict, freeze authority presence and status, mint authority abuse indicators, holder concentration metrics, token metadata verification (name/symbol/URI authenticity), and liquidity pool security checks — enabling a go/no-go risk assessment before interacting with the token.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-hugen-tokyo-ad3a2488/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi.hugen.tokyo](https://www.zero.xyz/host/defi.hugen.tokyo/llms.txt)
