Skip to content

Commit e70cb2e

Browse files
Fix QA issues in About section: broken links, typos, internal notes, placeholder text
Agent-Logs-Url: https://github.com/livepeer/docs/sessions/78b2a345-95f0-440f-b661-0e03e4e95bad Co-authored-by: DeveloperAlly <12529822+DeveloperAlly@users.noreply.github.com>
1 parent 9df06c2 commit e70cb2e

6 files changed

Lines changed: 14 additions & 80 deletions

File tree

v2/about/core-concepts.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,3 @@ In Livepeer architecture, “actor” is a formal category used to describe part
115115
Actors are fundamental to describing how the network functions end-to-end from a systems engineering perspective.
116116

117117
Livepeer’s ecosystem involves both protocol actors (on-chain roles) and community actors (network participants and builders)
118-
119-
<Note>INSERT LIVEPEER ACTOR DIAGRAM HERE \[THIS ONE LOOKS OLD (whitpaper)</Note>
120-
121-
<Note>Actor diagram placeholder removed pending final approved asset.</Note>

v2/about/livepeer-overview.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ From a systems engineering perspective, Livepeer has:
5252
- A **protocol layer** of smart contracts that enforce the rules of the network.
5353
- An **economics layer** of tokenomics and game theory that aligns incentives.
5454

55-
See more on the architectural layers in <LinkArrow href="/about/mental-model" label="Mental Model: OSI Framework for Livepeer" newline={false} />
55+
See more on the architectural layers in <LinkArrow href="/v2/about/mental-model" label="Mental Model: OSI Framework for Livepeer" newline={false} />
5656

5757
## Livepeer Protocol
5858

@@ -69,7 +69,7 @@ The protocol additionally defines the economic mechanisms and governance rules t
6969
- probabilistic payments
7070
- verification rules
7171

72-
This makes up the economic and coordination layer that incenticises and enforces desired behaviour.
72+
This makes up the economic and coordination layer that incentivises and enforces desired behaviour.
7373

7474
## Livepeer Network
7575

@@ -122,18 +122,18 @@ Actors are fundamental to describing how the network functions end-to-end.
122122

123123
**Roles**: Perform Compute Operations, participate in governance
124124
</Card>
125-
<Card title="Gateways" icon="torii-gate" cta="Go to Gateways" href="/gateways/gateways-portal">
125+
<Card title="Gateways" icon="torii-gate" cta="Go to Gateways" href="/v2/gateways/gateways-portal">
126126
Clients submitting jobs (video or AI) into the network. The users and builders of the network.
127127

128128
**Roles**: Submit jobs, route work, manage payment flows, connect to orchestrators
129129
{/* **Types**: Video Gateway, AI Gateway, Hybrid Gateway */}
130130
</Card>
131-
<Card title="Delegators" icon="coins" cta="Go to Delegators" href="/lpt/token-portal">
131+
<Card title="Delegators" icon="coins" cta="Go to Delegators" href="/v2/lpt/token-portal">
132132
LPT holders who stake to an orchestrator.
133133

134134
**Roles**: Stake LPT, earn rewards, participate in governance and voting
135135
</Card>
136-
<Card title="Platforms? Workers?" icon="laptop-code" cta="Go to Platforms" href="/developers/portal">
136+
<Card title="Platforms? Workers?" icon="laptop-code" cta="Go to Platforms" href="/v2/developers/portal">
137137
Services built on top of the Livepeer Network (not directly part of the network).
138138

139139
**Roles**: Build on top of the network, provide developer-friendly and end-user services

v2/about/livepeer-protocol/livepeer-token.mdx

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ This mechanism introduces meaningful opportunity cost for passivity, encouraging
154154

155155

156156
### Rewards Distribution
157-
#TODO
157+
158158
- Orchestrators: pro-rata by bonded stake
159159
- Delegators: share of orchestrator rewards, split by rewardCut
160160
- Treasury: fixed % (currently 10%) of M(t) per round
@@ -178,10 +178,8 @@ LPTContract -->|Claim rewards| D
178178

179179
</ScrollableDiagram>
180180

181-
<Danger> Move majority of this to token section. This section will just give a product/design decision overview </Danger>
182-
183181
### Governance
184-
#TODO
182+
185183
Only bonded LPT grants voting rights on Livepeer protocol proposals (LIPs).
186184

187185
**Governance Tools:**
@@ -192,16 +190,13 @@ Only bonded LPT grants voting rights on Livepeer protocol proposals (LIPs).
192190
Voting power is proportional to bonded stake at snapshot block. Voters can delegate voting power to others via bonded LPT.
193191

194192
### Treasury
195-
#TODO
193+
196194
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.
197195

198196
---
199197

200-
#MOVE THESE
201-
202-
203198
## Technical Mechanics
204-
#TODO
199+
205200
### Bonding & Unbonding
206201
LPT must be actively bonded to participate in inflation and governance.
207202

@@ -257,8 +252,6 @@ Delegators → (bonded LPT) → Orchestrator → (rewards/fees split back) → D
257252

258253

259254
---
260-
#REVIEW
261-
262255

263256
## Economic Flow Diagrams
264257
Show:

v2/about/mental-model.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ og:image: "/snippets/assets/domain/SHARED/LivepeerDocsLogo.svg"
99
import { Subtitle } from '/snippets/components/primitives/text.jsx'
1010
import { AccordionLayout } from '/snippets/components/layout/text.jsx'
1111

12-
<Note> image would be good </Note>
13-
1412
# Livepeer Mental Model
1513
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.
1614
{/* 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. */}

v2/about/portal.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,28 +70,26 @@ import { Starfield } from "/snippets/components/domain/SHARED/HeroGif.jsx";
7070
<Card
7171
title="Core Concepts"
7272
icon="building-columns"
73-
href="./livepeer-network/overview"
73+
href="./core-concepts"
7474
arrow
7575
>
7676
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.
7777
</Card>
7878
<Card
7979
title="Mental Model"
8080
icon="brain"
81-
href="./livepeer-network/overview"
81+
href="./mental-model"
8282
arrow
8383
>
8484
A canonical model with an OSI stack comparison to help you understand how Livepeer operates in terms of infrastructure layers.
8585
</Card>
8686
<Card
8787
title="Livepeer Protocol"
8888
icon="cube"
89-
href="./livepeer-network/overview"
89+
href="./livepeer-protocol/overview"
9090
arrow
9191
>
9292
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. */}
9593
</Card>
9694
<Card
9795
title="Livepeer Network"
@@ -104,15 +102,15 @@ import { Starfield } from "/snippets/components/domain/SHARED/HeroGif.jsx";
104102
<Card
105103
title="Livepeer Glossary"
106104
icon="book"
107-
href="./livepeer-network/overview"
105+
href="./resources/livepeer-glossary"
108106
arrow
109107
>
110108
A comprehensive glossary of terms used in the Livepeer Real-time Video AI Network.
111109
</Card>
112110
<Card
113111
title="Livepeer Whitepaper"
114112
icon="newspaper"
115-
href="./livepeer-network/overview"
113+
href="./resources/livepeer-whitepaper"
116114
arrow
117115
>
118116
The original Livepeer Whitepaper (2017) that outlines the vision and design of the Livepeer protocol.

