You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v2/about/livepeer-protocol/livepeer-token.mdx
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ This mechanism introduces meaningful opportunity cost for passivity, encouraging
154
154
155
155
156
156
### Rewards Distribution
157
-
#TODO
157
+
158
158
- Orchestrators: pro-rata by bonded stake
159
159
- Delegators: share of orchestrator rewards, split by rewardCut
160
160
- Treasury: fixed % (currently 10%) of M(t) per round
@@ -178,10 +178,8 @@ LPTContract -->|Claim rewards| D
178
178
179
179
</ScrollableDiagram>
180
180
181
-
<Danger> Move majority of this to token section. This section will just give a product/design decision overview </Danger>
182
-
183
181
### Governance
184
-
#TODO
182
+
185
183
Only bonded LPT grants voting rights on Livepeer protocol proposals (LIPs).
186
184
187
185
**Governance Tools:**
@@ -192,16 +190,13 @@ Only bonded LPT grants voting rights on Livepeer protocol proposals (LIPs).
192
190
Voting power is proportional to bonded stake at snapshot block. Voters can delegate voting power to others via bonded LPT.
193
191
194
192
### Treasury
195
-
#TODO
193
+
196
194
A portion of LPT emissions flows to a community treasury. The treasury is meant to fund ecosystem-wide projects (public goods). Livepeer’s social consensus is that treasury funds should primarily go to SPEs, which then deploy them to specific initiatives.
197
195
198
196
---
199
197
200
-
#MOVE THESE
201
-
202
-
203
198
## Technical Mechanics
204
-
#TODO
199
+
205
200
### Bonding & Unbonding
206
201
LPT must be actively bonded to participate in inflation and governance.
Livepeer is a crypto‑economic coordination protocol that secures a global, on-demand GPU network optimized for real‑time video and AI, and exposed through developer‑friendly platforms and applications.
16
14
{/* Livepeer is a decentralised real-time compute infrastructure, exposed through a set of developer-friendly products and applications, much like how you build on traditional cloud providers, but with a cryptoeconomic control plane. */}
Copy file name to clipboardExpand all lines: v2/about/portal.mdx
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,28 +70,26 @@ import { Starfield } from "/snippets/components/domain/SHARED/HeroGif.jsx";
70
70
<Card
71
71
title="Core Concepts"
72
72
icon="building-columns"
73
-
href="./livepeer-network/overview"
73
+
href="./core-concepts"
74
74
arrow
75
75
>
76
76
A high-level introduction to the key concepts workings of the Livepeer open, on-demand AI & Media infrastructure substrate and the distributed crypto-primitive coordination system.
77
77
</Card>
78
78
<Card
79
79
title="Mental Model"
80
80
icon="brain"
81
-
href="./livepeer-network/overview"
81
+
href="./mental-model"
82
82
arrow
83
83
>
84
84
A canonical model with an OSI stack comparison to help you understand how Livepeer operates in terms of infrastructure layers.
85
85
</Card>
86
86
<Card
87
87
title="Livepeer Protocol"
88
88
icon="cube"
89
-
href="./livepeer-network/overview"
89
+
href="./livepeer-protocol/overview"
90
90
arrow
91
91
>
92
92
A deep dive into the on-chain governance and incentive layer that secures and coordinates Livepeer.
93
-
{/* The Livepeer Protocol is the underlying code that enforces the mechanisms and rules to ensure the reliability, cooperation and coordination of these decentralised actors. */}
94
-
{/* A deep dive into the on-chain governance and incentive layer that secures and coordinates orchestrators, staking rewards, inflation, slashing, and probabilistic payments. */}
95
93
</Card>
96
94
<Card
97
95
title="Livepeer Network"
@@ -104,15 +102,15 @@ import { Starfield } from "/snippets/components/domain/SHARED/HeroGif.jsx";
104
102
<Card
105
103
title="Livepeer Glossary"
106
104
icon="book"
107
-
href="./livepeer-network/overview"
105
+
href="./resources/livepeer-glossary"
108
106
arrow
109
107
>
110
108
A comprehensive glossary of terms used in the Livepeer Real-time Video AI Network.
111
109
</Card>
112
110
<Card
113
111
title="Livepeer Whitepaper"
114
112
icon="newspaper"
115
-
href="./livepeer-network/overview"
113
+
href="./resources/livepeer-whitepaper"
116
114
arrow
117
115
>
118
116
The original Livepeer Whitepaper (2017) that outlines the vision and design of the Livepeer protocol.
0 commit comments