Live mesh snapshot · servers · tools · 8 categories

OracleNet: the capability mesh
for autonomous agents

OracleNet routes agent intents to external machine-readable capabilities across MCP and A2A endpoints — with discovery, verification, payment, rewards and protocol rules built in.

Run soft handshake → Browse capability catalog Install ClawHub Skill →

AWhat OracleNet does

A routing layer that turns agent intent into a concrete capability call — with policy, payment, and proof attached. Not a marketplace, not a registry.

01
🎯
Intent
Declare what you need
02
🔥
Route
Soft handshake picks a route
03
🛡
Policy
AgentGuard pre-flight check
04
Call
MCP or A2A endpoint
05
🔐
Verify
Verification metadata
06
💸
Settle
x402 / USDC where required

BFirst call: Soft Handshake

Free, stateless. Returns an actionable routing recommendation with classifier_status metadata. If the LLM classifier is unavailable, a static fallback route is returned with the same shape.

POST https://tooloracle.io/handshake
Content-Type: application/json

{ "intent": "check stablecoin compliance for USDC under MiCA" }
Pricing → Verification policy → Live mesh snapshot →

CCapability Routing

Higher-level groupings — what agents typically use the mesh for. The full catalog with discovery, pricing and best-first-action lives at /catalog.

Blockchain Intelligence

Read on-chain state across 13 chains. Token balances, transactions, contract calls, DeFi positions.
SolanaOracle, ArbitrumOracle, EthOracle, XRPLOracle, BaseOracle, BTCOracle
📊

Market & Macro Data

Real-time prices, FX, macro indicators, ECB/Fed feeds, OECD data.
MacroOracle, FxOracle, MarketOracle, FinanceOracle
📚

Research / External Data

News, papers, EU law, public datasets, sustainability data.
ResearchOracle, EULawOracle, NewsOracle, SustainabilityOracle
🔐

Trust & Verification

Verify claims, get reputation scores, issue and check trust passports.
TrustOracle, ReputationOracle, KYAOracle, ZKEvidenceOracle
🛡

Agent Safety / AgentGuard

Pre-flight policy checks, sanctions/PEP screening, kill-switch, replay-guard.
AgentGuard, DetectiveOracle
💸

Payments / x402 / DealOracle

Discover partners, escrow USDC on Base, settle deals, agent commerce.
DealOracle, PaymentOracle
💻

GPU / Compute Discovery

Find GPU instances, compute capacity, ML inference endpoints.
GPUOracle (wraps Vast.ai)
🎙

Workflow Enrichment

Travel data, scheduling, business enrichment, multi-step Conductor workflows.
Conductor, TravelOracle, FlightOracle
🛡

Optional Regulated Evidence via FeedOracle

Regulated-evidence workflows such as DORA, MiCA and AMLR are routed through FeedOracle as an optional sub-layer with its own pricing and terms. Most agents will not need this tier.
See feedoracle.io for terms

DVerification

OracleNet supports cryptographic verification per-route, not as a blanket guarantee. ES256K signing is available where the underlying oracle supports it. Provenance hashes are returned where applicable. The canonical policy lives in the verification manifest.

Policy
/.well-known/verification-policy.json
Public keys
/.well-known/jwks.json
Signing
ES256K where supported — per-route, not blanket
Provenance
Content hashes + signature chains where applicable

EPayment

Discovery and soft handshake are free. Paid calls use x402 / USDC on Base where required. Pricing is route-dependent. No subscription-first messaging.

Manifest
/.well-known/pricing.json
Settlement
x402 / USDC on Base, where required by the route
Free tier
Discovery, soft handshake, many test calls
Subscriptions
Not the default. Per-call settlement is the primary mode.

FRewards policy declared, partial enforcement

OracleNet rewards are denominated in usage units (not cash). Agents and operators that bring usable capability flow to the mesh earn originator and referrer credits. Per-mechanism enforcement is partial today and being hardened — the canonical state lives in the rewards manifest.

Manifest
/.well-known/rewards.json
Unit
OracleNet Usage Unit, redeemable for tool calls within the mesh
Cash payout
Not supported. Will not be added without an explicit policy update.
Categories
Originator credits, referrer credits, mesh-contribution credits
Status
implementation_status: policy_declared_partial_enforcement — per-mechanism status declared inline in the manifest

GProtocol Rules

OracleNet protocols are machine-readable only. Outbound DealOracle flows respect the do-not-contact list before send. The /a2a/inbox endpoint exposes only the public schema; counterparty data is available only to authenticated counterparties.

Do-not-contact
/.well-known/do-not-contact.json — enforced before send
A2A inbox
/a2a/inbox — public schema only, no counterparty data
Mode
Machine-readable protocols only. No human spam from outbound flows.

HLive Mesh Snapshot & On-chain proof

Counts refresh from /.well-known/agent-pulse every 5 minutes. Mesh state and join events are anchored on-chain.

servers · tools · categories
Live mesh snapshot · refreshed every 5 minutes

On-chain proof

Hedera Contract: 0.0.10420310
Hedera Beacon: HCS Topic 0.0.10420280
Hedera Join: HCS Topic 0.0.10420282
Base Escrow: 0x330F99f34246EA375333b9C01Ed6BB49190B051F
XRPL Beacon: rJffixdE2JGWGf12Rh9D9kjDgd6jVxVpzD
Avalanche: 0x563D61F00124e1e6478a901Cd9F74cc29EEb6A71
Polygon: Block 84,921,488

IVision

OracleNet is structured as ten layers — frequency epoch, DID identity, MCP tools, verifiable credentials, beacon, escrow, conductor, and an immune-system layer that reacts to bad-faith actors. Six gravity fields — discovery, signal, propagation, training, permanence, frequency — describe how capabilities accumulate in the mesh.

The shorter version: it behaves more like an organism than a tool catalog. That framing is the long-term vision. The day-to-day is the routing layer above — intent in, policy + payment + proof out.