15M+ AGENT TX ON SOLANA · ZERO TELEMETRY

Your AI agents are
trading blind.
// observe everything.

Full-stack observability for on-chain AI agents. Registry, transaction tracing, OpenTelemetry reasoning logs, rule-based anomaly detection and Telegram alerts — in one place.

< 1sSSE latency
11anomaly rules
2SDKs: eliza · agent-kit
OSSMIT · built in public
live · /v1/agents/:id/stream 00:04:12
$ agentscope watch 7fK2…Qz8n
→ subscribed to https://api.agentscopehq.dev
→ press Ctrl+C to exit
 
12:34:51 tx.new 5vKx3J…ze8Jp9
12:34:52 tx.new 2pqMnV…wXfLxQ
12:34:54 alert.warning slip_a1b
12:34:58 tx.new 9YHrD3…sM8GpR
12:35:01 alert.critical slip_b2c
 
$
OTLP/HTTP JUPITER V6 KAMINO LEND ELIZAOS AGENT KIT HELIUS SOLANA DRIZZLE HONO PRIVY SUPABASE YELLOWSTONE

Agents ship code.
Agents ship capital.
No one watches them.

Existing AI observability stops at the LLM call. Solana explorers stop at the transaction. Neither knows why an agent made a trade — and by the time something breaks, funds are already gone.

01
AGENT PAYMENTS
15M+
AI-agent on-chain payments processed on Solana — Solana Foundation, March 2026
02
X402 SHARE
49.7%
of all x402 transactions happen on Solana — SolanaFloor / Dune, Feb 2026
03
AGENT TX SHARE · 2 YR
99.99%
of all on-chain transactions, in two years, will be driven by agents, bots, and LLM-based wallets — Vibhu Norby, CPO, Solana Foundation, March 2026
04
REASONING HALLUCINATION
>10%
of output from every frontier reasoning model (GPT-5, Claude 4.5, Grok-4) is hallucinated — and the rate scales with reasoning ability — Vectara HHEM benchmark, 2026

One SDK call.
Six layers of coverage.

Drop initAgentScope() into your agent and every reasoning span, on-chain transaction, and rule violation is captured, correlated, and streamed to your dashboard.

F.01SHIPPED

Agent Registry

Register any Solana wallet as a monitored agent. Per-agent ingest tokens, alert thresholds, framework tags. Cascade-safe deletion.

Hono · Privy · RLS
F.02SHIPPED

On-chain Tx Parsing

Solana RPC WebSocket ingest. Jupiter v6 swaps & Kamino Lend actions parsed to structured records — slippage, route, SOL delta, fee.

Solana · Drizzle
F.03SHIPPED

OTel Reasoning Logs

OTLP/HTTP receiver ingests spans from your agent SDK. Parent-child trees, attributes, status, auto-correlated to the tx signature.

OpenTelemetry
F.04SHIPPED

Anomaly Detection

11 rules across tx and cron triggers: slippage spike, gas spike, error rate, drawdown, stale agent, decision↔swap mismatch, stale oracle, ghost execution, MEV sandwich, low balance, runaway loop. Per-agent thresholds, warning→critical escalation.

11 rules · dedupe
F.05SHIPPED

Telegram Alerts

Structured multi-line messages humanised per rule type. Bot delivery out of the box; threshold overrides per agent; dedupe keys prevent noise.

Telegram Bot API
F.06SHIPPED

Real-time SSE

Server-Sent Events stream pushes tx.new and alert.new into the dashboard. No polling, no WebSocket complexity — just a flat EventSource.

SSE · EventSource

Three lines.
Then you're observed.

No sidecar, no OTel Collector, no config. The SDK initialises a global NodeSDK and ships spans directly over OTLP/HTTP to your AgentScope deployment. Auth is a single resource attribute.

src/agent/index.ts — TypeScript npm i @agentscopehq/agent-kit-sdk
import { initAgentScope, traced } from '@agentscopehq/agent-kit-sdk';

initAgentScope(({
  apiUrl: process.env.AGENTSCOPE_API_URL!,
  agentToken: process.env.AGENTSCOPE_AGENT_TOKEN!,
});

// Wrap any async action — nested traced() calls auto-parent.
const sig = await traced('swap', () => kit.trade(mint, amount, 'buy'), {
  'solana.mint': mint,
  'trade.amount_sol': amount,
  'solana.tx.signature': sig, // correlates span ↔ tx
});

Every trade.
Every thought behind it.

Click a transaction → see the reasoning tree that produced it. Watch the PnL curve react in real time. Get alerted before the drawdown turns into a postmortem.

app.agentscopehq.dev/agents/agt_7fK2Qz8n
solana-trader ● LIVE 7fK2…Qz8n
elizaos 24h
TX · 24H
1,284
+12.4%
SUCCESS RATE
98.2%
+0.8%
SOL DELTA
+18.42
+4.1 SOL
LAST ALERT
SLIPPAGE_SPIKE
42s ago
PNL · CUMULATIVE SOL
24h · live
00:0006:0012:0018:00NOW
REASONING · trace 83e2b4
4 spans · 512ms
execute_swap 412ms
├─ jupiter.route 218ms
│ ├─ fetch_quote 120ms
│ └─ build_tx 64ms
└─ confirm_signature 174ms
slippage_spike 1.8% > 1%
ALERTS · LAST 5
2 critical · 1 warning · 2 info
SLIPPAGE_SPIKE Observed 1.8% slippage on SOL→USDC · threshold 1.0% 42s
GAS_SPIKE Fee 24,000 lam · 4.8× 24h median 6m
ERROR_RATE Failed tx 22% in last hour · threshold 20% 18m
STALE_AGENT No activity for 32min — info-level 32m
RESOLVED Drawdown back below 10% threshold 1h

Stop watching explorers.
Start watching agents.

Open source. MIT. Runs on Railway + Vercel + Supabase. Deploy your own instance in minutes — or try the hosted demo.