forked from althea-net/althea-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.26 KB
/
Copy pathindex.html
File metadata and controls
35 lines (30 loc) · 1.26 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
---
layout: default
permalink: /
---
<div class="hero">
<div class="title">
<img src="{{ '/images/bird.png' | prepend: site.baseurl }}"/><span>Althea</span>
</div>
</div>
<div class="below-hero">
<p>
The Internet currently relies on large, monopolistic ISPs. Due to the lack of meaningful competition, they are free to charge exorbitant rates, throttle speeds, and censor content.
</p>
<p>
We're creating a new Internet, a mesh network where routers are owned independently and compensated automatically for providing bandwidth to the network.
</p>
<p>
We're developing internet protocols that have payment built in, creating incentives for rapid expansion and investment in the network. At the same time, the ability for routers to be funded and compensated autonomously allows for a completely decentralized architecture without the need for governments or businesses.
</p>
<div class="grid">
<div class="col-1-2 text-center">
<h1><a href="/protocols">Protocols</a></h1>
<div>The technologies powering the network and how they fit together.</div>
</div>
<div class="col-1-2 text-center">
<h1><a href="/blog">Blog</a></h1>
<div>In-the-moment notes on our processes and philosopies.</div>
</div>
</div>
</div>