Mātou Collective DAO Process Visuals
Full Lifecycle
flowchart TD
A[Proposal Created] --> B[Elder Council Voting]
B --> C[Community House Voting]
C --> D[Contributor House Voting]
D --> E[Implementation Planning]
E --> F[Task Delivery & Verification]
F --> G[Reward Distribution]
%% Styling
style A stroke:#000,stroke-width:1px,fill:#67bccf
style B stroke:#000,stroke-width:1px,fill:#67bccf
style C stroke:#000,stroke-width:1px,fill:#67bccf
style D stroke:#000,stroke-width:1px,fill:#67bccf
style E stroke:#000,stroke-width:1px,fill:#67bccf
style F stroke:#000,stroke-width:1px,fill:#67bccf
style G stroke:#000,stroke-width:1px,fill:#67bccf
Proposal
📊 Flow Diagram
flowchart TD
%% SWIMLANE DIAGRAM
%% Lanes as subgraphs
subgraph _Proposer_
A1([Idea Sparked])
A2[Explore kaupapa + solution]
A3[Share idea with community]
A6[Complete & submit proposal form]
A8[Review & confirm decision plan]
A9([Proposal decision plan confirmed])
end
subgraph _Community_Steward_
B1[Facilitate community dialogue]
B2[Support proposal drafting]
B3[Help clarify intent + details]
end
subgraph _Governance_Steward_
C1[Review proposal for alignment]
C2[Assign peer reviewer]
C3[Co-design decision plan]
C4([Confirm with proposer + peer])
end
%% Flow connections
A1 --> A2 --> A3 --> B1 --> B2 --> A6 --> B3
B3 --> C1 --> C2 --> C3 --> A8 --> C4
C4 --> A9
%% Styling
style A1 stroke:#000,stroke-width:1px,fill:#7b8d94
style A9 stroke:#000,stroke-width:1px,fill:#7b8d94
style A2 stroke:#000,stroke-width:1px,fill:#67bccf
style A3 stroke:#000,stroke-width:1px,fill:#67bccf
style A6 stroke:#000,stroke-width:1px,fill:#67bccf
style A8 stroke:#000,stroke-width:1px,fill:#67bccf
style B1 stroke:#000,stroke-width:1px,fill:#67bccf
style B2 stroke:#000,stroke-width:1px,fill:#67bccf
style B3 stroke:#000,stroke-width:1px,fill:#67bccf
style C1 stroke:#000,stroke-width:1px,fill:#67bccf
style C2 stroke:#000,stroke-width:1px,fill:#67bccf
style C3 stroke:#000,stroke-width:1px,fill:#67bccf
style C4 stroke:#000,stroke-width:1px,fill:#67bccf
style _Proposer_ stroke:#000,stroke-width:1px,fill:#fff
style _Community_Steward_ stroke:#000,stroke-width:1px,fill:#fff
style _Governance_Steward_ stroke:#000,stroke-width:1px,fill:#fff
Elder Council Voting
📊 Flow Diagram
flowchart TD
%% Swimlanes as subgraphs for roles
subgraph _Governance_Steward_
GS1[Introduce proposal via council comms]
GS2[Schedule and facilitate hui]
GS3[Facilitate voting process]
GS4[Record decision and notify proposer]
end
subgraph _Elder_Council_
EC1[Acknowledge receipt & engagement]
EC2[Participate in hui discussion]
EC3[Vote: Veto / No Veto / Abstain / Feedback]
end
subgraph _Proposer_
P1[Present proposal & respond to questions]
P2[Revise proposal if vetoed]
P3[Receive outcome and next steps]
end
%% Stage 1: Proposal Introduction
GS1 --> EC1
%% Stage 2: Proposal Discussion
EC1 --> GS2
GS2 --> P1
P1 --> EC2
%% Stage 3: Proposal Decision
EC2 --> EC3
EC3 --> GS3
%% Stage 4: Proposal Actioned
GS3 --> GS4
GS4 --> P3
%% Veto Loop
EC3 -- Veto --> P2
P2 --> GS3
%% Styling
style GS1 stroke:#000,stroke-width:1px,fill:#67bccf
style GS2 stroke:#000,stroke-width:1px,fill:#67bccf
style GS3 stroke:#000,stroke-width:1px,fill:#67bccf
style GS4 stroke:#000,stroke-width:1px,fill:#67bccf
style EC1 stroke:#000,stroke-width:1px,fill:#67bccf
style EC2 stroke:#000,stroke-width:1px,fill:#67bccf
style EC3 stroke:#000,stroke-width:1px,fill:#67bccf
style P1 stroke:#000,stroke-width:1px,fill:#67bccf
style P2 stroke:#000,stroke-width:1px,fill:#67bccf
style P3 stroke:#000,stroke-width:1px,fill:#67bccf
style _Governance_Steward_ stroke:#000,stroke-width:2px,fill:#fff
style _Elder_Council_ stroke:#000,stroke-width:2px,fill:#fff
style _Proposer_ stroke:#000,stroke-width:2px,fill:#fff
Community House Voting
📊 Flow Diagram
flowchart TD
%% Swimlanes as subgraphs for roles
subgraph _Governance_Steward_
GS1[Introduce proposal via comms]
GS2[Facilitate group call]
GS3[Facilitate vote]
GS4[Log outcome and notify Contributor House]
end
subgraph _Community_Representatives_
CR1[Review proposal and prepare]
CR2[Participate in call]
CR3[Give feedback or request changes]
CR4[Vote on proposal]
end
subgraph _Proposer_
P1[Present proposal and clarify intent]
P2[Respond to questions and feedback]
end
%% Stage 1: Proposal Introduction
GS1 --> CR1
%% Stage 2: Proposal Discussion
CR1 --> GS2
GS2 --> P1
P1 --> CR2
CR2 --> CR3
CR3 --> P2
%% Stage 3: Proposal Decision
GS2 --> GS3
GS3 --> CR4
%% Stage 4: Proposal Actioned
CR4 --> GS4
%% Styling
style GS1 stroke:#000,stroke-width:1px,fill:#67bccf
style GS2 stroke:#000,stroke-width:1px,fill:#67bccf
style GS3 stroke:#000,stroke-width:1px,fill:#67bccf
style GS4 stroke:#000,stroke-width:1px,fill:#67bccf
style CR1 stroke:#000,stroke-width:1px,fill:#67bccf
style CR2 stroke:#000,stroke-width:1px,fill:#67bccf
style CR3 stroke:#000,stroke-width:1px,fill:#67bccf
style CR4 stroke:#000,stroke-width:1px,fill:#67bccf
style P1 stroke:#000,stroke-width:1px,fill:#67bccf
style P2 stroke:#000,stroke-width:1px,fill:#67bccf
style _Governance_Steward_ stroke:#000,stroke-width:2px,fill:#fff
style _Community_Representatives_ stroke:#000,stroke-width:2px,fill:#fff
style _Proposer_ stroke:#000,stroke-width:2px,fill:#fff
Contributor House Voting
📊 Flow Diagram
flowchart TD
%% Swimlanes as subgraphs for roles
subgraph _Governance_Steward_
GS1[Introduce proposal via channels]
GS2[Facilitate group call]
GS3[Coordinate vote on contributor decisions]
GS4[Log outcome and transition to implementation]
end
subgraph _Collective_Contributors_
CC1[Review proposal and prepare questions]
CC2[Participate in discussion]
CC3[Raise concerns or suggest changes]
CC4[Vote on revised proposal]
end
subgraph _Proposer_
P1[Present proposal and clarify scope]
P2[Respond to feedback and revise proposal]
end
%% Stage 1: Proposal Introduction
GS1 --> CC1
%% Stage 2: Proposal Discussion
CC1 --> GS2
GS2 --> P1
P1 --> CC2
CC2 --> CC3
CC3 --> P2
%% Stage 3: Proposal Decision
P2 --> GS3
GS3 --> CC4
%% Stage 4: Proposal Actioned
CC4 --> GS4
%% Styling
style GS1 stroke:#000,stroke-width:1px,fill:#67bccf
style GS2 stroke:#000,stroke-width:1px,fill:#67bccf
style GS3 stroke:#000,stroke-width:1px,fill:#67bccf
style GS4 stroke:#000,stroke-width:1px,fill:#67bccf
style CC1 stroke:#000,stroke-width:1px,fill:#67bccf
style CC2 stroke:#000,stroke-width:1px,fill:#67bccf
style CC3 stroke:#000,stroke-width:1px,fill:#67bccf
style CC4 stroke:#000,stroke-width:1px,fill:#67bccf
style P1 stroke:#000,stroke-width:1px,fill:#67bccf
style P2 stroke:#000,stroke-width:1px,fill:#67bccf
style _Governance_Steward_ stroke:#000,stroke-width:2px,fill:#fff
style _Collective_Contributors_ stroke:#000,stroke-width:2px,fill:#fff
style _Proposer_ stroke:#000,stroke-width:2px,fill:#fff
Distribution and Implementation
📊 Flow Diagram
flowchart TD
%% Swimlanes as subgraphs for roles
subgraph _Governance_Steward_
GS1[Create steward request]
GS2[Confirm project steward]
end
subgraph _Project_Steward_
PS1[Respond to request]
PS2[Create project lead request]
PS3[Approve plan and requests]
PS4[Final sign-off for payout]
end
subgraph _Project_Lead_
PL1[Confirm as project lead]
PL2[Create implementation plan]
PL3[Create contribution requests]
PL4[Assign tasks to contributors]
PL5[Verify deliverables]
end
subgraph _Contributor_
C1[Register for task]
C2[Propose task breakdown]
C3[Complete work and submit]
C4[Receive UTIL and CTR]
end
subgraph _Treasury_System_
T1[Distribute UTIL and mint CTR]
end
%% Flow
GS1 --> PS1
PS1 --> GS2
PS1 --> PS2
PS2 --> PL1
PL1 --> PL2
PL2 --> PS3
PL2 --> PL3
PL3 --> PS3
C1 --> C2
C2 --> PL4
PL4 --> PS3
C3 --> PL5
PL5 --> PS3
PS3 --> PS4
PS4 --> T1
T1 --> C4
%% Styling
style GS1 stroke:#000,stroke-width:1px,fill:#67bccf
style GS2 stroke:#000,stroke-width:1px,fill:#67bccf
style PS1 stroke:#000,stroke-width:1px,fill:#67bccf
style PS2 stroke:#000,stroke-width:1px,fill:#67bccf
style PS3 stroke:#000,stroke-width:1px,fill:#67bccf
style PS4 stroke:#000,stroke-width:1px,fill:#67bccf
style PL1 stroke:#000,stroke-width:1px,fill:#67bccf
style PL2 stroke:#000,stroke-width:1px,fill:#67bccf
style PL3 stroke:#000,stroke-width:1px,fill:#67bccf
style PL4 stroke:#000,stroke-width:1px,fill:#67bccf
style PL5 stroke:#000,stroke-width:1px,fill:#67bccf
style C1 stroke:#000,stroke-width:1px,fill:#67bccf
style C2 stroke:#000,stroke-width:1px,fill:#67bccf
style C3 stroke:#000,stroke-width:1px,fill:#67bccf
style C4 stroke:#000,stroke-width:1px,fill:#67bccf
style T1 stroke:#000,stroke-width:1px,fill:#67bccf
style _Governance_Steward_ stroke:#000,stroke-width:2px,fill:#fff
style _Project_Steward_ stroke:#000,stroke-width:2px,fill:#fff
style _Project_Lead_ stroke:#000,stroke-width:2px,fill:#fff
style _Contributor_ stroke:#000,stroke-width:2px,fill:#fff
style _Treasury_System_ stroke:#000,stroke-width:2px,fill:#fff