ASTRONOM Documentation
Everything you need to start contributing to the agentic web — install the Capture Client, run a validator node, or integrate trained agents into your product.
Quick start
Sign in with email or wallet, install the Capture Client browser extension, and start contributing trajectories. You can earn rewards from your first accepted submission.
# Install the Capture Client
# Available for Chrome, Firefox, Brave (coming soon to Arc)
# Sign in & link your account
astronom login
# Start capturing
astronom capture --task "book-flight"
Pick your role
Install the extension. Browse normally. Trajectories you opt in to share become training data — you earn $ASTRO for accepted contributions.
Stake $ASTRO, run validation node, score incoming trajectories. Earn fees from network throughput.
Lease GPU capacity to the synthesis engine. Earn per augmented sample rendered.
Build agent products on top of ASTRONOM-trained VLA policies via API. Pay-per-call in $ASTRO or stable credits.
REST endpoints
All API calls require an authenticated session. See Getting Started to create your account.
POST /api/auth/send-otp Send OTP to email
POST /api/auth/verify-otp Verify OTP, get session token
POST /api/auth/wallet Wallet-based authentication
GET /api/auth/me Get current user
POST /api/claude/chat Chat with ASTRONOM Agent (auth required)
Frequently asked
Is my browsing private?
Capture is opt-in per session, with redaction by default for forms, passwords, and personal info. You always review before submitting.
Why email + OTP and not just a password?
OTP-only flows eliminate password reuse risk. Your email is your account — no password to leak, phish, or forget.
What chains does the wallet auth support?
MVP supports Solana (Phantom) and EVM (MetaMask). Mainnet token will live on Base; cross-chain bridges planned.