{"title":"⚡ invinoveritas — Payment Onboarding Guide (v0.6.0)","subtitle":"Simple Lightning-based payments: Bearer Token or L402 Invoices","introduction":"All payments are handled via the Lightning Network. A Lightning wallet is required for initial registration and occasional top-ups. Once funded with a Bearer Token, normal API usage requires no wallet — just your api_key.","payment_options":[{"type":"Bearer Token (Recommended for long-term use)","description":"Create an account once and use an API key for all future calls.","setup":"POST /register → pay ~1000 sats via Lightning wallet → get api_key + 5 complementary calls","usage":"Authorization: Bearer ivv_...","pros":["Easiest for agents and trading bots","5 complementary calls on signup","Fine-grained per-call usage","No wallet needed after initial setup"],"recommended":true},{"type":"L402 Lightning (Pay-per-call)","description":"Pay small amounts per call with Lightning invoices. No account needed.","setup":"Receive 402 → pay Bolt11 invoice → retry with Authorization: L402 <payment_hash>:<preimage>","wallets":["Alby","Zeus","Mutiny","Phoenix","Breez"],"pros":["Fully decentralized","True micro-payments","No registration required"]}],"for_trading_bots":{"recommended":"Bearer Token (pre-funded)","tips":["Pre-fund your Bearer account for uninterrupted high-frequency calls","Combine with 'want_confidence' for better risk-aware decisions","Use persistent memory (/memory/store) for long-term agent state"]},"resources":{"register":"/register","topup":"/topup","balance":"/balance","guide":"/guide","prices":"/prices","mcp":"/mcp","memory":"/memory","sdk":"https://pypi.org/project/invinoveritas/"},"next_steps":["1. Register with Lightning: POST /register (~1000 sats)","2. Use your Bearer token for all calls","3. Top up anytime via /topup (Lightning)","4. Monitor usage at /balance","5. Try persistent memory at /memory/store"],"important_notes":["Lightning wallet required for initial registration and occasional top-ups","Bearer Token is the easiest long-term solution for autonomous agents and trading bots","New in v0.6.0: Persistent agent memory service for long-term context"]}