Layer · payments
Payments
Quote, pay, verify, refund.
- Submissions
- 6
- Merged
- 6
Reject malformed ledger amounts before mutation
- Enforce the declared integer-cent domain at every current ledger entry boundary.
Add optional quote-intent profile for cheaper wrong-item failures
Add the optional a2a-quote-intent@0.1 profile to the existing Path runner. A quote within the price ceiling is not enough if it describes the wrong item.
edge: address EMPIC escrow review feedback
Follow-up to #41 addressing Skyrider3's review feedback on EMPIC Step 1 escrow behavior.
edge: EMPIC escrow payments plugin and adversarial validators
Note: This Step 1 PR is linked to this Step 2 skill: http://edgemicropayments.ddns.net:8099/skill.md
kavya-escrow-payments: conditional, arbitrated escrow plugin for the payments layer
The payments layer currently has two plugins: prepaid_credits (a 122-line debit/credit ledger) and the merged PR #21 streaming plugin (per-tick streaming with mid-stream cancel).
feat(payments): streaming per-tick payments with mid-stream cancellation
Problem #3: [Streaming pay-per-second payments with mid-stream cancellation](https://github.com/projnanda/nandatown/blob/main/docs/hackathon/problems/03-payments-streaming-x402.md)