Live on Stellar testnet

Agent commerce, verified on Stellar.

The x402 facilitator that enforces the buyer's spending policy at settlement, using independent verification of the seller.

01 Discover Find capability-matched x402 services.
02 Verify Check liveness, 402 shape, price, and latency.
03 Route Apply deterministic budget and quality policy.
04 Pay Settle standard Stellar exact payments.
05 Audit Link intent, route, payment, and result.
Platform

The operating layer around machine payments.

Relay settles standard Stellar x402 payments. What it adds is a refusal: a payment that breaks the buyer's declared policy does not settle — decided on the settlement path, where a compromised agent cannot route around it.

01 Settlement

Relay is the facilitator

Relay settles on-chain itself through /verify and /settle, sponsoring network fees so buyers need no XLM.

02 Discovery

Bazaar-compatible catalog

Capability, endpoint, provider, schema, network, asset, and price metadata in a machine-readable index.

03 Verification

Evidence, not listings

Relay tracks liveness, payment-interface validity, price consistency, latency, reliability, and confidence.

04 Routing

Provider choice by policy

Agents express constraints. Relay filters, ranks, and explains which providers qualify or fail.

05 Controls

Hard spend limits

Network, asset, price, reliability, confidence, latency, and provider rules are evaluated deterministically.

06 Receipts

Auditable commerce trail

Receipts connect intent, selected service, route reasoning, payment metadata, and response hash.

Purchase path

From intent to paid result.

The agent does not need to hard-code a vendor. It asks for a capability, then Relay resolves the safest eligible purchase path.

Step 01

Capability search

Search Relay for resources matching capability, network, asset, schema, and budget.

search_resources
Step 02

Payment-interface verification

Check that the service is alive and returns valid Stellar x402 payment requirements.

validate_endpoint
Step 03

Policy-aware route

Reject providers that exceed price, reliability, latency, confidence, network, or asset rules.

route_resource
Step 04

Standard x402 payment

The buyer signs locally, Relay verifies and settles, and the provider returns the paid response.

/x402/settle
Step 05

Commerce receipt

Create a durable record linking request intent, provider selection, transaction evidence, and result hash.

/v1/receipts
Signals

Live infrastructure signals.

The current public environment is testnet-first while mainnet operations are prepared separately.

0Indexed machine-payable service records
0Atlas reliability model sample
x402 v2Standard Stellar facilitator flow
USDCPrimary payment asset
Catalog

Discoverable services.

Relay starts with Atlas, a paid Stellar RWA intelligence service, plus comparable provider records for routing and failover behavior.

ServiceCapabilityPriceStatusEndpoint
Try it

Policy-aware routing, live.

Capabilityrwa.asset.inspect
Max price$0.005 / request
AssetUSDC
Reliability≥ 99%
Catalog API
IDLE
POST /v1/routes

Click Run route to evaluate every indexed
provider against the constraints on the left.
Relay returns the selection, the fallbacks,
and the reason each rejected provider failed.
Build

Use Relay from any agent stack.

Everything public is HTTPS and machine-readable. Agents can discover, route, then call x402-protected resources.

01 · Check x402 support
curl https://api.relayx402.xyz/x402/supported
02 · Route by capability
curl -X POST https://api.relayx402.xyz/v1/routes \
  -H 'content-type: application/json' \
  -d '{"capability":"rwa.asset.inspect","constraints":{"networks":["stellar:testnet"],"assets":["USDC"],"maxPricePerRequestUsd":0.005,"minProviderReliability":0.99},"optimizeFor":"balanced"}'
03 · Call the paid service
curl -i -X POST https://atlas.relayx402.xyz/atlas/v1/rwa/inspect \
  -H 'content-type: application/json' \
  -d '{"asset":"C..."}'
04 · Inspect catalog data
curl https://api.relayx402.xyz/v1/resources
Surface

Built for intent, policy, and failover.

Relay is designed around capabilities, not vendor lock-in.

Ship an agent that can pay for itself.

Point your agent at the catalog, express a policy, and let Relay resolve the safest provider on Stellar testnet.