dao-governance-framework/forum-network/notes/work.md

20 lines
967 B
Markdown
Raw Normal View History

This system is meant to represent a body of experts receiving fees to perform work.
Experts register their availability to receive work via the availability contract.
Request and associated fees are sumbitted via the business contract.
Evidence of the work performed is submitted as a post to the forum.
A successful validation pool ratifies the post.
Reputation is minted and distributed.
Fees are distributed.
What if we want the work to be block production for a blockchain?
Then to perform this work, an expert will need to participate in a communications network
such that they can confidently arrive at a majority view of each block.
Or else must at least be able to attest that a proposed block is valid,
meaning that it
- does not conflict with what the node believes to be the majority view
- includes what the node believes must be included according to the majority view
note that with this scheme there be muliple possible valid proposed blocks.
---