AutonomOracle Terminal
For issuers

Register an asset

Issuer/platform onboarding placeholder. This makes the product feel complete while clearly avoiding fake submission functionality.
steps
4
sla
manual
proof
required
mode
fixture

Submission checklist

Token contract / mint address
Issuer and legal wrapper
NAV / AUM source URL or API
Service-provider mappings
Transfer restrictions
Reserve or holdings evidence
Primary-market eligibility
Contact for source verification

API-first intake

POST /v1/rwa/submissions
Authorization: Bearer $AUTONOM_ADMIN_KEY

{
  "asset": { "symbol": "...", "name": "..." },
  "issuer": { "name": "...", "jurisdiction": "..." },
  "sources": [{ "type": "issuer_nav", "url": "..." }],
  "tokens": [{ "chain": "solana", "address": "..." }]
}