LIVE · SOLANA MAINNET · 9,000+ AGENTS INDEXED

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.

< 200msP95 ingest latency
5anomaly rules
2SDKs: eliza · agent-kit
OSSMIT · built in public
live · /v1/traces 00:04:12
$ agentscope watch agt_7fK2·solana-trader
→ subscribed to wallet 7fK2…Qz8n
→ span buffer: otlp/http
 
[trace 83e2b4] market_analysis 142ms
└─ fetch_price "SOL/USDC" 38ms
└─ evaluate_strategy 94ms
[trace 83e2b5] execute_swap 412ms
└─ jupiter.route"5vKx…Jp9"
└─ slippage 0.12% · fee 5000 lam
[rule.slippage_spike] 1.8% (threshold 1%)
telegram.send ok
 
$
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
DEPLOYED
9,000+
AI agents already live on Solana — Alchemy, 2026
02
X402 TRAFFIC
77%
of Solana x402 transactions originate from agents — x402 Foundation, 2026
03
LOST · 2025
$45M
drained from an AI trading agent breach — no monitoring layer existed — public incident reports, 2025
04
ELIZAOS STARS
17.6K
mass-adopted agent framework, shipping with zero telemetry — github.com/elizaOS, 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

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

Helius · 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

Five battle-tested rules: slippage spike, gas spike, error rate, drawdown, stale agent. Per-agent thresholds with warning→critical escalation.

5 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.