From 84868f5ab27d1ed2304f0fdb0b7f2586b6c9c4e1 Mon Sep 17 00:00:00 2001 From: Nathan Wilcox Date: Mon, 18 Dec 2023 10:57:32 -0800 Subject: [PATCH] =?UTF-8?q?`in-so-far=20as`=20=E2=86=92=20`as=20far=20as`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daira Emma Hopwood --- src/design/goals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design/goals.md b/src/design/goals.md index 5d91e62..d7fac63 100644 --- a/src/design/goals.md +++ b/src/design/goals.md @@ -16,7 +16,7 @@ We strive to start our protocol design process from user experience (UX) and use - There must be no security or safety degradation due to wallet user behavior introduced by PoS transitions, assuming users follow their current behaviors unchanged and continue to use the same cognitive model of the impacts of their behaviors. This goal encompasses all of security and safety, including privacy and transparency or more explicit disclosures. - The protocol should enable users of shielded mobile wallets to delegate ZEC to PoS consensus providers and earn a return on that ZEC coming via ZEC issuance or fees. Doing this may expose users to a risk of loss of delegated ZEC (such as through “slashing fees”). The protocol must guarantee that PoS consensus providers have no discretionary control over such delegated funds (including that they cannot steal those funds). - For any hybrid PoW/PoS protocol (including the PoW+TFL protocol we’re proposing), the process and UX of mining remains unchanged except that the return on investment may be altered. This is true both of consensus-level block miners (i.e. mining pools and solo miners) and mining pool participants. -- Any hybrid PoW/PoS protocol (including PoW+TFL) block explorers will continue to function with the same UX through transitions in-so-far as displaying information about transactions, the mempool, and blocks. +- Any hybrid PoW/PoS protocol (including PoW+TFL) block explorers will continue to function with the same UX through transitions as far as displaying information about transactions, the mempool, and blocks. - Block explorers and other network metrics sites may require UX changes with respect to mining rewards and issuance calculations. - Network metrics sites may require UX changes with respect to the p2p protocol or other network-specific information. - Users can rely on [assured finality](../terminology.md#definition-assured-finality) with an expected time-to-finality of <30m.[^req-ttf-30m]