v2/about/resources/livepeer-glossary.mdx

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -6,57 +6,6 @@ keywords: ["livepeer", "resources", "livepeer glossary", "glossary", "comprehens
66
og:image: "/snippets/assets/domain/SHARED/LivepeerDocsLogo.svg"
77
---
88

9-
10-
11-
12-
<Note> A Searchable view would be ideal here </Note>
13-
14-
Terms (Actors & Network)
15-
16-
- Gateway
17-
- Orchestrator
18-
- Delegator
19-
- Developer
20-
-
21-
22-
Terms (web3)
23-
24-
- DePIN
25-
- LPT
26-
- ETH
27-
-
28-
29-
Terms (video)
30-
31-
- Transcoding
32-
- Ingest
33-
- Delivery
34-
- Streaming
35-
-
36-
37-
Terms (AI)
38-
39-
- Inference
40-
- Model
41-
- Pipeline
42-
- World Model
43-
- Agent
44-
45-
Terms (Other)
46-
47-
-
48-
49-
## ====
50-
51-
title: 'Livepeer Glossary'
52-
sidebarTitle: 'Livepeer Glossary'
53-
description: 'A comprehensive glossary of terms used in the Livepeer Real-Time AI & Video Network'
54-
55-
---
56-
57-
<Note>A searchable view would be ideal here.</Note>
58-
<Danger>Terms not verified, brainstorm list only</Danger>
59-
609
# Livepeer Core Terms
6110

6211
### Livepeer Protocol

0 commit comments

Comments
 (0)