-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat(glossary): added glossary, help button, renamed ballot #610
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fb46d04
to
c94f4f5
Compare
c94f4f5
to
d86863c
Compare
d86863c
to
c9e482a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, left some comments
/> | ||
|
||
<FAQItem | ||
description="Community members who allocate their voting power (often in the form of credits or tokens) to support projects. Their votes influence both the direct contributions and the matching funds distribution via the quadratic funding mechanism." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not necessarily qf
/> | ||
|
||
<FAQItem | ||
description="is a community-driven funding method where matching funds are distributed based on the number of contributors and the amounts donated. It amplifies projects with broad support by prioritizing many small contributions over a few large ones, ensuring fair and democratic allocation of resources." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: It's
/> | ||
|
||
<FAQItem | ||
description="Voters review the approved proposals and allocate their voting power to the projects they support. Quadratic voting principles apply here, where the cost of additional votes increases quadratically (e.g., 1 vote costs 1 credit, 2 votes cost 4 credits, 3 votes cost 9 credits, etc.)." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved proposals? options/candidates/projects?
/> | ||
|
||
<FAQItem | ||
description="Voters review the approved proposals and allocate their voting power to the projects they support. Quadratic voting principles apply here, where the cost of additional votes increases quadratically (e.g., 1 vote costs 1 credit, 2 votes cost 4 credits, 3 votes cost 9 credits, etc.)." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not necessarily qv
/> | ||
|
||
<FAQItem | ||
description="The Coordinator processes all the messages, tallies the results and publshes the on-chain proofs " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the proofs on-chain
/> | ||
|
||
<FAQItem | ||
description="The final distribution of funds is announced, and the matching funds awarded from the funding pool" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not necessarily funding here, let's keep it general
title="Results Phase" | ||
/> | ||
|
||
<FAQItem description="Voting power refers to the credits or tokens a voter can use." title="Voting Power" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would explain this a little bit more
can use for what?
why tokens?
<FAQItem description="Voting power refers to the credits or tokens a voter can use." title="Voting Power" /> | ||
|
||
<FAQItem | ||
description="Effective Votes represent the weighted impact of the credits spent after applying quadratic calculations, for example if a voter spends 16 credits on one project, the Effective Votes contributed might be 4." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the Effective Votes contributed might be 4 -> why might?
/> | ||
|
||
<FAQItem | ||
description="A conceptual grouping of projects a voter wants to support, allowing comparison and prioritization before finalizing their votes." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we be sticking with ballots and explain what a ballot is?
Description
added glossary, help button, renamed ballot
Confirmation
Important
We do not accept minor grammatical fixes (e.g., correcting typos, rewording sentences) unless they significantly improve clarity in technical documentation. These contributions, while appreciated, are not a priority for merging. If there is a grammatical error feel free to message the team.