You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paima Engine should incorporate a Voting & Governance System (Paima-VGS)
Paima-VGS must allow players to create proposals
Proposals can have Title, Description, { Question, Options[] }[]
The Game engine may implement an interface to define if proposals are valid or invalid and set other conditions (such as consuming or holding some game asset)
The Game engine may override default values as end-date.
Paima-VGS must allow players to vote or mark it as spam
The Game engine may implement an interface to define if votes are valid or invalid and set other conditions (such as consuming or holding some game asset)
The Game engine may give proportional voting deepening on conditions. (E.g., the holder of an asset may give 2 votes)
The VGS must not allow duplicated votes, e.g., if the holder of an asset may vote, the asset cannot vote twice - even if transferred.
All Paima-VGS inputs must be on chain, for example as &proposal-vgs|text and *&vote-vgs|vote|proposal
Paima-VGS must implement a Web interface for creating proposals and voting
The text was updated successfully, but these errors were encountered:
Paima Engine should incorporate a Voting & Governance System (Paima-VGS)
Paima-VGS must allow players to create proposals
Paima-VGS must allow players to vote or mark it as spam
All Paima-VGS inputs must be on chain, for example as
&proposal-vgs|text
and*&vote-vgs|vote|proposal
Paima-VGS must implement a Web interface for creating proposals and voting
The text was updated successfully, but these errors were encountered: