-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design user flow for automated test transactions for large payments #112
Comments
I have created an initial prototype of how this could look like in this Figma prototype |
Worth mentioning your social post and the feedback you received about alternative methods. It would be nice to somehow avoid one of the fees by cleverly using the mempool, replace-by-fee, etc. Not sure I can actually piece together a proper way of making that work technically... |
I posted a short video walkthrough on TwiX and got some interesting comments. One of them was this one, where Jason suggests to:
Here is another suggestion, following the same direction. |
I was just doing that, while you were posting your reply |
Related to this, Kraken these days requires a so-called Satoshi test transaction to verify ownership of a self-custodial wallet. Users are asked to transfer a specific amount of sats to Kraken, in order to prove that they control the wallet. After that they can transfer the full amount. Not exactly this feature we're discussing here, but similar. Not really sure how this work when someone properly manages their UTXOs and deals with many separate addresses. The test only validates a specific address, not a whole wallet. Is the test necessary per unique address? The language used in the help page linked above is not clear. |
Based on this comment, this issue is about designing a user flow for automated test transactions.
The basic idea is that if a transaction value is higher than a certain amount, or a certain percentage of the wallet's balance, the app would allow users to send a small test payment before sending the full amount. Such a feature could help users be more comfortable when making large payments.
Sending test transactions is already a common practice for large transactions. Reason for this dedicated feature is that there is anxiety around making a mistake setting up the follow-up transaction. That anxiety could be removed by making this simple logic a formal wallet feature. This might lead to more people doing test transactions and therefore fewer losses related to them. Of course, there's the downside of paying fees for two transactions.
This idea is probably more of future addition beyond the MVP. The goal for this issue is to create a design exploration as a reference for future implementation, as well as to get some feedback on the feature's usefulness.
The text was updated successfully, but these errors were encountered: