Creating a Payment
Navigate to Payments → New Payment and fill in:| Field | Description |
|---|---|
| Recipient | BCH P2PKH address |
| Amount per period | BCH or token amount per interval |
| Interval | Daily, Weekly, Biweekly, Monthly, or Yearly |
| Start date | Unix timestamp when first payment becomes claimable |
| End date | Optional cutoff date |
| Cancelable | Whether the sender can reclaim remaining funds |
| Pausable | Whether the sender can pause disbursements |
Claiming a Payment
Recipients can claim all overdue intervals in a single transaction. The contract verifiescurrent_time >= next_payment_time and releases the correct number of intervals.
Claim
Click Claim. The app calculates how many intervals are due and builds a single claim transaction.
Pausing and Resuming
The sender can pause a payment (e.g. during a contract dispute). While paused, no new intervals become claimable. Resuming resetsnext_payment_date to now + interval.

