Skip to content

Commit

Permalink
feat(aag/governance): intro to governance at kreivo
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jan 26, 2024
1 parent b869045 commit 2ee9c01
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions slides/aag-demo/governance.md
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.

0 comments on commit 2ee9c01

Please sign in to comment.