Option A — Blink (recommended)
Create account
Go to blink.sv and sign up with a phone number or email.
Copy your Lightning Address
In the app: Settings → Lightning Address. It looks like
yourname@blink.sv.Get your API key
Go to dashboard.blink.sv → API Keys → create a key.
Option B — Alby
Create account
Go to getalby.com and sign up.
Get your OAuth token
Go to getalby.com/api-tokens and create a token with
payments:send scope.Zero-config via environment variables
l402-kit auto-detects your wallet from env vars. No code changes needed:Fund your wallet
Both wallets give you a Lightning address to receive sats. To test:- Go to coinfos.net or any faucet
- Send 1000 sats to your Lightning address
- Run
npm install l402-kit && node -e "require('l402-kit/agent').healthCheck()"