diff --git a/docs/membership/index.md b/docs/membership/index.md
index 79758a30..1fee7594 100644
--- a/docs/membership/index.md
+++ b/docs/membership/index.md
@@ -20,11 +20,11 @@ Membership for individuals is for all independent privacy advocates, developers
* Personal membership fee: **150 EUR / year**
-### Benefits
+### [Personal benefits](/membership/personal-benefits)
* You are supporting good thing!
-* Free swag - t-shirt and stickers (1x bundle per year)
* Free access to all our [events](/events/)
+* Free swag - t-shirt and stickers (1x bundle per year)
* Access to special members-only events
* Exclusive access to our [research](/research/) reports
* Special chat group for members
@@ -33,6 +33,8 @@ Membership for individuals is for all independent privacy advocates, developers
* Voting rights in our [association](/association/) (optional, requires approval)
* Opportunity to vote in a special category at the [Privacy Tech Awards](/projects/privacy-tech-awards) (upcoming)
+You can find a detailed description of each benefit on the [Personal benefits](/membership/personal-benefits) page.
+
### How to become a member?
Just fill out the application form on our website (TODO) and pay the annual membership fee.
@@ -44,12 +46,12 @@ We also offer membership for companies, projects and other organizations. This t
* Company membership fee: **7 000 - 25 000 EUR / year** (depends on tier)
* Company membership fee (non-profits): 1 500 EUR / year
-### Benefits for organizations
+### [Benefits for organizations](/membership/org-benefits)
| Tier | Membership fee* | Benefits |
| --- | --- | --- |
| **Tier III** | **7 000 EUR**
non-profits: 1 500 EUR | - 1x personal membership (incl. tickets to Events)
- visibility on our web
- free job listing on our web
- highlighting a member project in Privacy Explorer
- special group for member organizations |
-| **Tier II** | **10 000 EUR** | - 3x personal membership (incl. tickets to Events)
- visibility on our web
- visibility at our events (Summits)
- job listing on our web & in newsletter and socials (max 1)
- highlighting a member project in Privacy Explorer
- special group for member organizations |
+| **Tier II** | **15 000 EUR** | - 3x personal membership (incl. tickets to Events)
- visibility on our web
- visibility at our events (Summits)
- job listing on our web & in newsletter and socials (max 1)
- highlighting a member project in Privacy Explorer
- special group for member organizations |
| **Tier I** | **25 000 EUR** | - 5x personal membership (incl. tickets to Events)
- visibility on our web
- visibility at our events (Summits & Hackathons)
- job listing on our web & in newsletter and socials (max 2)
- highlighting a member project in Privacy Explorer
- special group for member organizations |
\* Note: If you give us a donation, you are automatically entitled to a subscription discount equal to the amount you donate.
diff --git a/docs/membership/personal-benefits.md b/docs/membership/personal-benefits.md
new file mode 100644
index 00000000..5c73acf8
--- /dev/null
+++ b/docs/membership/personal-benefits.md
@@ -0,0 +1,34 @@
+# Personal benefits
+
+## List of benefits
+
+### You are supporting good thing!
+
+### Free access to all our events
+
+Of course, all our members have **free entry to all our [events](/events/)**.
+
+→ [List of all events](https://web3privacy.info/events)
+
+### Free swag bundle each year
+
+Each member is entitled to collect their membership swag bundle once a year. Pick up is possible at our [events](/events/) (for free) or by delivery (for an extra fee).
+
+This bundle contains:
+* 1x W3PN t-shirt - multiple designs (depends on availability), sizes XS-XXL
+* 10x W3PN stickers - multiple designs and sizes
+* promo items of our organizational members
+
+### Access to special members-only events
+
+### Exclusive access to our research reports
+
+### Special chat group for members
+
+### Access to special deals of other members & our partners
+
+### Discount in our store (25%)
+
+### Voting rights in our association (optional)
+
+### Opportunity to vote in a special category at the Privacy Tech Awards
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index 252acbd6..4b1beeb1 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -95,7 +95,8 @@ const sidebars = {
label: "Membership",
link: {type: 'doc', id: 'membership/index'},
items: [
- 'membership/org-benefits'
+ 'membership/personal-benefits',
+ 'membership/org-benefits',
],
},
'donate',