Skip to content

ryzeagent/ryze-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ryze Agent

Ryze Agent

DeFi signals for AI agents

24 pay-per-call endpoints. 3 chains. 2 payment rails. 1 HTTP call.

CI Release License x402 $RYZE

Website · API Docs · Playground · MCP Package


$RYZE Token

Contract (Solana): RYZE2tek4QqhkAGorxn8QyE7T5oK2JjR6CzAu8Yjvfy

Hold $RYZE to unlock exclusive alpha-tier endpoints, earn yield from x402 API revenue, and participate in protocol governance.

View on pump.fun · Dexscreener


What is Ryze Agent?

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.


Quick Start

# 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, ... }

Features

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

Architecture

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         │
   └────────────────────────────────┘

Endpoints

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

MCP Integration

The mcp/ directory contains an MCP server with 13 tools for use with Claude Desktop and Cursor:

npm i -g mynt-mcp

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


Roadmap

  • 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

Tech Stack

  • 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)

License

MIT — see LICENSE

About

DeFi analytics API with AI-powered trading signals. 24 endpoints, 3 chains, x402 + MPP payment rails.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors