# nad.payflowagent.net Token Summary

> nad.payflowagent.net Token Summary is a paid API for AI agents from nad.payflowagent.net, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

Returns graduation progress and momentum summary for a nad.fun token on the Monad blockchain

## Facts

- Endpoint: GET https://nad.payflowagent.net/v1/token/:addr/summary
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nad-payflowagent-net-token-summary-ef83e80e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p_5w0PwOuCQrtwmHvxFKt

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 nad-payflowagent-net-token-summary-ef83e80e
```

Example prompt: Can you pull up the graduation progress and momentum summary for the nad.fun token at address 0x1234567890abcdef1234567890abcdef12345678 on Monad?

## When to prefer this

Use this endpoint when you need a lightweight, cost-effective summary of a nad.fun token's graduation progress and momentum on Monad. Prefer this over the full risk/momentum report when you only need a quick overview rather than a detailed 0-100 score and risk breakdown — it costs $0.03 USDC per call. Use the free /v1/lite probe endpoint first to verify the token address before paying.

## Known failure modes

- Invalid or malformed token address (not 42-character 0x hex) returns 400 error
- Token address not found on nad.fun / Monad returns 404
- Payment not provided or insufficient USDC results in 402 payment required
- Network or upstream Monad RPC unavailability returns 503

## How this service works

Cheap entry: graduation % + momentum for one token. Free probes: GET /v1/screen/sample or GET /v1/lite?token=0x…

## Output

Returns a structured summary including graduation progress percentage and momentum indicators for the specified nad.fun token on the Monad blockchain, helping users assess how close a token is to graduating and its current momentum trajectory.

## 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"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "addr"
     ],
     "properties": {
      "addr": {
       "type": "string",
       "description": "nad.fun Token-Adresse auf Monad (0x..., 42 Zeichen)"
      }
     }
    },
    "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/nad-payflowagent-net-token-summary-ef83e80e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nad.payflowagent.net](https://www.zero.xyz/host/nad.payflowagent.net/llms.txt)
