Operator Incentives
Operators earn revenue from service usage and optional TNT budgets. This page outlines the primary revenue paths in the v2 protocol.
Revenue Sources
-
Service fees (default split)
- Fees paid by customers are split across developers, the protocol, operators, and stakers.
- The default split is 20% developer / 20% protocol / 40% operators / 20% stakers (governance configurable).
-
Optional TNT incentives (pre-funded)
- If governance funds
InflationPool, operators can earn TNT based on activity metrics.
- If governance funds
-
Optional operator commission (delegation incentives)
- If an operator enables commission, they earn a share of delegator incentives from
RewardVaults.
- If an operator enables commission, they earn a share of delegator incentives from
How Service Fees Flow
- Service fees are paid in the chosen payment token (native or ERC-20).
- Operator rewards are weighted by service exposure and routed through on-chain accounting.
- Staker fees are routed per operator to
ServiceFeeDistributorfor delegator payouts.
See Incentives for the full fee flow.
Where This Lives in Code
ServiceFeeDistributor: https://github.com/tangle-network/tnt-core/blob/main/src/rewards/ServiceFeeDistributor.solInflationPool: https://github.com/tangle-network/tnt-core/blob/main/src/rewards/InflationPool.solRewardVaults: https://github.com/tangle-network/tnt-core/blob/main/src/rewards/RewardVaults.sol
For a readable breakdown and links to contracts, see Rewards Architecture.
Operator Success Factors
- Reliability: uptime and correct execution impact service demand.
- Performance: meeting blueprint and QoS expectations drives repeat usage.
- Transparency: clear policies and monitoring improve operator selection.