# Agent402 Token Brief – Solana SPL Token Research Report

> Agent402 Token Brief – Solana SPL Token Research Report is a paid API for AI agents from agent402.tools, paid per call via x402, $0.6/call, status unknown (last checked 2026-09-14).

Generates a finished research brief (markdown or JSON) for a Solana SPL token given its mint address, covering key on-chain and market evidence.

## Facts

- Endpoint: POST https://agent402.tools/v1/token-brief
- Price: $0.6/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent402-token-brief-solana-spl-token-research-report-ee4f9ec8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3EBVJ6D7sz8qpWpmaG4Ss

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 agent402-token-brief-solana-spl-token-research-report-ee4f9ec8 -d '<json body>'
```

Example prompt: Can you pull a full research brief on the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and return it as markdown?

## When to prefer this

Choose this endpoint when you need a ready-to-use, finished research brief on a Solana SPL token by mint address — especially when you want narrative markdown output or structured JSON evidence without having to stitch together multiple raw RPC calls. It is pay-per-call with no signup, making it ideal for agent workflows that need one-shot token intelligence on demand.

## Known failure modes

- Invalid or malformed mint address (not a valid Base58 Solana address) returns an error
- Token mint not found on-chain or with insufficient data returns a partial or empty report
- Unsupported format enum value causes a validation error
- Payment not completed (x402 flow) results in 402 response and no report
- Network or RPC latency may cause timeouts for very new or low-activity tokens

## How this service works

Hand over a Solana SPL mint address and get one cited due-diligence brief: what the token is, whether the mint and freeze authorities are still live, how deep and how locked the liquidity is (pools, lockers, unlock dates, DEX pairs, 24h volume and buy/sell balance), who holds it (top holders with pool and locker accounts told apart from wallets, concentration with and without pools), and every named risk flag the public feeds carry, plus what this data cannot see.

## Output

A finished research brief on the requested Solana SPL token — in markdown (human-readable narrative with structured evidence sections) or JSON (machine-parseable fields) — covering on-chain data, token identity, market context, and key signals relevant to understanding or evaluating the token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "mint": {
   "type": "string",
   "description": "Base58 Solana SPL token mint address (32-44 chars)."
  },
  "format": {
   "enum": [
    "markdown",
    "json"
   ],
   "type": "string",
   "description": "Response shape (default markdown report plus structured evidence)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "full example in /openapi.json",
  "truncated": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent402-token-brief-solana-spl-token-research-report-ee4f9ec8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent402.tools](https://www.zero.xyz/host/agent402.tools/llms.txt)
