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 = () => {
- 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).
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 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.