# GetDigitalCraft Pump.fun Token Safety Checker

> GetDigitalCraft Pump.fun Token Safety Checker is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a rug-risk checklist for a pump.fun token including mint/freeze authority status, dev holdings, bonding curve progress, and a 0–100 risk score

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/pumpfun-safety
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-pump-fun-token-safety-checker-1151fe31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hwLqAcQresuLqKrCrRMDC

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 getdigitalcraft-pump-fun-token-safety-checker-1151fe31
```

Example prompt: Can you run a rug-risk check on this pump.fun token and tell me the risk score, whether mint and freeze authority are revoked, how much the dev is holding, and how far along the bonding curve is?

## When to prefer this

Use this endpoint when you need a fast, structured safety assessment specifically for pump.fun tokens on Solana. It is purpose-built for the pump.fun bonding curve ecosystem and surfaces the most relevant rug-pull signals (mint/freeze authority, dev holdings, curve progress) in a single scored response. Prefer it over generic on-chain tools when you need a human-readable risk score rather than raw on-chain data.

## Known failure modes

- Invalid or unrecognized token mint address returns an error
- Token not found on pump.fun (e.g. migrated or invalid) returns a not-found error
- Network or RPC latency may cause timeouts for very recent tokens
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Rug-risk checklist for a pump.fun token: mint and freeze authority, dev holdings, curve progress and a 0-100 risk score

## Output

A structured rug-risk report for the specified pump.fun token, including: whether mint authority is revoked, whether freeze authority is revoked, the percentage of supply held by the developer wallet, the current bonding curve completion percentage, and a composite 0–100 risk score (higher = riskier).

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/getdigitalcraft-pump-fun-token-safety-checker-1151fe31/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
