# nad.fun Token Graduation & Momentum Summary

> nad.fun Token Graduation & Momentum Summary is a paid API for AI agents from roger-tomfoolish-liam.ngrok-free.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: GET https://roger-tomfoolish-liam.ngrok-free.dev/v1/token/:addr/summary
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nad-fun-token-graduation-momentum-summary-6640e8ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O4Xl-x5or3uo_opfPeSIP

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-fun-token-graduation-momentum-summary-6640e8ae
```

Example prompt: Can you pull 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 ($0.03 USDC) graduation progress and momentum snapshot for a nad.fun token on Monad — especially when a quick summary suffices and a full risk/score report (available on the sibling endpoint) is not required.

## Known failure modes

- Invalid or malformed token address (not 42-char 0x hex) returns an error
- Token address not found on nad.fun/Monad returns not-found error
- Network or ngrok tunnel downtime results in connection failure
- Rate limiting or payment failure (x402) if the $0.03 USDC fee is not settled

## How this service works

Guenstiger Einstieg: Graduation-Fortschritt + Momentum-Zusammenfassung fuer einen nad.fun-Token auf Monad. Free probe (no payment): GET /v1/lite?token=0x...

## Output

Returns a summary object containing the token's graduation progress (how far along the bonding curve it is toward graduation) and momentum indicators, giving a snapshot of the token's current trajectory on the nad.fun platform on Monad.

## 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-fun-token-graduation-momentum-summary-6640e8ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from roger-tomfoolish-liam.ngrok-free.dev](https://www.zero.xyz/host/roger-tomfoolish-liam.ngrok-free.dev/llms.txt)
