# payflowagent.net /v1/decide — nad.fun Token Risk & Momentum Decision Report

> payflowagent.net /v1/decide — nad.fun Token Risk & Momentum Decision Report is a paid API for AI agents from payflowagent.net, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns a 0-100 risk/momentum score, risk level, action recommendation, graduation progress, and explanatory factors for a specific nad.fun token on Monad blockchain

## Facts

- Endpoint: GET https://payflowagent.net/v1/decide
- 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/payflowagent-net-v1-decide-nad-fun-token-risk-momentum-decision-report-e33b7a18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OHP0TpnxFjXHaR3e96puh

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 payflowagent-net-v1-decide-nad-fun-token-risk-momentum-decision-report-e33b7a18
```

Example prompt: Can you pull a full risk and momentum decision report for the nad.fun token at 0x4a3b...c9f2 on Monad — I want to see the 0-100 score, risk level, action recommendation, and graduation progress so I can decide whether to trade it.

## When to prefer this

Use this endpoint when you need a complete, decision-ready analysis of a single specific nad.fun token on Monad — combining risk scoring, momentum, graduation status, and an action recommendation in one call. Prefer the /v1/lite endpoint for a free preview. Prefer the sibling ranked-list endpoint when you want to discover and compare multiple tokens rather than analyze one known address.

## Known failure modes

- Invalid or malformed token address (not 42-char 0x... format) returns validation error
- Token address not found on Monad / not a nad.fun token returns 404 or empty result
- Insufficient USDC payment (0.1 USDC required via x402) returns 402 Payment Required
- Token too new with insufficient on-chain data may return low-confidence or partial report
- Network or Monad RPC issues may cause timeouts

## How this service works

Entscheidungsfertiger Risiko-/Momentum-Report fuer einen nad.fun-Token auf Monad: 0-100 Score, riskLevel, action, Graduation, Momentum und erklaerende Faktoren. Free probe (no payment): GET /v1/lite?token=0x...

## Output

A structured JSON report containing: a 0-100 composite risk/momentum score, a categorical riskLevel (e.g. low/medium/high), an action recommendation (e.g. buy/hold/avoid), graduation progress toward bonding curve completion, momentum indicators, and human-readable explanatory factors describing what drove the score.

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