# Basebrain AI Solana Safety Checker

> Basebrain AI Solana Safety Checker is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-15).

Analyzes Solana addresses, transactions, or tokens for safety and risk signals

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/solana-safety
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-ai-solana-safety-checker-f04e4a56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fxcpaTiNA33-PHYsQTbm9

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 basebrain-ai-solana-safety-checker-f04e4a56 -d '<json body>'
```

Example prompt: Can you run a safety check on this Solana address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and tell me if it's safe to interact with?

## When to prefer this

Use this endpoint when you need a quick automated safety check on Solana blockchain entities before executing transactions, swapping tokens, or interacting with unknown wallets or contracts. Prefer this over manual blockchain explorers when you need programmatic, machine-readable safety signals in an agent workflow.

## Known failure modes

- Invalid or malformed Solana address returns an error response
- Unknown or unindexed address may return limited risk data
- Service may be unavailable if the underlying analysis backend is down
- Payment failure (402) if USDC balance is insufficient
- Timeout if Solana RPC is congested

## How this service works

Generated by create next app

## Output

Returns a safety assessment object containing risk signals, threat indicators, and a safety determination for the queried Solana entity (address, token, or transaction).

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebrain-ai-solana-safety-checker-f04e4a56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
