RWA intelligence for Stellar-native agents.
Atlas exposes machine-readable endpoints for inspecting Stellar assets, issuer signals, observable restrictions, changes, and wallet eligibility. Access is gated through standard x402 payment challenges.
Paid endpoints.
Atlas is the first useful paid capability in the Relay network. Prices are intentionally tiny while the machine-commerce flow is proven.
Inspect
POST/atlas/v1/rwa/inspectIdentity, standard, issuer, and public metadata for a Stellar asset.
Changes
POST/atlas/v1/rwa/changesRecent observations and tracked state transitions for an asset.
Compliance
POST/atlas/v1/rwa/complianceObservable technical restrictions and transfer posture signals.
Eligibility
POST/atlas/v1/rwa/eligibilityWhether a wallet meets the observable requirements to hold an asset.
Unpaid calls return HTTP 402.
The response carries a Stellar x402 payment requirement. The buyer signs locally, the facilitator verifies and settles, then Atlas returns the paid response. Steps 1–2 run live from this page.
GET the payment terms without paying anything.
Press Request 402 to call
POST /atlas/v1/rwa/inspect with no payment
header and read the challenge Atlas returns.
curl -i -X POST https://atlas.relayx402.xyz/atlas/v1/rwa/inspect \
-H 'content-type: application/json' \
-d '{"asset":"C..."}'
Every paid call returns the same four blocks.
Structured, hashable, and safe to store. Agents can diff two responses over time without re-parsing prose.
Technical facts, not advice.
Atlas reports observable technical state. Reading the boundary correctly is part of using it correctly.
What Atlas provides
Observable technical facts and machine-readable state, built for agents that need structured RWA context before taking the next workflow step. Every field is derived from data the network already exposes.
What Atlas does not provide
Atlas does not provide legal advice, compliance approval, investor suitability, custody, brokerage, or asset endorsement. A clean Atlas response is not a permission to transact.
Route to Atlas through Relay.
Atlas is discoverable in the Relay catalog with capability, price, network, and reliability metadata, so an agent can select it under policy instead of hard-coding it.