Skip to content

Commit

Permalink
some updates for democracy
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 16, 2024
1 parent 9fde4ee commit 13e7a38
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/protocol-democracy.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,29 +82,24 @@ These actions can only be decided upon by the quorum of all encointer communitie
- [`set_endorsement_tickets_per_bootstrapper`](https://github.com/encointer/pallets/blob/91cbd7c9c0d47c4a80c096d3b2b501625a6bb724/ceremonies/src/lib.rs#L396): define how many endorsement tickets bootstrappers should get to invite people they trust
- [`set_reputation_lifetime`](https://github.com/encointer/pallets/blob/91cbd7c9c0d47c4a80c096d3b2b501625a6bb724/ceremonies/src/lib.rs#L396): define how long proof-of-personhood reputation is valid for and stored
- [`set_meetup_time_offset`](https://github.com/encointer/pallets/blob/91cbd7c9c0d47c4a80c096d3b2b501625a6bb724/ceremonies/src/lib.rs#L396): finetune meetup time difference to high sun
- Decide on Treasury Proposals
- Decide on global treasury spending proposals

#### Community Actions

These actions can be decided per community for themselves

Only to be changed during _Registering_ phase

- [`add_location`](https://github.com/encointer/pallets/blob/91cbd7c9c0d47c4a80c096d3b2b501625a6bb724/communities/src/lib.rs#L143): add meetup location for community
- [`remove_location`](https://github.com/encointer/pallets/blob/91cbd7c9c0d47c4a80c096d3b2b501625a6bb724/communities/src/lib.rs#L189): remove meetup location for community
- [`update_nominal_income`](https://github.com/encointer/pallets/blob/91cbd7c9c0d47c4a80c096d3b2b501625a6bb724/communities/src/lib.rs#L258): the amount of basic income per ceremony per person per community

Not strictly related to a particular ceremony phase. could be adjusted anytime.

- [`update_community_metadata`](https://github.com/encointer/pallets/blob/91cbd7c9c0d47c4a80c096d3b2b501625a6bb724/communities/src/lib.rs#L214): change name, currency, artwork IPFS cid for community
- [`update_demurrage`](https://github.com/encointer/pallets/blob/91cbd7c9c0d47c4a80c096d3b2b501625a6bb724/communities/src/lib.rs#L238): change how fast balances are demurraged per community
- Decide on community treasury spending proposals

#### Petitions

Petitions are votes on matters that cannot automatically be enforced by the Encointer protocol. Therefore, they are non-binding for the network. They can have global or local scope. Petitions can be used to signal the network or community leaders about the will of the community.



### Detailed Proposal States and Lifetime

Let's look a bit closer at more complex cases:
Expand Down

0 comments on commit 13e7a38

Please sign in to comment.