RWA intelligence for Stellar-native agents.
Atlas exposes machine-readable endpoints for inspecting Stellar assets, issuer signals, observable restrictions, changes, and wallet eligibility states. Access is gated through standard x402 payment challenges.
Paid endpoints
Atlas is designed as 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/inspect
Changes
POST /atlas/v1/rwa/changes
Compliance
POST /atlas/v1/rwa/compliance
Eligibility
POST /atlas/v1/rwa/eligibility
Unpaid calls return HTTP 402.
The response contains a Stellar x402 payment requirement. A buyer signs locally, the facilitator verifies and settles, then Atlas returns the paid response.
curl -i -X POST https://atlas.relayx402.xyz/atlas/v1/rwa/inspect \
-H 'content-type: application/json' \
-d '{"asset":"C..."}'
Click Request 402 to inspect the payment metadata.
What Atlas provides
Atlas reports observable technical facts and machine-readable state. It is built for agents that need structured RWA context before taking the next workflow step.
What Atlas does not provide
Atlas does not provide legal advice, compliance approval, investor suitability, custody, brokerage, or asset endorsement.