-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrewards.html
More file actions
180 lines (170 loc) · 6.23 KB
/
rewards.html
File metadata and controls
180 lines (170 loc) · 6.23 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Rewards – LibreTradingEcosystem</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
background: #101018;
color: #e8f3ff;
font-family: 'VT323', monospace;
font-size: 20px;
line-height: 1.4;
}
.container {
max-width: 980px;
margin: 0 auto;
padding: 16px;
border: 3px double #5ff6ff;
box-shadow: 0 0 0 6px #231942, 0 0 20px 6px rgba(111,0,255,.25) inset;
background: linear-gradient(180deg, rgba(7,7,12,.95), rgba(12,12,20,.95));
}
header { text-align: center; margin-bottom: 20px; }
.badge {
display: inline-block; margin: 0 4px; padding: 2px 8px;
border: 2px solid #ff9dfb; color: #ff9dfb;
font-family: 'Press Start 2P'; font-size: 10px;
text-transform: uppercase; background: rgba(255,0,230,.08);
}
h1 {
font-family: 'Press Start 2P'; font-size: 20px; color: #fff7a3;
text-shadow: 0 0 6px #f0ff93, 0 0 16px #70fff9; margin: 10px 0;
}
section { border: 2px solid #3df0ff; padding: 12px; margin: 16px 0; background: rgba(10,20,30,.65); }
section h2 { margin: 0 0 10px; font-family: 'Press Start 2P'; font-size: 14px; color: #b2ffcb; }
table { width: 100%; border-collapse: collapse; font-size: 18px; }
th, td { padding: 8px; border-bottom: 1px dashed #5ff6ff; }
th { text-align: left; color: #ffd9b2; font-family: 'Press Start 2P'; font-size: 11px; }
tfoot td { font-weight: bold; color: #fff7a3; }
.note {
margin: 20px 0;
padding: 14px;
border: 2px dashed #ff9dfb;
background: rgba(255,0,230,.08);
color: #ffb2f5;
font-size: 18px;
}
footer { margin-top: 28px; text-align: center; color: #9cb3c6; font-size: 16px; }
footer small { display: block; margin-top: 6px; color: #6f87a0; }
</style>
</head>
<body>
<div class="container">
<header>
<div class="badge">LibreTradingEcosystem</div>
<div class="badge">Rewards</div>
<h1>Daily Reward Distribution</h1>
</header>
<!-- LIBRE -->
<section>
<h2>Rewards in LIBRE (per day)</h2>
<p>Each LIBRE pool receives a flat reward of <b>100 LIBRE per day</b>. With 10 pools, this equals 1000 LIBRE distributed daily.</p>
<table>
<thead>
<tr><th>Pool</th><th>Reward (LIBRE / Day)</th></tr>
</thead>
<tbody>
<tr><td>LIBRE / XLM</td><td>100</td></tr>
<tr><td>LIBRE / USDC</td><td>100</td></tr>
<tr><td>LIBRE / AFR</td><td>100</td></tr>
<tr><td>AIUS / LIBRE</td><td>100</td></tr>
<tr><td>ACT / LIBRE</td><td>100</td></tr>
<tr><td>LIBRE / LMNR</td><td>100</td></tr>
<tr><td>LIBRE / ASSHAT</td><td>100</td></tr>
<tr><td>LIBRE / DicInu</td><td>100</td></tr>
<tr><td>LibreVault / LIBRE</td><td>100</td></tr>
<tr><td>LIBERATOR / XLM</td><td>100</td></tr>
</tbody>
<tfoot>
<tr><td>Total per Day</td><td>1000 LIBRE</td></tr>
</tfoot>
</table>
</section>
<!-- ACT -->
<section>
<h2>Rewards in ACT (per day)</h2>
<table>
<thead>
<tr><th>Pool</th><th>Reward (ACT / Day)</th></tr>
</thead>
<tbody>
<tr><td>LIBRE / ACT</td><td>25</td></tr>
<tr><td>LibreVault / ACT</td><td>15</td></tr>
<tr><td>LIBERATOR / ACT</td><td>10</td></tr>
<tr><td>LIBRE / XLM</td><td>10</td></tr>
<tr><td>LibreVault / XLM</td><td>10</td></tr>
<tr><td>LIBERATOR / XLM</td><td>10</td></tr>
</tbody>
<tfoot>
<tr><td>Total per Day</td><td>80 ACT</td></tr>
</tfoot>
</table>
</section>
<!-- LMNR -->
<section>
<h2>Rewards in LMNR (per day)</h2>
<table>
<thead>
<tr><th>Pool</th><th>Reward (LMNR / Day)</th></tr>
</thead>
<tbody>
<tr><td>LIBRE / LMNR</td><td>8,000</td></tr>
</tbody>
</table>
</section>
<!-- ASSHAT -->
<section>
<h2>Rewards in ASSHAT (per day)</h2>
<table>
<thead>
<tr><th>Pool</th><th>Reward (ASSHAT / Day)</th></tr>
</thead>
<tbody>
<tr><td>LIBRE / ASSHAT</td><td>42,000</td></tr>
</tbody>
</table>
</section>
<!-- TREAD -->
<section>
<h2>Rewards in TREAD (per day)</h2>
<p>The TREAD/LIBRE pool begins with <b>0.025 TREAD</b> per day. For every <b>20 TREAD</b> in total pool liquidity, rewards increase by an additional <b>+0.025 TREAD per day</b>.</p>
<table>
<thead>
<tr><th>Pool</th><th>Base Reward (TREAD / Day)</th></tr>
</thead>
<tbody>
<tr><td>TREAD / LIBRE</td><td>0.025</td></tr>
</tbody>
</table>
</section>
<!-- LFI -->
<section>
<h2>Rewards in LFI (per day)</h2>
<p>The LFI/LIBRE pool starts with <b>0.025 LFI</b> per day. For every <b>20 LFI</b> in total pool liquidity, rewards increase by an additional <b>+0.025 LFI per day</b>.</p>
<table>
<thead>
<tr><th>Pool</th><th>Base Reward (LFI / Day)</th></tr>
</thead>
<tbody>
<tr><td>LFI / LIBRE</td><td>0.025</td></tr>
</tbody>
</table>
</section>
<!-- Ideological Note -->
<div class="note">
Rewards will continue until <b>June 12, 2026</b>, which marks the third birthday of LIBRE.
These rewards are not meant to be understood purely in monetary terms.
I encourage everyone to see them as an <b>ideological contribution</b>, a way to support experimentation and vision.
If you believe in LIBRE’s idea, I invite you to allocate the rewards into the project you believe in most and help build towards a more meaningful financial ecosystem.
</div>
<footer>
<small>Plan valid until June 12, 2026 • All numbers subject to change as this is an ongoing experiment</small>
</footer>
</div>
</body>
</html>