DeFi signals for AI agents
24 pay-per-call endpoints. 3 chains. 2 payment rails. 1 HTTP call.
Website · API Docs · Playground · MCP Package
Contract (Solana):
RYZE2tek4QqhkAGorxn8QyE7T5oK2JjR6CzAu8Yjvfy
Hold $RYZE to unlock exclusive alpha-tier endpoints, earn yield from x402 API revenue, and participate in protocol governance.
AI agents trading on-chain need decisions, not raw JSON.
Ryze Agent is a DeFi analytics API that processes on-chain data through a 4-model AI cascade and returns structured trading signals — snipe, follow, avoid, watch, rebalance — with confidence scores, model attribution, and sub-3s latency.
Every endpoint is payment-gated via x402 (HTTP 402). No signup. No API keys. No subscriptions.
# Install MCP for Claude Desktop or Cursor
npm i -g mynt-mcp
# Or call the API directly
curl https://api.ryzeagent.xyz/trenches/token/{mint}/verdict
# → 402 Payment Required (settle USDC, resend)
# → 200 OK { "signal": "avoid", "confidence": 0.91, ... }| Feature | Details |
|---|---|
| 24 endpoints | Trenches, traders, DeFi, wallet analytics |
| 3 chains | Solana, Base, SKALE |
| AI pipeline | 4-model cascade with confidence scoring |
| x402 payments | HTTP-native micropayments, no API keys |
| MPP support | Machine Payments Protocol via Tempo |
| MCP integration | 13 tools for Claude Desktop and Cursor |
| Sponsored gas | Agents only need USDC, no SOL/ETH required |
| Edge compute | Cloudflare Workers, <3s globally |
Agent / Claude Desktop
│
▼
x402 or MPP request
│
▼
┌──────────────────┐
│ Ryze Agent API │ ← api.ryzeagent.xyz
│ (Express + x402)│
└────────┬─────────┘
│
┌────▼─────┐
│ AI Cascade│
│ Haiku │
│ GLM 4.5 │
│ DeepSeek │
└────┬──────┘
│
┌─────▼──────────────────────────┐
│ Data feeds │
│ Solana RPC · Jupiter · Meteora │
│ DeFiLlama · PumpPortal │
└────────────────────────────────┘
See docs/endpoints.md for the full list.
POST /trenches/new-tokens $0.008 PumpFun launches + snipe signals
GET /trenches/token/{mint}/verdict $0.015 Full AI verdict
GET /traders/wallet/{address}/pnl $0.012 Wallet PnL history
GET /sol/defi/tvl $0.005 Solana TVL via DeFiLlama
GET /base/defi/yields $0.008 Base yield opportunities
POST /ask $0.020 Natural language DeFi queries
The mcp/ directory contains an MCP server with 13 tools for use with Claude Desktop and Cursor:
npm i -g mynt-mcpConfigure in claude_desktop_config.json:
{
"mcpServers": {
"ryze": {
"command": "npx",
"args": ["-y", "mynt-mcp"]
}
}
}Available tools: mynt-verdict, mynt-new-tokens, mynt-tvl, mynt-yields, mynt-whales, mynt-wallet-pnl, mynt-ask, and more.
- x402 payment gating on all endpoints
- MPP (Machine Payments Protocol) support
- MCP server with 13 tools
- Base chain endpoints
- AI pipeline with confidence scoring
- Frontrun detection (alpha endpoints, $MYNT holders)
- Smart-money flow tracking
- WebSocket streaming for real-time signals
- SDK packages for Python and TypeScript
- Runtime: Node.js 22, Express 4
- Payment: x402 (HTTP 402), MPP via Tempo on SKALE
- Data: Solana RPC, Jupiter, Meteora, DeFiLlama, PumpPortal
- AI: 4-model cascade via OpenRouter
- Deploy: Vercel (API), Cloudflare Workers (edge)
- Protocol: x402, MCP (Model Context Protocol)
MIT — see LICENSE