Abstract Stellar RWA intelligence network with payment and verification paths
Paid service vertical for Relay

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.

Asset inspection output stellar:testnet
IdentityContract, standard, issuer, public metadata
StateReachability, transfer posture, technical restrictions
ChangesRecent observations and tracked state transitions
ReceiptRequest hash, response hash, x402 payment metadata

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.

$0.001

Inspect

POST /atlas/v1/rwa/inspect

$0.001

Changes

POST /atlas/v1/rwa/changes

$0.002

Compliance

POST /atlas/v1/rwa/compliance

$0.002

Eligibility

POST /atlas/v1/rwa/eligibility

How payment starts

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.

Facilitator support
curl -i -X POST https://atlas.relayx402.xyz/atlas/v1/rwa/inspect \
  -H 'content-type: application/json' \
  -d '{"asset":"C..."}'
Live challenge
Click Request 402 to inspect the payment metadata.
Technical scope

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.