Skip to content

Commit 7d62686

Browse files
committed
feat: refresh RSS3 site content and styling
1 parent 95b511e commit 7d62686

5 files changed

Lines changed: 943 additions & 71 deletions

File tree

articles/about-rss3.html

Lines changed: 303 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>About $RSS3</title>
7+
<meta
8+
name="description"
9+
content="An overview of why $RSS3 exists, how it coordinates the RSS3 ecosystem, and its total supply and allocation."
10+
/>
11+
<link rel="icon" href="../assets/logo.png" type="image/png" />
12+
<link rel="stylesheet" href="../styles.css" />
13+
</head>
14+
<body class="page--article">
15+
<a class="skip-link" href="#article">Skip to article</a>
16+
<div class="page-noise" aria-hidden="true"></div>
17+
18+
<header class="site-header">
19+
<div class="wrap header-inner">
20+
<a class="brand" href="../index.html#hero" aria-label="RSS3 home">
21+
<img class="brand-mark" src="../assets/logo.png" alt="" aria-hidden="true" />
22+
<span class="brand-text">RSS3</span>
23+
</a>
24+
25+
<nav class="site-nav" aria-label="Article">
26+
<a href="../index.html#rss3">$RSS3</a>
27+
<a href="../index.html#hero">Home</a>
28+
</nav>
29+
</div>
30+
</header>
31+
32+
<main class="article-main">
33+
<section class="article-hero">
34+
<div class="wrap article-hero__inner">
35+
<p class="eyebrow">Token Essay</p>
36+
<h1>About $RSS3</h1>
37+
<p class="article-dek">
38+
Why the token exists, who keeps the ecosystem running, and how
39+
long-term allocation was structured from genesis onward.
40+
</p>
41+
</div>
42+
</section>
43+
44+
<section id="article" class="article-shell">
45+
<div class="wrap">
46+
<article class="article-content">
47+
<p>
48+
$RSS3 is the native token of the RSS3 ecosystem. It was
49+
introduced as a coordination layer for the network: a link to
50+
connect infrastructure, participation, and ecosystem growth.
51+
</p>
52+
53+
<p>
54+
RSSHub makes open information accessible. Folo makes it usable in
55+
everyday life. Together, they are key parts of the ecosystem. But
56+
products alone are not enough to sustain an open information
57+
system.
58+
</p>
59+
60+
<p>
61+
This ecosystem depends on many different roles. Some people
62+
maintain routes so data keeps flowing. Some operate instances that
63+
keep infrastructure running. Developers build applications and
64+
protocols on top. Others organize information into usable forms.
65+
Users create demand through reading, subscribing, filtering, and
66+
engaging with what they find valuable.
67+
</p>
68+
69+
<p>
70+
All of this activity moves the system forward. But the value it
71+
generates tends to gather at a few points, usually at the
72+
application layer. The people who keep the underlying
73+
infrastructure alive are rarely the ones who benefit from the
74+
growth that happens above it. Over time, maintenance slows down,
75+
infrastructure becomes less reliable, and the system weakens. This
76+
was a structural problem in the original RSS ecosystem. It proved
77+
that open information could reach massive scale, but it had no
78+
structure to sustain itself.
79+
</p>
80+
81+
<p>This is the problem $RSS3 is designed to address.</p>
82+
83+
<p>
84+
The RSS3 ecosystem already leaves a visible record of the work
85+
that keeps it running. Route maintenance can be tracked. Instance
86+
uptime can be measured. Application usage and protocol activity
87+
can also be seen. That makes it possible to build a shared layer
88+
across RSSHub, Folo, and the protocols and applications growing
89+
around them, so the people who sustain the ecosystem can also
90+
participate in the value it creates.
91+
</p>
92+
93+
<p>
94+
Over time, $RSS3 will be integrated into both existing and future
95+
products across the ecosystem. RSSHub and Folo are the first
96+
places this begins. As new products are introduced, they can
97+
become part of the same system as well. The specific forms of
98+
integration will follow the pace of product development.
99+
</p>
100+
101+
<p>
102+
The principle is straightforward: open information infrastructure
103+
should be sustainable, and the people who build and maintain it
104+
should share in what it creates.
105+
</p>
106+
107+
<h2>A recap on Total Supply and Allocation</h2>
108+
109+
<p>1,000,000,000 $RSS3 tokens were created at genesis on Feb 12th, 2022.</p>
110+
111+
<figure>
112+
<img
113+
src="https://a-us.storyblok.com/f/1018186/2600x1420/d222427937/total-supply.png"
114+
alt="Total supply allocation chart for RSS3"
115+
/>
116+
</figure>
117+
118+
<h2>5-Year Circulating Supply</h2>
119+
120+
<p>
121+
The majority of the $RSS3 tokens were subject to long-term
122+
lockups. All vesting schedules have been completed. Details are as
123+
follows:
124+
</p>
125+
126+
<figure>
127+
<img
128+
src="https://a-us.storyblok.com/f/1018186/2600x1420/01e1e3e2cb/circulating-supply.png"
129+
alt="Five-year circulating supply chart for RSS3"
130+
/>
131+
</figure>
132+
133+
<div class="table-wrap">
134+
<table>
135+
<thead>
136+
<tr>
137+
<th>Allocation</th>
138+
<th>Percentage</th>
139+
<th>Vesting</th>
140+
</tr>
141+
</thead>
142+
<tbody>
143+
<tr>
144+
<td>Seed Round</td>
145+
<td>4.6%</td>
146+
<td>12-month cliff, 24-month linear release</td>
147+
</tr>
148+
<tr>
149+
<td>Private Sale</td>
150+
<td>10%</td>
151+
<td>12-month cliff, 18-month linear</td>
152+
</tr>
153+
<tr>
154+
<td>Public Sale</td>
155+
<td>5%</td>
156+
<td>All unlocked with TGE</td>
157+
</tr>
158+
<tr>
159+
<td>Early Incentive</td>
160+
<td>10%</td>
161+
<td>2% unlocked with TGE, 8% linear unlocked within 12 months</td>
162+
</tr>
163+
<tr>
164+
<td>Team</td>
165+
<td>15.4%</td>
166+
<td>12-month cliff, 36-month linear</td>
167+
</tr>
168+
<tr>
169+
<td>Natural Selection Labs</td>
170+
<td>5%</td>
171+
<td>12-month cliff, 24-month linear</td>
172+
</tr>
173+
<tr>
174+
<td>Advisor</td>
175+
<td>1%</td>
176+
<td>12-month linear</td>
177+
</tr>
178+
<tr>
179+
<td>Ecosystem</td>
180+
<td>32%</td>
181+
<td>2% unlocked with TGE, 12-month cliff, then 48-month linear</td>
182+
</tr>
183+
<tr>
184+
<td>Foundation</td>
185+
<td>15%</td>
186+
<td>12-month cliff, 48-month linear</td>
187+
</tr>
188+
<tr>
189+
<td>Partnerships</td>
190+
<td>2%</td>
191+
<td>12-month cliff, 36-month linear</td>
192+
</tr>
193+
</tbody>
194+
</table>
195+
</div>
196+
197+
<ul class="article-detail-list">
198+
<li>
199+
<strong>Seed Investors</strong>
200+
Seed investors are those who backed us from the very beginning.
201+
Their purchase price was $0.04 per $RSS3. These tokens had a
202+
12-month cliff and then a 24-month linear unlock.
203+
</li>
204+
<li>
205+
<strong>Private Token Sale</strong>
206+
Private token sale participants have purchase prices ranging
207+
from $0.06 to $0.15. These tokens had a 12-month cliff and then
208+
an 18-month linear unlock.
209+
</li>
210+
<li>
211+
<strong>Public Token Sale</strong>
212+
5% are tokens from public sales during the TGE. Tokens are
213+
unlocked immediately.
214+
</li>
215+
<li>
216+
<strong>Early Incentives</strong>
217+
10% are early incentives. 2% were airdropped to existing users
218+
in the RSS3 ecosystem 1 month after the TGE. The remaining had
219+
a 12-month linear unlock, which was used as incentives toward
220+
various stakeholders such as active users, ecosystem app
221+
developers, and Testnet Node Operators.
222+
</li>
223+
<li>
224+
<strong>Team</strong>
225+
Those existing and future crews of RSS3 are allocated about 15%
226+
of all the tokens. These tokens will be unlocked after a
227+
12-month cliff with a 36-month vesting period.
228+
</li>
229+
<li>
230+
<strong>Natural Selection Labs</strong>
231+
Natural Selection Labs is the equity company that initiated the
232+
RSS3 project. It is granted 5% of all the tokens with a vesting
233+
period of 24 months after a 12-month cliff.
234+
</li>
235+
<li>
236+
<strong>Advisors</strong>
237+
There have been lots of people who helped the RSS3 project from
238+
its infancy. In total, 1% of all the tokens are granted to
239+
those advisors with a 12-month linear vesting period.
240+
</li>
241+
<li>
242+
<strong>Ecosystem</strong>
243+
2% were unlocked after LBP, where the initial liquidity pool on
244+
Uniswap came from afterward. The remainder was subject to a
245+
12-month cliff before a 48-month linear unlock.
246+
</li>
247+
<li>
248+
<strong>Foundation</strong>
249+
The foundation is set to support the long-term development of
250+
the project. These tokens had a 12-month cliff followed by a
251+
48-month linear unlock.
252+
</li>
253+
</ul>
254+
</article>
255+
</div>
256+
</section>
257+
</main>
258+
259+
<footer class="site-footer">
260+
<div class="wrap footer-inner">
261+
<div class="footer-copy">
262+
<p>RSS3</p>
263+
<p>Open information, rebuilt with care.</p>
264+
</div>
265+
<div class="footer-socials" aria-label="Social media">
266+
<a class="social-link" href="https://github.com/RSSNext" target="_blank" rel="noreferrer" aria-label="RSS3 on GitHub">
267+
<span class="social-link__icon" aria-hidden="true">
268+
<svg viewBox="0 0 24 24" focusable="false">
269+
<path
270+
fill="currentColor"
271+
d="M12 1.5a10.5 10.5 0 0 0-3.32 20.46c.53.1.72-.22.72-.5v-1.94c-2.93.64-3.55-1.24-3.55-1.24-.48-1.2-1.16-1.52-1.16-1.52-.95-.65.07-.64.07-.64 1.05.08 1.6 1.08 1.6 1.08.93 1.6 2.45 1.14 3.05.87.09-.67.36-1.14.66-1.41-2.34-.27-4.81-1.17-4.81-5.2 0-1.15.41-2.1 1.08-2.84-.11-.27-.47-1.37.1-2.86 0 0 .88-.28 2.89 1.08a10.02 10.02 0 0 1 5.26 0c2.01-1.36 2.89-1.08 2.89-1.08.57 1.49.21 2.59.1 2.86.67.74 1.08 1.69 1.08 2.84 0 4.04-2.48 4.92-4.84 5.19.37.32.7.96.7 1.94v2.88c0 .28.19.61.73.5A10.5 10.5 0 0 0 12 1.5Z"
272+
/>
273+
</svg>
274+
</span>
275+
<span>GitHub</span>
276+
</a>
277+
<a class="social-link" href="https://x.com/rss3_" target="_blank" rel="noreferrer" aria-label="RSS3 on X">
278+
<span class="social-link__icon" aria-hidden="true">
279+
<svg viewBox="0 0 24 24" focusable="false">
280+
<path
281+
fill="currentColor"
282+
d="M18.9 2.25H22l-6.78 7.74L23.2 21.75h-6.24l-4.9-6.92-6.05 6.92H2.9l7.25-8.29L.8 2.25h6.4l4.43 6.27 5.48-6.27Zm-1.1 17.62h1.72L6.25 4.03H4.4l13.4 15.84Z"
283+
/>
284+
</svg>
285+
</span>
286+
<span>Twitter</span>
287+
</a>
288+
<a class="social-link" href="mailto:contact@rss3.io" aria-label="Email RSS3">
289+
<span class="social-link__icon" aria-hidden="true">
290+
<svg viewBox="0 0 24 24" focusable="false">
291+
<path
292+
fill="currentColor"
293+
d="M3 5.25A2.25 2.25 0 0 1 5.25 3h13.5A2.25 2.25 0 0 1 21 5.25v13.5A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V5.25Zm2.06.39 6.43 5.36a.75.75 0 0 0 .96 0l6.43-5.36a.75.75 0 0 0-.48-.14H5.54a.75.75 0 0 0-.48.14Zm14.44 1.32-5.57 4.64a2.25 2.25 0 0 1-2.88 0L5.5 6.96v11.79c0 .41.34.75.75.75h12.5c.41 0 .75-.34.75-.75V6.96Z"
294+
/>
295+
</svg>
296+
</span>
297+
<span>contact@rss3.io</span>
298+
</a>
299+
</div>
300+
</div>
301+
</footer>
302+
</body>
303+
</html>

0 commit comments

Comments
 (0)