-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aag/governance): intro to governance at kreivo
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: Governance at Kreivo Communities | ||
description: This slides let audience understand how to use governance in Kreivo parachain | ||
duration: 2.5 minutes | ||
--- | ||
|
||
# Governance at Communities | ||
|
||
--- | ||
|
||
## What is a community? | ||
|
||
Is a self-governed entity with a sovereign account that can act on-chain via governance actions | ||
|
||
--- | ||
|
||
<pba-cols> | ||
|
||
<pba-col> | ||
|
||
## Before Kreivo | ||
|
||
<pba-flex center> | ||
|
||
- Multisig<!-- .element: class="fragment" data-fragment-index="0" --> | ||
- Off-chain<!-- .element: class="fragment" data-fragment-index="1" --> | ||
|
||
</pba-flex> | ||
|
||
</pba-col> | ||
|
||
<pba-col> | ||
|
||
## After Kreivo | ||
|
||
<pba-flex> | ||
|
||
<ul> | ||
<li><code>referenda::submit</code></li><!-- .element: class="fragment" data-fragment-index="3" --> | ||
<li><code>communities::vote</code></li><!-- .element: class="fragment" data-fragment-index="4" --> | ||
</ul> | ||
|
||
</pba-flex> | ||
|
||
</pba-col> | ||
|
||
</pba-cols> | ||
|
||
--- | ||
|
||
## Types of Governance in Kreivo | ||
|
||
- **Membership**: One memberhsip, one vote. | ||
- **Native token**: Same as OpenGov. | ||
- **Community Asset**: Same as OpenGov, but with an asset owned by the community. | ||
- **Ranked**: One membership, `n` votes, being `n` the voter's rank. |