From e5938fcaf2e7a6cf8b3d359d53ca47ab2ad45cb6 Mon Sep 17 00:00:00 2001 From: Andrew Chepreghy Date: Thu, 18 Jan 2024 11:23:46 +0100 Subject: [PATCH 1/3] Updated SNS FAQ --- src/pages/sns/faq.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/sns/faq.tsx b/src/pages/sns/faq.tsx index d7eee89fd7..1709a92b58 100644 --- a/src/pages/sns/faq.tsx +++ b/src/pages/sns/faq.tsx @@ -734,7 +734,8 @@ function SnsFaqPage() { swap is allocated to the SNS DAO's treasury. Optionally, the DAO can allocate a number of SNS tokens to be in the DAO's treasury, which all SNSs so far have done. The SNS treasury is controlled by the DAO, and can only be transferred using proposals that SNS token holders - vote on. + vote on. It is also possible to mint new SNS tokens at any point after the SNS launch, which + can also only be done if the SNS DAO agrees to do so by proposal vote. @@ -768,8 +769,11 @@ function SnsFaqPage() { no one can access the SNS treasury. The SNS DAO only grants access when proposals are adopted through SNS community voting. While it can happen that the original developer team possesses a meaningful portion of the voting - power, they alone cannot make decisions for the DAO without the approval of - the majority of SNS token holders. + power, they alone cannot make decisions for the DAO without the approval of + SNS token holders. In particular, treasury proposals are considered to be + critical proposals, which have a higher bar to be adopted, including that + they require a higher voting participation and support of a supermajority of + the DAO voters. From 47a765fa3047d108344ab85114335453933d940a Mon Sep 17 00:00:00 2001 From: Andrew Chepreghy Date: Thu, 18 Jan 2024 11:26:13 +0100 Subject: [PATCH 2/3] Update Facts.tsx --- src/components/LandingPage/PreHero/Facts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LandingPage/PreHero/Facts.tsx b/src/components/LandingPage/PreHero/Facts.tsx index c1cbb1eef1..36433d7a4a 100644 --- a/src/components/LandingPage/PreHero/Facts.tsx +++ b/src/components/LandingPage/PreHero/Facts.tsx @@ -323,7 +323,7 @@ export const Facts = () => {

Memory is $5/GB/year

- Each canister smart contract running on ICP can make 64 GB of + Each canister smart contract running on ICP can make 400 GiB of persistent memory pages available to its bytecode (orthogonal persistence allows data structures to be used like databases).

From 14f877e350498864b7abd85b2e6a86cb555b6050 Mon Sep 17 00:00:00 2001 From: Andrew Chepreghy Date: Thu, 18 Jan 2024 11:29:36 +0100 Subject: [PATCH 3/3] Update multichain.tsx --- src/pages/multichain.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/multichain.tsx b/src/pages/multichain.tsx index cbe54c83a2..eb3eaab7b6 100644 --- a/src/pages/multichain.tsx +++ b/src/pages/multichain.tsx @@ -379,7 +379,7 @@ function MultichainPage() { decentralization model, which can be augmented by placing the service under the control of an SNS DAO to automate its maintenance. This is because canister smart contracts can - hold up to 96GB of memory each, and run in parallel with + hold up to 400GiB of memory each, and run in parallel with great efficiency. Moreover, they can directly serve interactive web-based user experiences to users by processing HTTP requests, thanks to ICP’s reverse-gas model