# BaseBrain Solana Contract Checker

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

Checks and analyzes a Solana smart contract or address for potential issues, risks, or metadata

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/solcheck
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-solana-contract-checker-eebb29ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ftZFegqfY6bE18QYogITp

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-solana-contract-checker-eebb29ea -d '<json body>'
```

Example prompt: Can you check if this Solana contract address is safe and not a rug pull before I ape in?

## When to prefer this

Use this endpoint when you need a quick, paid-quality Solana contract check without setting up your own RPC infrastructure. Prefer this over manual RPC calls when you need summarized risk signals and don't want to parse raw on-chain data yourself.

## Known failure modes

- Invalid or malformed Solana address returns an error
- Network timeouts when fetching on-chain data
- Unrecognized contract types may return incomplete analysis
- Missing input fields result in a validation error
- Rate limiting or payment failure blocks the request

## How this service works

Generated by create next app

## Output

Returns a result object containing analysis data about the Solana contract, which may include risk indicators, contract metadata, verification status, and any detected anomalies or flags associated with the address.

## 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-solana-contract-checker-eebb29ea/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)
