# SolSafe Brief – Solana Token Safety Facts

> SolSafe Brief – Solana Token Safety Facts is a paid API for AI agents from solsafe-61lr.onrender.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-10).

Returns a structured prose brief plus raw measured facts about a Solana token's safety and liquidity characteristics, billed per request via x402.

## Facts

- Endpoint: GET https://solsafe-61lr.onrender.com/brief/%7Bmint%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solsafe-brief-solana-token-safety-facts-7e6b2227
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VNPU8m8ZEail_fEHWNJtz

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 solsafe-brief-solana-token-safety-facts-7e6b2227
```

Example prompt: Can you pull the SolSafe safety brief for the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and tell me what the facts say about its liquidity and anything unusual?

## When to prefer this

Choose this endpoint when you need verifiable, fact-based Solana token safety information without subjective scores or price predictions — specifically when you want the raw underlying metrics alongside an interpretive brief so you can cross-check the narrative. Prefer it over score-based services when auditability and transparency of inputs matter, or when building a due-diligence pipeline that needs structured facts for further processing.

## Known failure modes

- Invalid or malformed mint address returns an error or empty facts object
- Token not found on-chain may return null facts or a brief stating the mint is unrecognized
- Network timeouts from Solana RPC calls may cause delayed or failed responses
- Very new tokens with no liquidity history may return sparse facts and limited brief content
- Payment failure via x402 will block the request before any analysis is performed

## How this service works

Verifiable Solana token safety and liquidity facts, billed per request over x402. Facts only -- no score, no signal, no price prediction.

## Output

Returns a JSON object with two fields: (1) 'brief' — a natural-language prose summary describing what the measured facts establish, what is unusual about the token, what is not covered by the analysis, and recommended checks the user should run themselves; (2) 'facts' — the same raw measured data (liquidity, safety signals, on-chain characteristics) that the prose brief is derived from, so users can independently verify the narrative against the underlying numbers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brief": {
   "type": "object",
   "description": "Summary, what the facts establish, what is unusual, what is not covered, and checks to run yourself"
  },
  "facts": {
   "type": "object",
   "description": "The same measured facts /safety returns, so the prose can be checked against its inputs"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solsafe-brief-solana-token-safety-facts-7e6b2227/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from solsafe-61lr.onrender.com](https://www.zero.xyz/host/solsafe-61lr.onrender.com/llms.txt)
