Documentation Index
Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Livepeer Documentation Framework & Authoring Standard
Version: 2026 Status: Mandatory Scope: Entire Livepeer Mintlify Repository (docs-v2 and successors)0. Purpose
This document defines the structural, epistemological, mathematical, architectural, and governance standards for all Livepeer documentation. It establishes:- The documentation framework model
- The enforcement rules
- The quality bar
- The publication gate criteria
Part I - Documentation Framework Research & Rationale
Livepeer is not a simple developer product. It is:- A tokenised economic protocol
- A staking network
- An off-chain AI / video execution layer
- A governance system
- A treasury-controlled DAO
- A product platform
1. Diátaxis (Structural Layer)
Purpose: Structural clarity Diátaxis separates documentation into:- Tutorials
- How-to Guides
- Reference
- Explanation
Why It Matters
- Prevents mixing instructional and conceptual content
- Prevents tutorials from becoming protocol deep dives
- Creates cognitive clarity
- Scales across large ecosystems
Limitation
Does not enforce economic or protocol rigor. Adopted Role in Livepeer: Structural classification layer. Every page must declare its type.2. RFC / Standards Model (Protocol Layer)
Used in:- IETF
- Ethereum (EIPs)
- Formal governance systems
Strengths
- Normative language (MUST, SHOULD, MAY)
- Formal definitions
- Version clarity
- Technical defensibility
- Upgrade traceability
Limitation
Too rigid for onboarding and UX documentation. Adopted Role in Livepeer: Protocol, tokenomics, governance, and treasury documentation.3. Ethereum-Style Protocol Documentation
Characteristics:- Economic modeling
- State transition descriptions
- Contract references
- Governance history
- Upgrade context
4. Stripe / Vercel Model (Product Layer)
Characteristics:- Developer-first clarity
- Clean UX hierarchy
- Task orientation
- Strong onboarding flow
- Clear architectural explanations
5. Kubernetes / Rust Style (Operational Layer)
Characteristics:- Explicit architecture diagrams
- Failure modeling
- Operational details
- Clear system boundaries
Part II - Livepeer Hybrid Documentation Model
Livepeer adopts a layered documentation framework:| Layer | Framework |
|---|---|
| Structure | Diátaxis |
| Protocol & Economics | RFC + Ethereum Standard |
| Product & Developer | Stripe/Vercel Model |
| Enforcement | Livepeer Authoring Standard |
Part III - Livepeer Documentation Authoring Standard (2026)
1. Foundational Principles
1.1 Verifiability First
All claims must be:- Traceable to primary sources
- Current as of publication
- Technically defensible
- GitHub repositories
- Deployed contracts
- Explorer data
- Governance proposals
- Forum records
- Official announcements
- Recorded demos
1.2 Protocol vs Network Separation (Mandatory)
Documentation must clearly distinguish:Protocol (On-Chain / Economic Layer)
- Smart contracts
- Token mechanics
- Inflation functions
- Slashing rules
- Bonding logic
- Governance execution
- Treasury flows
Network (Off-Chain / Operational Layer)
- Node software
- Orchestrator execution
- Gateway routing
- AI pipelines
- Transcoding flows
- Job markets
1.3 Documentation Type Declaration (Diátaxis)
Every page must declare:- Tutorial
- How-to
- Reference
- Explanation
2. Mandatory Page Structure
Every documentation page must include:- Executive Summary
- Formal Definition
- Layer Classification
- Architectural Context
- Mechanism-Level Detail
- Economic / Security Implications (if applicable)
- Operational Considerations (if applicable)
- Diagrams (Mermaid required when systems interact)
- References & Source Links
- Protocol researchers
- Production engineers
3. Mathematical & Economic Standards
When documenting token economics:- All variables must be explicitly defined
-
Inflation functions must include:
- Target bonding rate
- Current bonding rate
- Adjustment coefficient
- Update frequency
- Slashing and reward calculations must show derivation
-
Yield must separate:
- Protocol issuance
- Fee revenue
4. Smart Contract & ABI Requirements
When referencing contracts: Documentation must include:- Contract name
- Deployment network
- Verified address
- Verified source link
- ABI reference
- Key callable functions
- Upgradeability notes
5. Metrics Policy
Live network metrics are not mandatory. However:- No fabricated values
- No hardcoded dashboard numbers
- Examples must be labeled illustrative
- Prefer derivation methods over volatile values
6. Diagram Standards
When systems interact, diagrams are mandatory. Permitted diagram types:- Architecture diagrams
- Sequence diagrams
- State machines
- Economic flow diagrams
- Use valid Mermaid syntax
- Render without errors
- Reflect current architecture
7. External Reference Standards
External content must:- Be directly relevant
- Reinforce technical explanation
- Include contextual framing
8. Product-Forward Requirements
Where applicable, documentation must explain:- Why this design exists
- Trade-offs vs alternatives
- Upgrade paths
- Modularity
- Real-world deployment implications
9. Prohibited Practices
The following are not permitted:- Bullet-only explanation of complex systems
- Unverified claims
- Outdated architecture
- Cross-layer ambiguity
- TODO placeholders in published docs
- Speculative roadmap claims presented as fact
10. Social Preview Metadata (Mandatory)
All authored MDX pages must follow the Open Graph metadata policy. For docs.json-routable pages and their localized equivalents:og:imageis requiredog:image:altis requiredog:imagemust point to a real local raster asset- SVG and GitHub
blobURLs are prohibited og:image:type,og:image:width, andog:image:heightmust be present
- Routable pages use the top-level tab image for their locale
- Non-routable authored pages use the site fallback image
- Shared OG assets live under
snippets/assets/media/og-images/
og:image:altmust describe the social preview image content, not just repeat a filename or path
- Use
operations/scripts/snippets/generate-og-images.jsto generate the canonical PNG assets and manifest - Use
operations/scripts/snippets/generate-seo.jsto normalise frontmatter to the canonical asset set
11. Publication Readiness Checklist
Before publication confirm:- Technical accuracy
- Contract verifiability
- Mathematical correctness
- Diagram validity
- Reference validity
- Layer clarity
- No speculative language
12. Source of Truth Requirement
All documentation should:- Align with canonical terminology
- Avoid regression
- Explicitly justify structural changes