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 need one or more good specifications and implementations for a moderation DAO.
The goal is to create a generic, reusable moderation DAO that can manage typical Gno Objects, such as a r/boards.Post within a r/boards.Board. It should also handle r/boards.Board in the r/boards realm contract and moderate the contracts themselves at the chain level.
We envision a robust, reusable p/mod/xxx implementation, along with official r/mod/dao global DAO. This DAO would be responsible for ensuring effective moderation across the chain and will be incentivized for their efforts.
If we have multiple implementations, we need to ensure they adhere to a good interface. This way, most Gno contracts can easily incorporate a swappable moderation system that may start with their authors as the admins and then switch to a DAO.
This issue serves as a placeholder for metadata, allowing us to share more specifications over time and respond to questions. It also invites others to share insights on how different systems are functioning in the wild or to collaborate on a specific implementation.
The text was updated successfully, but these errors were encountered:
We need one or more good specifications and implementations for a moderation DAO.
The goal is to create a generic, reusable moderation DAO that can manage typical Gno Objects, such as a
r/boards.Post
within ar/boards.Board
. It should also handler/boards.Board
in ther/boards
realm contract and moderate the contracts themselves at the chain level.We envision a robust, reusable
p/mod/xxx
implementation, along with officialr/mod/dao
global DAO. This DAO would be responsible for ensuring effective moderation across the chain and will be incentivized for their efforts.If we have multiple implementations, we need to ensure they adhere to a good interface. This way, most Gno contracts can easily incorporate a swappable moderation system that may start with their authors as the admins and then switch to a DAO.
This issue serves as a placeholder for metadata, allowing us to share more specifications over time and respond to questions. It also invites others to share insights on how different systems are functioning in the wild or to collaborate on a specific implementation.
The text was updated successfully, but these errors were encountered: