# Solana Token Risk Assessment — The Stall by IntuiTek

> Solana Token Risk Assessment — The Stall by IntuiTek is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-13).

Returns a risk assessment for a Solana SPL token given its mint address, covering on-chain risk signals and threat indicators.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/solana-token-risk
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-token-risk-assessment-the-stall-by-intuitek-3950a966
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pt3chvAes_p8ha_d9ze8M

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 solana-token-risk-assessment-the-stall-by-intuitek-3950a966
```

Example prompt: Can you check the risk level for the Solana token with mint address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — is it safe or does it have any red flags?

## When to prefer this

Use this endpoint when you need a fast, pay-per-use risk score for a specific Solana SPL token without requiring API keys or account setup. Ideal for DeFi agents, trading bots, or portfolio tools that need on-demand token safety screening on Solana. Prefer this over manual on-chain inspection when you need structured risk signals in a single call.

## Known failure modes

- Invalid or malformed mint address (not valid base58 or wrong length) — likely 400 error
- Mint address not found on Solana — may return empty or unknown risk result
- Payment failure or insufficient USDC balance — 402 payment required error
- Service unavailable or upstream data provider outage — 5xx error
- Rate limiting or repeated calls — possible throttle response

## How this service works

Rug-pull and risk scanner for Solana SPL tokens. Input a mint address; returns mint/freeze authority status, top-10 holder concentration, liquidity depth, token age, and a composite safety score (0–100, higher = safer) with risk level (safe/moderate/risky/danger) and green/warning flags. Uses Solana public RPC and DexScreener — no API keys required. Useful for agents vetting a memecoin or new token before trading, swapping, or recommending.

## Output

A risk assessment for the given Solana SPL token mint address, likely including a risk score, flagged risk categories (e.g. honeypot, freeze authority, rug indicators), and on-chain threat signals relevant to trading or holding the token.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "mint": "EPjFWaLb3odccccccccccccccccccccccccPEKjn"
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-token-risk-assessment-the-stall-by-intuitek-3950a966/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
