Executive Summary
Delegation is the protocol mechanism by which an LPT holder bonds stake and attributes it to an orchestrator, increasing that orchestrator’s economic weight without the delegator operating infrastructure. Delegation is strictly a protocol-layer (on-chain) action. It does not execute jobs, route segments, or control GPU scheduling. Instead, it modifies stake-weighted outcomes: reward allocation, governance weight, and (where applicable) work allocation.Technical Reference: Stake Attribution Model
Technical Reference: Stake Attribution Model
1. Formal Definition
Let:- be a delegator
- be an orchestrator
- be LPT bonded by toward
- be orchestrator self-bonded stake
2. Architectural Context
2.1 Protocol Layer Responsibilities
Delegation is implemented by protocol smart contracts that:- Track bonded stake per address
- Attribute delegator stake to a delegate (orchestrator)
- Allocate inflation and fee entitlements proportionally
- Enforce unbonding delays
2.2 Network Layer Responsibilities
The network layer:- Runs orchestrator software
- Executes transcoding/AI workloads
- Produces fees under market demand
- Maintains uptime and performance characteristics
Technical Reference: Stake Attribution Model
Technical Reference: Stake Attribution Model
3. Economic Weight and Security
Delegation increases , increasing the orchestrator’s stake-weighted share.Define orchestrator weight:Security implication:- Increasing increases the capital cost required to capture stake-weighted outcomes.
4. Reward Allocation (Issuance)
Per round , protocol issuance is minted:Orchestrator gross issuance allocation:Delegator net issuance allocation with commission :This formula separates:- Protocol issuance (supply expansion)
- Orchestrator commission
- Proportional delegator share
5. Fee Revenue (Demand)
Fees are demand-driven and may accrue to stakeholders according to protocol accounting rules.Total delegator return decomposes into:Issuance is protocol-determined; fees depend on network usage.6. Delegation as Capital Allocation
Delegation creates an operator market. Delegators allocate stake based on:- Commission levels
- Checkpoint reliability
- Performance reputation
- Decentralization preferences
7. Liquidity Constraints and Unbonding
Delegation is not instantly reversible. Unbonding introduces a delay measured in protocol rounds. This delay:- Reduces rapid stake rotation attacks
- Stabilizes security participation
- Introduces liquidity constraints for delegators
8. Risks and Failure Modes
Delegators face protocol- and operator-level risks:- Commission risk: reduces net share
- Checkpoint risk: missed checkpointing reduces realized issuance
- Slashing exposure: where enabled, stake may be reduced under defined conditions
- Concentration risk: large increases systemic exposure
- Liquidity risk: unbonding delay restricts exit
9. Sequence Diagram
10. Protocol vs Network Separation
Protocol (On-Chain):- Stake attribution
- Issuance formulas and minting
- Reward entitlement accounting
- Governance weight attribution
- Execution of transcoding/AI jobs
- Uptime and performance
- Fee generation