Economics & Pricing

This section describes how pricing and incentives are structured on Irys, and why the system is designed to remain stable as usage grows.

The economic model is a direct consequence of the system architecture.

Storage Pricing Overview

Irys prices storage based on the underlying cost of maintaining data. Storage fees are determined by the amount of data stored and the duration it is expected to persist. Pricing is designed to match the actual resource cost for storing data and is not affected by demand in any other protocol component, enabling predictable pricing behavior as the network grows.

Price Stabilization Mechanism

Storage pricing is coordinated by the protocol using miner-reported exchange estimates.

  • Per-block price estimate
    Each block includes the producing miner's best estimate of the USD/IRYS price.
  • Smoothing via EMA
    The protocol derives the effective pricing reference using an Exponential Moving Average over these reported estimates. This reduces sensitivity to short-term volatility and prevents abrupt fee changes from block to block.
  • Incentives for accuracy
    Miners are economically incentivized to report accurate estimates. Blocks with materially incorrect price estimates may be rejected by other miners during validation, creating a self-correcting mechanism that discourages manipulation.

This mechanism allows storage pricing to remain predictable while still adapting over time as underlying costs and market conditions change.

Fee Market Structure

Irys does not rely on a single fee market to sustain the protocol. The network is supported by multiple sources of economic activity, including:

  • Storage usage
  • Smart contract execution
  • Programmable data access

Each of these contributes independently to network economics. As a result, no single resource needs to be over-priced to keep the system viable. This structure allows storage to remain near cost while execution and data usage scale naturally with demand.

Incentive Alignment

Network operators who provide storage and support execution are compensated through protocol fees. As applications store more data, execute more smart contracts, and interact more frequently with onchain data, fee revenue increases proportionally. This revenue supports the operators maintaining the network.

This model allows long-term participation to be sustained by network utility.

Economic Stability

Because pricing and incentives are separated across distinct components, growth in one area does not destabilize the others. Increases in execution demand do not drive storage prices unpredictably. Growth in stored data does not congest execution. Incentives remain aligned as inflation tapers and usage becomes the primary driver of network economics.

This predictability allows developers to plan around costs and behavior at any stage of their product lifecycle.