Skip to content

Commit f827108

Browse files
authored
docs(fee-bump): add more comments on how merchants are affected
1 parent 5f5ab60 commit f827108

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

anatomy-psbt.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ A transaction can not only contain multiple payments but also other kinds of ope
2222
### Send. Slowing down to manage expectations
2323
- Mpesa’s Hakikisha has a 5 min window for the transaction to get canceled. Bitcoin is more variable, as a transaction with a lower fee rate can take mins or hours to get a confirmation.
2424
- On-chain fees will continue to rise.
25-
- Should we encourange long to confirm on-chain transactions? Benefit is that the window of time to ammend a broadcasted transaction can be increased.
25+
- Should we encourange long to confirm on-chain transactions? Benefit is that the window of time to ammend a broadcasted transaction using RBF can be increased.
2626
- Batching payments in a low fee transaction that takes longer to confirm but is cheaper?
2727
- Replace by Fee can allow you to add another payment to the batch, and also speed it up.
2828
- Scheduling transactions to be broadcasted when fee’s reach a certain amount?
2929

3030
#### What are the implications in commerce?
3131
- https://github.com/btcpayserver/btcpayserver/issues/1330
3232
- Merchants like supermarkets and restaruants in Venezuela using "cryptobuyer" seem to accept/rely on 0 confirmation transactions.
33+
- Since there are varying times for on-chain transaction confirmations maybe merchants should also slow down, and only set the order as paid if they have full confirmation of a payment. Note: Instant payment and delivery may be solved if both sides adopt lightning payments in commerce.
3334

3435
### Receive
3536
- The appearance of faster payments can be achieved if wallets shows incoming mempool transactions.

0 commit comments

Comments
 (0)