Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ThiagoVSouza/MVN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 

Repository files navigation

Minimun Viable Nation

Overview

Basic Governance Structures

Every nation can be be divided in 3 major branchs:

  • Executive - Responsible for the overall administration of the nation. In our MVN it means: change nation name, change meta data, aprove users to join (if the nation is not set to public).

  • Legislative - Responsible for creating the rules (laws) by which the name functions. In our MVN this means creating and modifying laws. ( A law is just a plain text referenced by a hash/link to ipfs.)

  • Judiciary - responsible for enforcing the rules. In our MVN will be responsible for mediation: removing citizens and canceling laws.

Parameters for a nation:

  • Citizenship:
  • Public nation: Anyone can join a nation
  • Permissioned public: Joining a nation requires executive branch approval
  • Private Nation: Only the executive branch can manually add a new citizen
  • Executive Branch (options 1-4 should be a flag as they can be available at the same time)
  • change on the nation info by Ruler(S)
  • change on the nation done by President (can be considered a ruler for programming purposes?)
  • change on the nation info by Direct Vote
  • change on the nation info by Representant Vote
  • Disabled
  • Legislative Branch (options 1-3 should be a flag as they can be available at the same time)
  • law created by the ruler
  • law created by direct vote
  • law created by indirect vote
  • Laws is Disabled
  • Judiciary Branch (options 1-4 should be a flag as they can be available at the same time)
  • Mediation done by the ruler
  • Mediation done by direct vote (crowd jury)
  • Mediation done by indirect vote
  • Mediation done by a third party (user with permission)
  • Mediation is Disabled

1) Despotism

Definition

One person (or group of individuals) that have full authority on the nation (executive, legislative and judiciary).

Summary

Roles: Rulers and Citizens.
Executive: ruler(s) decides changes on nation.
Legislative: ruler(s) creates all laws.
Judiciary: mediation is disabled.
Voting: voting is disabled.

2) Direct Democracy

Definition

Every citizen will cast a vote to do everything inside the nation.

Summary of Responsabilities

Roles: Citizens.
Executive: citizens will decide a change through vote
Legislative: citizens will decide a new law or the change of an existing one.
Judiciary: citizens will vote on any mediation.
Voting: voting is enabled.

3) Republicanism

Definition

A president is elected by direct vote to be resposible for the executive branch. The citizens will cast a vote for X representants that will be responsible for the legislative branch. Citizens will also cast a vote to elect the mediator for the nation.

Summary of Responsabilities

Roles: Citizens, Mediator, President, Representants.
Executive:  The president
Legislative: citizens will decide a new law or the change of an existing one.
Judiciary: citizens will vote on any mediation.
Voting: voting is enabled. citizens will cast a vote to elect the president.

4) Parlamentary Despotism

Definition

On a parlamentary despotism you have a ruler (or group of rulers) with full power over the nation. But there is a parlament/congress of representans that can vote on laws and also a judiciary that can mediate situations.

Summary of Responsabilities

Roles: Citizens, Mediator, President, Representants.
Executive:  The president
Legislative: citizens will decide a new law or the change of an existing one.
Judiciary: citizens will vote on any mediation.
Voting: voting is enabled. citizens will cast a vote to elect the president.

5) Anarchy

Definition

On anarchy everything is privately held, which means there's no public branch of power.

Summary

Roles: none.
Executive: no administration. (once the nation is created it will remain as it is forever)
Legislative: no creation of laws.
Judiciary: no mediator
Voting: voting is disabled.

About

MInimun Viable Nations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published