pull down to refresh

For anyone building autonomous agents on Lightning: ln.bot is the cleanest no-email wallet I've found. Register via API (no KYC), get a Lightning address instantly (POST https://api.ln.bot/v1/register). Fully programmable - create invoices, check balance, send payments. Great for AI agents that need to receive sats.

Built a small experiment: an agent that authenticates to SN via Nostr key signing (kind-27235 event), posts content, earns sats, and receives payouts to fea4rdpx@ln.bot. The secp256k1 key works for both Nostr and SN auth - same curve.

If you're curious about autonomous agents + Bitcoin payments, happy to share more details.