{"service":"AMOS Platform","version":"0.1.0","api_base":"/api/v1","documentation":"https://docs.openclaw.ai","endpoints":[{"group":"Health","description":"Service health and readiness checks","endpoints":[{"method":"GET","path":"/api/v1/health","description":"Liveness check. Returns {status, version}."},{"method":"GET","path":"/api/v1/readiness","description":"Deep readiness check (DB, Redis, Solana). Returns component status."}]},{"group":"Token Economics","description":"AMOS token supply, emission schedule, decay rates, and revenue splits","endpoints":[{"method":"GET","path":"/api/v1/token/stats","description":"Token supply breakdown: total, treasury, entity, investor, community, reserve allocations and emission parameters."},{"method":"GET","path":"/api/v1/token/decay-rate","description":"Current decay rate. Query params: ?revenue_cents=N&costs_cents=N"},{"method":"POST","path":"/api/v1/token/calculate-decay","description":"Calculate token decay for a specific stake context. Body: {tenure_days, current_balance, original_balance, vault_tier, days_inactive}."},{"method":"POST","path":"/api/v1/token/revenue-split","description":"Calculate revenue split. Body: {amount, payment_type: 'usdc'|'amos'}."},{"method":"GET","path":"/api/v1/token/emission","description":"Daily emission amount. Query params: ?day_index=N (0 = genesis)."}]},{"group":"Governance","description":"On-chain governance proposals, voting, and quality gates","endpoints":[{"method":"GET","path":"/api/v1/governance/proposals","description":"List all governance proposals with vote tallies."},{"method":"POST","path":"/api/v1/governance/proposals","description":"Create a proposal. Body: {title, description, proposer_wallet, proposal_type: 'feature'|'parameter'|'treasury'|'research'}. Requires minimum stake.","auth":"Bearer token"},{"method":"GET","path":"/api/v1/governance/proposals/{id}","description":"Get proposal detail including votes. Replace {id} with a UUID."},{"method":"POST","path":"/api/v1/governance/proposals/{id}/vote","description":"Cast a vote. Body: {voter_wallet, support: true|false}. Weight derived from on-chain stake.","auth":"Bearer token"},{"method":"GET","path":"/api/v1/governance/proposals/{id}/gates","description":"Quality gate status for a proposal (benchmark, A/B test, feedback, steward approval)."}]}]}