Skip to content
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

Updated SNS FAQ #2357

Merged
merged 3 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/LandingPage/PreHero/Facts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export const Facts = () => {
<div className="mt-8 md:mt-20">
<h3 className="md:tw-heading-4 mb-4">Memory is $5/GB/year</h3>
<p className="tw-paragraph-sm text-white/60 mb-0">
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).
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/multichain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 7 additions & 3 deletions src/pages/sns/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Faq>

<Faq title="What is the purpose of the SNS treasury and how are the funds distributed?">
Expand Down Expand Up @@ -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.
</Faq>

</FaqSection>
Expand Down