training & education resource

This commit is contained in:
tree🌴 2024-03-18 01:11:42 +01:00
parent 2468cfb058
commit c415c23365
7 changed files with 70 additions and 46 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

View file

@ -2,34 +2,41 @@
title: Governance
---
import { LinkCard } from '@astrojs/starlight/components';
In this section you will find a detailed description of how *Web3Privacy Now* governance works.
## Structure
### Basic units
![Governance Structure](./assets/governance-structure.png)
## Governance Units
*The Web3Privacy Now* initiative is composed of these basic governance units:
| Name | Purpose |
| --- | --- |
| [Congress](/congress) | top organ, votes on most important issues, elects Core Team/Association executives |
| [Core Team](/core-team) | main decision-making and executive body |
| [Association](/association) | legal entity, executes Core Team requirements, accepts donations, pay expenses |
### Support units
| Name | Purpose | Control |
| --- | --- | --- |
| [Treasury](/treasury) | funds management | [Core Team](/core-team) |
| [Contributors Guild](/guild) | group of members receiving incentives | [Association](/association) |
| Marketing & Outreach | marketing and social networks | autonomous |
| Partnerships | recruitment of new (organizational) members | autonomous |
| IT Operation | operation of technical infrastructure | autonomous |
| Design department | designing graphics for our projects | autonomous |
### Project-specific
Additionaly, each project has its own [Workgroup](/workgroups#project-specific).
<LinkCard
title="Congress"
description="Top organ, votes on most important issues, elects Core Team/Association executives"
href="/congress"
/>
<LinkCard
title="Core Team"
description="Main decision-making and executive body"
href="/core-team"
/>
<LinkCard
title="Association"
description="Legal entity, executes Core Team requirements, accepts donations, pay expenses"
href="/association"
/>
<LinkCard
title="Treasury"
description="Fund management"
href="/treasury"
/>
<LinkCard
title="Contributors Guild"
description="Group of members receiving incentives"
href="/guild"
/>
## Personal roles within initiative

View file

@ -59,20 +59,6 @@ A summary of what we have already accomplished can be found on the [History](/hi
<LinkCard title="Roadmap" href="/roadmap" />
</CardGrid>
## Tools we using
We use various [Communication tools](/communication). For our work we use different [Git repositories](/git), and for organizational purposes our effort is divided into several [Workgroups](/workgroups).
<CardGrid>
<LinkCard title="Communication tools" href="/communication" />
<LinkCard title="Git repositories" href="/git" />
</CardGrid>
<CardGrid>
<LinkCard title="Workgroups" href="/workgroups" />
</CardGrid>
## Become part of the community
<CardGrid>
@ -88,6 +74,18 @@ We use various [Communication tools](/communication). For our work we use differ
<LinkCard title="Code of Conduct" href="/code-of-conduct" />
</CardGrid>
## For contributors
We use various [Communication tools](/communication). For our work we use different [Git repositories](/git), and for organizational purposes our effort is divided into several [Workgroups](/workgroups).
<CardGrid>
<LinkCard title="Communication tools" href="/communication" />
<LinkCard title="Git repositories" href="/git" />
</CardGrid>
<CardGrid>
<LinkCard title="Workgroups" href="/workgroups" />
</CardGrid>
## Governance
The initiative is managed by a [Core Team](/core-team) of four people who take care of operations. We are also in the process of creating [Association](/association) as legal entity for our activities.

View file

@ -12,8 +12,17 @@ We are developing a transparent grant system that will serve as the main way to
* operating costs
* marketing and promotional expenses
## Funding Requests (FR)
The subject of the funding request cannot be the direct payment of contributors - for these purposes it is necessary to become a member of the [Contributors Guild](/guild).
Funding requests is a transparent application process to receive money from our [Treasury](/treasury).
## Funding Requests
All funding requests are handled through Issues in the [`@web3privacy/funding`](https://github.com/web3privacy/funding) repository.
*Funding Request Proposals* (FRPs) is a transparent application process to receive money from our [Treasury](/treasury). Most of our income is redistributed through these applications.
Each application will be assessed by members of the [Core Team](/core-team), according to whose decision it will be accepted or rejected.
All funding requests are handled through Issues in the [`@web3privacy/funding`](https://github.com/web3privacy/funding) repository.
### Proposal requirements
* the amount required
* the purpose for which the funds will be used
* the person or group of people responsible

View file

@ -1,5 +0,0 @@
---
title: Training and Education
---
Education is very important to us, which is why we run various educational programs and workshops, both for our contributors and the wider community as part of our [Membership](/membership) program.

View file

@ -0,0 +1,15 @@
---
title: Training and Education
---
import { LinkCard } from '@astrojs/starlight/components';
Education is very important to us, which is why we run various educational programs and workshops, both for our contributors and the wider community as part of our [Membership](/membership) program.
## W3PN Meta-hackathons
An annual multi-day gathering of people around Web3Privacy Now, where we educate each other and move our project forward.
[Meta-hackathon](/events/types/#meta-hackathon) is an event organized by our [Events](/events) department.
<LinkCard title="List of W3PN meta-hackathons" href="https://web3privacy.info/events/meta-hackathon/" />

View file

@ -10,6 +10,6 @@ Treasury management is the responsibility of the [Core Team](/core-team).
## Distribution
* 30% automatically goes to [Contributors Guild](/guild), eq. directly to contributors
* the remaining 70% is distributed through [Funding Requests](http://localhost:4322/resources/funding#funding-requests-fr) to specific projects or Workgroups
* the remaining 70% is distributed through [Funding Requests](/resources/funding#funding-requests) to specific projects or Workgroups
![Treasury flow](./assets/treasury-flow.png)