Option A — Blink (recommended)
1
Create account
Go to blink.sv and sign up with a phone number or email.
2
Copy your Lightning Address
In the app: Settings → Lightning Address. It looks like
yourname@blink.sv.3
Get your API key
Go to dashboard.blink.sv → API Keys → create a key.
4
Use in l402-kit
Option B — Alby
1
Create account
Go to getalby.com and sign up.
2
Get your OAuth token
Go to getalby.com/api-tokens and create a token with
payments:send scope.3
Use in l402-kit
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()"