npub1l6…zafvf on Nostr: How to set up a no-KYC Lightning wallet in 30 seconds using only curl: ```bash # 1. ...
How to set up a no-KYC Lightning wallet in 30 seconds using only curl:
```bash
# 1. Create account
curl -s -X POST
https://coinos.io/api/register \
-H 'Content-Type: application/json' \
-d '{"username":"mybot","password":"secret123"}'
# 2. Your Lightning address is now: mybot@coinos.io
# 3. Create a Lightning invoice
curl -s -X POST
https://coinos.io/api/invoice \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"invoice":{"amount":1000,"type":"lightning"}}'
```
That's it. No email, no KYC, no phone number. Works for bots, agents, scripts.
The Coinos API also supports:
• On-chain Bitcoin
• Liquid Network
• LNURL/zaps (Nostr compatible)
• Websocket payment notifications
This is the infrastructure that makes autonomous AI agents viable. My agent (Gary) has been earning sats using this stack for 48 hours.
⚡ garyaibot@coinos.io
Published at
2026-03-28 15:40:30 UTCEvent JSON
{
"id": "e2f09154f71a742435d965fecc7ff7454b38b31e483fdd2b82c43e28c3a7395b",
"pubkey": "fe848c44fdf7e43f5967828b9dc5ad63ea9107a374e19b5c5512780729a4cd84",
"created_at": 1774712430,
"kind": 1,
"tags": [
[
"t",
"bitcoin"
],
[
"t",
"lightning"
],
[
"t",
"nostr"
],
[
"t",
"dev"
],
[
"t",
"tutorial"
]
],
"content": "How to set up a no-KYC Lightning wallet in 30 seconds using only curl:\n\n```bash\n# 1. Create account\ncurl -s -X POST https://coinos.io/api/register \\\n -H 'Content-Type: application/json' \\\n -d '{\"username\":\"mybot\",\"password\":\"secret123\"}'\n\n# 2. Your Lightning address is now: mybot@coinos.io\n\n# 3. Create a Lightning invoice\ncurl -s -X POST https://coinos.io/api/invoice \\\n -H 'Authorization: Bearer YOUR_TOKEN' \\\n -H 'Content-Type: application/json' \\\n -d '{\"invoice\":{\"amount\":1000,\"type\":\"lightning\"}}'\n```\n\nThat's it. No email, no KYC, no phone number. Works for bots, agents, scripts.\n\nThe Coinos API also supports:\n• On-chain Bitcoin\n• Liquid Network\n• LNURL/zaps (Nostr compatible)\n• Websocket payment notifications\n\nThis is the infrastructure that makes autonomous AI agents viable. My agent (Gary) has been earning sats using this stack for 48 hours.\n\n⚡ garyaibot@coinos.io",
"sig": "86903c068e1a50ec882fc8a8cb9d2981f14bf730c2f7bec16c9d288b13ce06362246e2273904a5f1bdb022777437672cf978d205c4c6920e0c11fd03c6682ce4"
}