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

Update sns faq.tsx #2064

Merged
merged 1 commit into from
Oct 27, 2023
Merged
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
10 changes: 5 additions & 5 deletions src/pages/sns/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,11 @@ function SnsFaqPage() {
unique in that they can fully control (via voting) every aspect
of a dapp, since everything is on-chain. Having fully on-chain
DAOs is important because it enables all decisions to be
executed on the blockchain. This is in contrast to existing DAOs
executed on the blockchain and thus facilitates true
decentralization. This is in contrast to existing DAOs
on other blockchains where voting takes place on-chain but the
execution of the results are often carried out by developers
off-chain. This facilitates true decentralization.{" "}
off-chain.{" "}
<p>
Therefore, SNS DAOs serve as a vehicle to deliver fully
decentralized online services that are owned and governed by
Expand Down Expand Up @@ -364,9 +365,8 @@ function SnsFaqPage() {
id="how-do-you-get-sns-tokens"
>
<p>
Each SNS DAO will have its own unique SNS token. For example,
OpenChat will have CHAT tokens when they turn their dapp into an
SNS DAO.{" "}
Each SNS DAO has its own unique SNS token. For example,
OpenChat has CHAT tokens.{" "}
</p>
<p>There are three main ways of acquiring SNS tokens:</p>
<ul>
Expand Down