Skip to main content

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.

1. Formal Definition

Let:
  • be a delegator
  • be an orchestrator
  • be LPT bonded by toward
  • be orchestrator self-bonded stake
Total stake attributed to orchestrator :Total bonded stake:Delegation is an attribution rule over bonded stake recorded in protocol contract state.

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
Canonical contract addresses: Contract Registry

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
Delegation influences which operators have greater economic weight, but network execution remains off-chain.

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.
Thus:

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
Because stake can migrate (subject to unbonding constraints), delegation functions as ongoing capital allocation instead of a one-time decision.

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
State model:

8. Risks and Failure Modes

Delegators face protocol- and operator-level risks:
  1. Commission risk: reduces net share
  2. Checkpoint risk: missed checkpointing reduces realized issuance
  3. Slashing exposure: where enabled, stake may be reduced under defined conditions
  4. Concentration risk: large increases systemic exposure
  5. Liquidity risk: unbonding delay restricts exit
These are economic risks inherent to a capital-weighted protocol.

9. Sequence Diagram

10. Protocol vs Network Separation

Protocol (On-Chain):
  • Stake attribution
  • Issuance formulas and minting
  • Reward entitlement accounting
  • Governance weight attribution
Network (Off-Chain):
  • Execution of transcoding/AI jobs
  • Uptime and performance
  • Fee generation
Delegation is a protocol action that economically constrains network behavior.

References

Last modified on March 20, 2026