-
Notifications
You must be signed in to change notification settings - Fork 31
/
tokenomics-2024.html
84 lines (70 loc) · 3.03 KB
/
tokenomics-2024.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
layout: page
title: Tokenomics Rework
nav-title: Tokenomics Rework
---
<div class=living>
ℹ️ <i> These tokenomics RPIPs are currently being developed by the Rocket Pool community. Want to contribute? Check out the <a href="https://discord.com/channels/405159462932971535/1215788197842255972">Discord Thread</a> and <a href="https://dao.rocketpool.net/tag/tokenomics-rework">Forum Threads</a>.</i>
</div>
{% assign relevant-rpips=site.pages|where_exp:"item","item.tags contains 'tokenomics-2024'" %}
<h2>Information and Overview</h2>
{% assign explainers=site.pages|where_exp:"item","item.dir contains 'tokenomics-explainers'" %}
<style type="text/css">
.tokenomics-explainertable .depth {
width: 9em;
}
.tokenomics-explainertable{
table-layout: fixed;
margin-top: 10px;
}
.tokenomics-explainertable .author {
width: 25%;
}
@media (max-width: 800px) {
.tokenomics-explainertable .author {
display: none;
}
}
</style>
<table class="tokenomics-explainertable">
<thead>
<tr>
<th class="depth">Depth</th>
<th class="title">Description</th>
<th class="author">Author</th>
</tr>
</thead>
{% for page in explainers %}
<tr>
<td class="depth">{{page.depth}}</td>
<td class="title">
<a href="{{page.url|relative_url}}">{{page.nav-title|xml_escape}}</a><br/>
<span class="rpip-table-description"><i>{{page.description|xml_escape}}</i></span>
</td>
<td class="author">{% include authorlist.html authors=page.author %}</td>
</tr>
{% endfor %}
{% assign overview=site.pages|where:"rpip","49"| first %}
<tr>
<td class="depth">Intermediate</td>
<td class="title">
<a href="https://www.youtube.com/watch?v=p-Q6fQsVBTY">Tokenomics Q&A Video</a><br/>
<span class="rpip-table-description"><i>A special episode of the Rocket Fuel podcast in which Valdorff and Samus answer common questions about the Tokenomics Rework.</i></span>
</td>
<td class="author"><a href="https://www.youtube.com/@RocketFuel-RPL">Rocket Fuel</a><br/></td>
</tr>
<tr>
<td class="depth">Advanced</td>
<td class="title">
<a href="{{overview.url|relative_url}}">RPIP-49 - 2024 Tokenomics Rework Info and Content RPIPs</a><br/>
<i><span class="rpip-table-description">{{overview.description|xml_escape}}</i></span>
</td>
<td class="author">{% include authorlist.html authors=overview.author %}</td>
</tr>
</table>
<h2>Content RPIPs</h2>
{% assign content-rpips=relevant-rpips|where_exp:"item","item.tags contains 'tokenomics-content'"| sort: "rpip" %}
{% include rpiptable_full.html rpips=content-rpips type_col=false status_col=true description=true%}
<h2>Optional RPIPs</h2>
{% assign optional-rpips=relevant-rpips|where_exp:"item","item.tags contains 'tokenomics-value-capture-option'"| sort: "rpip" %}
{% include rpiptable_full.html rpips=optional-rpips type_col=false status_col=true description=true%}