A growing suite of XRPL-native tools built for the agentic economy. Auto-discoverable, agent-payable APIs that autonomous AI agents can find, understand, and pay for — without API keys or human intervention.
AI agents are the next class of API consumer. They discover services without humans, pay without accounts, and integrate without onboarding flows. We build XRPL-native services for that world — designed from day one to be machine-discoverable and machine-payable.
XRPL activity pattern classifier. Given any XRPL address, returns a 0–100 activity score, structured signal catalog, and AI-generated narrative summary.
Conditional XRPL escrow management for autonomous agents. Programmatic create, finish, and cancel against time and crypto-conditions.
Trustline introspection and risk envelope analysis for agent-managed wallets. Issuer reputation, freeze flags, ripple paths.
Every tool implements the x402
payment standard with the XRPL exact scheme.
No API keys, no accounts, no onboarding. Your agent finds the manifest,
reads the schema, signs an XRPL Payment, and gets a structured response.
/.well-known/agents.json/llms.txt/openapi.jsonfrom x402_xrpl import X402RequestsSession session = X402RequestsSession( wallet=wallet, rpc_url="https://xrplcluster.com", payment_requirements_selector="XRP", ) report = session.post( "https://sentinel.xrpl-utilities.io/scan", json={"address": target}, ).json()