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

26 lines
937 B
Markdown
Raw Normal View History

2022-12-31 16:08:42 -06:00
# Challenges
- Receiving payments
- Distributing payments to participants
- Computing updates to forum graph
2023-01-02 13:14:32 -06:00
## Receiving payments
Business SC will need to implement a financial model.
# Excerpts from DeSciPubDAOArchit22July19PrintCut.pdf
> With todays prices, however, we will begin by programming this all off-chain and simplify the reputation tokens to be less dynamic in their evaluation. Next iteration improves the decentralization commensurate with practical realities.
# Questions
## Validation pool termination
How do we want to handle this?
The validation pool specifies a duration.
We don't want to compute results until the end of this duration.
We're currently supporting anonymous voting.
With anonymous voting, we need to wait until the end of the vote duration,
and then have a separate interval in which voters reveal their identities.
For now, we can let anonymous voters reveal their identities at any time