Skip to content

Commit

Permalink
change(aag-demo:governance): finish slides
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jan 29, 2024
1 parent 1dc8034 commit 4c68472
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 51 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 52 additions & 51 deletions slides/aag-demo/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,96 +4,73 @@ description: This slides let audience understand how to use governance in Kreivo
duration: 2.5 minutes
---

# Governance at Communities
# How do you solve Governance for collectives?

---

## 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" -->
- Setup a collective on a parachain (?)<!-- .element: class="fragment" data-fragment-index="2" -->

</pba-flex>

</pba-col>
---

## Introducing Communities

<pba-col>
---

## After Kreivo
## What is a community?

<pba-flex>
Is a self-governed entity with a sovereign account that can act on-chain via governance actions

---

## After Kreivo Communities

<pba-flex center>

<ul>
<li>

`referenda::submit`

</li><!-- .element: class="fragment" data-fragment-index="3" -->
</li><!-- .element: class="fragment" data-fragment-index="0" -->
<li>

`communities::vote`

</li><!-- .element: class="fragment" data-fragment-index="4" -->
</ul>
</li><!-- .element: class="fragment" data-fragment-index="1" -->

</pba-flex>
<li>


</pba-col>
</li><!-- .element: class="fragment" data-fragment-index="2" -->
</ul>

</pba-cols>
</pba-flex>

---

## Types of Governance in Kreivo

<pba-flex center>

- **Membership**
- **Native token**
- **Community Asset**
- **Ranked**
- **Membership** One memberhsip, one vote.
- **Native token** It's like [OpenGov](https://polkadot.network/features/opengov/).
- **Community Asset**: You vote using your community-owned assets (`VIRTO`, `CUBO`, etc.)
- **Ranked**: It's like **`RankedCollective`s** (e.g. Fellowship).

</pba-flex>

---v

### Membership

One memberhsip, one vote.

---v

### Native token

It's like [OpenGov](https://polkadot.network/features/opengov/).

---v

### Community Asset

Vote using your community-owned assets (`VIRTO`, `CUBO`, etc.)

---v

### Ranked

One membership, `n` votes, being `n` the voter's rank.

---

## Ok, but what's all of this for?
## Ok, but what's the use of all this?

---v

Expand Down Expand Up @@ -142,4 +119,28 @@ All that through the enabled governance at your community.

---

# Questions?
![Step: Create Community](/assets/img/logo/aag-demo/governance/create-community.png)

---

![Step: Prepare extrinsic](/assets/img/logo/aag-demo/governance/prepare-extrinsic.png)

---

![Step: Submit proposal](/assets/img/logo/aag-demo/governance/submit-proposal.png)

---

![Step: Vote as Community Member](/assets/img/logo/aag-demo/governance/vote-community.png)

---

##

---

## Live on Q1'24

---

## Upstreaming to `polkadot-sdk`

0 comments on commit 4c68472

Please sign in to comment.