-
Notifications
You must be signed in to change notification settings - Fork 98
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
Savings wallet > Wallet history (Preserve history thru key replacements) #986
Comments
Open questions / next steps
|
Love it. I think we have three options for including this in the guide:
For 1, the page would have to work in the context of a 2-3 multisig with a phone, hardware wallet and a key custodial by a third party. For 3, this would basically be a write-up about the design solution Unchained has come up with, including process, visuals etc. For 2, we would have the freedom to take bits and pieces from the Unchained solution and other solutions out there and combine them into something unique. @sahilc0 are you more interested in describing the solution you came up with and share your process, or create more general content? |
I might have mistaken it, but I recall @GBKS mentioning FROST in the context of wallet recovery in our previous collab call. I don't quite get it yet, but is it relevant in this context? |
FROST may be a bit of a stretch for this specific issue, although it is super relevant. My understanding is that FROST is still super cutting-edge and people are wrapping their heads around it (please correct me if I'm wrong). In a classic multi-sig, you create a set of keys, and then a wallet from those keys. The keys can never be changed. If you lose a key, you have to create a new wallet and move all funds over. With FROST, you have more flexibility and can swap out keys, change from 3-of-3 to 2-of-2, etc. So if you lose a key, you can just ditch the old one and add a new one without having to make any transactions. That flexibility also comes with security considerations as attackers could also try to switch out keys to get to your funds. As I mentioned, my impression is that we need to do a lot more research around FROST before we can come up with UX guidelines. |
Got it, thanks! |
Re: FROST agreed with @GBKS I'm not super familiar with it, it's definitely not a standard right now (but now I'm really curious about it!) @GBKS I feel like all three could work! Maybe something like: a generic description of the feature (for the guide), and then a case study for Unchained's specific implementation (for reference). What do you think?
Yup, this proposal would work for any multisig setup regardless of the quorum size, where the keys are stored, and who the key holders are. |
@sahilc0 a case study around your implementation would be amazing (was secretly hoping you'd propose that). A good process is usually to start writing an outline in a Google Doc, get feedback and refine it over a few rounds. Then do a Figma mock-up to prep visuals and see what the actual layout looks like. You always find things to change once you see it in that format, and we have a template for it so it's not a ton of work. And then open a PR (which is pretty straightforward because everything is already figured out in the Google Doc and Figma). How does that sound? |
* New multi-wallet management page Closes #867 an #986 * Added header image * Implementing feedback Pushing updated copy and visuals based on feedback. I am still working through things, but want to make the progress available. Still a draft. No need to give feedback right now. * Lots of copy and image iteration Re-reading the copy, re-writing for clarity, adding image captions, adding more images to flesh out certain flows, etc. * Adding wallet creation flow example * Apply suggestions from code review Co-authored-by: Mogashni <[email protected]> * Update _compress_images_cache.yml * Added new page to the guide intro page Now it's listed along with the other reference designs. Also fixed the border radius on one of the images. * Revision based on feedback Applying feedback from the two reading sessions. - Some copy clarifications - Added unique visuals for wallet types throughout the page for easier recognition - Few extra links to Stablecoins and Ecash - New paragraph about application-layer accounts - Pagination fixes - Image alt texts * Moved note sligthtly down and icon update Based on feedback. * Image cache file update Jekyll removed some duplicate entries. --------- Co-authored-by: Mogashni <[email protected]>
We have this covered now (since #1040) in the Multiple wallets page in the form of an "Archived wallets" feature. Going to close this issue. Feel free to re-open if desired. |
Describe your content request
Proposing an addition to the Savings guide: a concept of “wallet/keyset history” for wallets shown by multisig coordinators (eg. Sparrow, Specter, Nunchuck, Keeper).
Link to the page
https://bitcoin.design/guide/savings-wallet/
Why would you like to change the content?
Key replacements can be risky
With all multisig wallets, if one of your keys gets lost or compromised, you need to go through a key replacement ceremony. When you replace a key, under the hood, you are creating a whole new wallet with a completely new set of addresses. This means that bitcoin in old addresses (secured using the old set of keys) need to be moved into your new wallet. Crucially, this also means that accidentally depositing funds to an old address (for example, if an address is whitelisted on an exchange) can put the funds at risk, since you might no longer have access to the replaced key.
Broken recordkeeping
Additionally, consistent vault statements are necessary for individuals and businesses that need to account for all the transactions that have occurred over the lifetime of a vault, regardless of how many key replacements have been performed. If you lose a debit card, you don’t have to make a whole new bank account. You simply replace the debit card and update the card number with merchants, and your bank statements and transaction history persist. Bitcoin vaults should behave the same way! Recordkeeping with multisig is a challenge when every time a key replacement occurs, your transaction and address history is lost.
(From the Unchained blog: https://unchained.com/blog/introducing-wallet-history/)
Suggestions
Solution
(From the Unchained blog: https://unchained.com/blog/introducing-wallet-history/)
The text was updated successfully, but these errors were encountered: