SUBTC CLI — Inbox (Payment Intent)
Inbox is a simple way to define an expected payment.
Instead of watching random transactions,<br>you create a clear target:
amount + wallet
Command
./subtc inbox <wid> <expected_sat>
Example
./subtc inbox w_abc123 20000
What It Does
- Creates a payment intent
- Defines expected amount
- Links it to a wallet
Why It Matters
Inbox makes payments predictable.
- Useful for bots
- Useful for donation systems
- Useful for automation
Flow
- Create inbox
- Share address
- Wait for funds
- Confirm payment
Use Cases
- Telegram bot payments
- Website checkout
- API-based payments
- AI agents receiving funds
Notes
- Works with wait and poll
- Designed for real usage
- Minimal and fast