SolProbe
api.solprobe.xyz
Solana token risk scanner. Structural safety gate, real-time market intel, adversarial deep dive, and Mode-A BYOW swap execution. Pay-per-call in USDC on Base or Solana via x402.
api.solprobe.xyz via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 25/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-19 08:30:41 current | 74b0b5441b85… |
view → |
Endpoints
| Agent card | https://api.solprobe.xyz/.well-known/agent.json |
Skills · 4 declared · mapped to canonical taxonomy
Structural safety gate for Solana tokens. Call before any token swap or purchase to screen for mint/freeze authority risk, holder concentration, and LP burn. Re…
Real-time trading signal for Solana tokens. Returns BULLISH/BEARISH/NEUTRAL with numeric buy_sell_ratio, volatility, and token_health.
Adversarial risk engine for Solana tokens. Returns wallet clustering, launch pattern, wash trading score, dev wallet history, and a structured AVOID/WATCH/CONSI…
Two-phase swap. POST /trade/quote (free) returns an unsigned Solana tx and risk gate; caller signs locally and POSTs the signed bytes to /trade/execute ($0.15 f…
Health · last 3 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.solprobe.xyz) [](https://agenstry.com/agents/api.solprobe.xyz) [](https://agenstry.com/agents/api.solprobe.xyz) [](https://agenstry.com/agents/api.solprobe.xyz)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "SolProbe",
"description": "Solana token risk scanner. Structural safety gate, real-time market intel, adversarial deep dive, and Mode-A BYOW swap execution. Pay-per-call in USDC on Base or Solana via x402.",
"url": "https://api.solprobe.xyz",
"version": "2.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "sol_quick_scan",
"name": "Solana token structural safety scan",
"description": "Structural safety gate for Solana tokens. Call before any token swap or purchase to screen for mint/freeze authority risk, holder concentration, and LP burn. Returns deterministic structural_risk_grade A\u2013F.",
"tags": [
"solana",
"risk",
"rug-check",
"structural-safety"
],
"examples": [
"Scan token DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 for structural risk"
]
},
{
"id": "sol_market_intel",
"name": "Solana token market signal",
"description": "Real-time trading signal for Solana tokens. Returns BULLISH/BEARISH/NEUTRAL with numeric buy_sell_ratio, volatility, and token_health.",
"tags": [
"solana",
"market",
"signal",
"buy-sell-pressure"
],
"examples": [
"Get current market signal for token DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
]
},
{
"id": "sol_deep_dive",
"name": "Solana token adversarial risk engine",
"description": "Adversarial risk engine for Solana tokens. Returns wallet clustering, launch pattern, wash trading score, dev wallet history, and a structured AVOID/WATCH/CONSIDER/DYOR recommendation.",
"tags": [
"solana",
"risk",
"adversarial",
"wallet-clustering"
],
"examples": [
"Deep dive on token DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
]
},
{
"id": "sol_trade",
"name": "Solana swap execution (Mode A BYOW)",
"description": "Two-phase swap. POST /trade/quote (free) returns an unsigned Solana tx and risk gate; caller signs locally and POSTs the signed bytes to /trade/execute ($0.15 fee, charged on commit only).",
"tags": [
"solana",
"trade",
"swap",
"byow"
],
"examples": [
"Quote a swap of 10 USDC into DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
]
}
]
}