OMEGA PROTOCOL

LIVE SHREDSTREAM FEED • 17 CHAINS • 26 DEXs

Total Realized Profit: $46.50
Telemetry Throughput
5,241 S/s
Active Shredstream Link
Transactions Audited
142,392
Multi-Chain Sync active
LTM Memory Base
24,192 recs
Qdrant Node sync'd

Cross-Chain Core Registry Status

17/17 Chains Online

Live Cross-Venue Spreads

get_live_spreads()
Timestamp Asset Buy Venue Sell Venue Spread (bps)
Connecting wallet required to authorize data stream...

Data Stream Locked

Connect your wallet to access sub-slot arbitrage spreads from our reconstructed AMM reserves.

API Service Subscription Tiers

Unlock professional multi-hop pathfinding and low-latency arbitrage alerts.

Free

Developer

$0 / mo

Basic market metrics for testing sandbox integrations.

  • Delayed regime signals
  • Basic token quotes
  • 100 API calls / hour
Enterprise

Alpha Premium

$499 / mo

Advanced multi-hop routing paths and predictive analytics.

  • Multi-hop route discovery
  • Route viability indexing
  • Chaos simulation tunnel
  • 10,000 API calls / hour

Multi-Hop Cross-Chain Pathfinding

get_cross_chain_routes()

Configure assets and click "Find Optimal Path" to run C-Core physics batch solver simulation.

Multi-Hop Routing Locked

Accessing multi-hop cross-chain optimization matrices requires an **Alpha Premium** tier subscription.

API Playground

Response Output idle
{ "status": "Ready. Connect wallet to call." }

Developer Integration Quickstart

Spin up the proxy client locally in one command. It tunnels directly to our high-frequency hosted data backend.

docker run -e OMEGA_API_KEY="your_api_key_here" -p 8000:8000 ghcr.io/omegaprotocol/omega-mcp:latest

Clone the public repository directly and run using Python's fastmcp runner.

git clone https://github.com/jakesdev1991/omega-defi-mcp.git
cd omega-defi-mcp
pip install -e .

export OMEGA_API_KEY="your_api_key_here"
omega-client

To hook up Claude Desktop to retrieve live cross-chain spreads instantly, append this to your claude_desktop_config.json:

{
  "mcpServers": {
    "omega-client": {
      "command": "omega-client",
      "env": {
        "OMEGA_API_KEY": "your_api_key_here"
      }
    }
  }
}