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
We want to have token holders to vote together with shareholders on resolutions.
Votes can have extra-slots for votes coming in from off-chain, from a dedicated account.
These resolutions should have on-chain consequences, i.e. certain actions can only be done if there has been a matching respective resolution
We will have one VotingCenter for the entire platform, where resolutions based on different snapshotable-tokens can be started.
Creation of individual votes can be controlled by a VoteController interface which can limit/restrict what kind of votes can be initiated, e.g. verify that parameters make sense.
The text was updated successfully, but these errors were encountered:
OVERVIEW:
We want to have token holders to vote together with shareholders on resolutions.
Votes can have extra-slots for votes coming in from off-chain, from a dedicated account.
These resolutions should have on-chain consequences, i.e. certain actions can only be done if there has been a matching respective resolution
We will have one VotingCenter for the entire platform, where resolutions based on different snapshotable-tokens can be started.
Creation of individual votes can be controlled by a
VoteController
interface which can limit/restrict what kind of votes can be initiated, e.g. verify that parameters make sense.The text was updated successfully, but these errors were encountered: