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
Dynamic quorum is likely not a requirement for any single vote, however token projects will have varying numbers of tokens and therefore a type of dynamic minimum quorum is probably required at the project and community level
Currently supporting fixed quorum: the quorum is settable on every proposal. Dynamic quorum is a feature addition
Dynamic quorum for the project would be based on the token contract implementing ERC721Enumerable and therefore optional and not always present.
Consider having fixed quorum for each vote but the minimum project quorum being calculated dynamically if the token is based on ERC721Enumerable -- specifically totalSupply is required
For strictly ERC-721 tokens, an alternative path can be provided for the project owner to “increase only” minimum quorum for the contract.
The text was updated successfully, but these errors were encountered:
Dynamic quorum is likely not a requirement for any single vote, however token projects will have varying numbers of tokens and therefore a type of dynamic minimum quorum is probably required at the project and community level
The text was updated successfully, but these errors were encountered: