SUBTC CLI — Inbox (Payment Intent)

permalink SUBTC
#cli#inbox#intent#payment#subtc

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 automation

Flow

  1. Create inbox
  1. Share address
  1. Wait for funds
  1. 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

link tools subtc cli v2 : https://subtc.net/post/subtc-cli-v2-unified-bitcoin-cli