19 lines
663 B
Markdown
19 lines
663 B
Markdown
|
## Client
|
||
|
|
||
|
Clients play a key role in an MVPR DAO.
|
||
|
|
||
|
Clients must be operated by reputation holders.
|
||
|
|
||
|
Clients are the agents that submit posts to the forum, initiate validation pools, and vote in validation pools.
|
||
|
|
||
|
We sometimes refer to the client as "the UI".
|
||
|
|
||
|
It will need to be a network-connected application. It will need a certain minimum of RAM,
|
||
|
and for some features disk storage,
|
||
|
and for some features uptime .
|
||
|
|
||
|
The behavior of the client constitutes what we refer to as the DAO's "soft protocols".
|
||
|
|
||
|
Malicious actors may freely modify their own client's behavior.
|
||
|
Therefore honest clients must engage in policing to preserve the integrity of the network.
|