Skip to main content
ERGO
  • Docs
  • Blog
Get Wallet
PLATFORM
TechnologyUse CasesEcosystemWallets
DEVELOPERS
DocumentationLearnGitHubGrants
COMMUNITY
BlogDiscordTelegramTwitter

© 2025 ERGO PLATFORM. ALL RIGHTS RESERVED.

ERGO IS AN OPEN-SOURCE PROJECT. CONTRIBUTE ON GITHUB

Technology
Storage Rent

Storage Rent

Ergo's storage rent system ensures long-term network health by preventing blockchain bloat and creating a predictable cost for data storage.

Learn MoreView Details

Core Principles

Prevent Bloat

Keeps the blockchain lean and efficient

Economic Sustainability

Creates long-term incentives for miners

Predictable Costs

Users pay a transparent fee for data storage

The Problem

Traditional blockchains face critical sustainability challenges that threaten their long-term viability

Blockchain Bloat

Traditional blockchains accumulate unused data over time, leading to inefficiency and higher costs.

Example metric
2TB+ wasted space

Illustrative figure; see docs for current parameters.

Forgotten Wallets

Lost private keys mean funds are stuck forever, reducing the effective money supply.

Example metric
4M+ lost coins

Illustrative figure; see docs for current parameters.

Network Stagnation

Accumulated dust and inactive data slow down the network and increase storage requirements.

Example metric
50% slower sync

Illustrative figure; see docs for current parameters.

How much rent would I pay?

Approximate estimator for educational purposes. Parameters may change — see docs.

Estimated rent:0.13 ERG
Top-up needed:0 ERG
Remaining value:0.87 ERG

Illustrative; see docs for formula and current parameters.

How to avoid rent

  1. Move funds periodically to reset the 4-year timer
  2. Consolidate dust into larger boxes
  3. Apps: plan top-up/rotation logic into contract design

For developers

  • Avoid spawning many tiny boxes
  • Provide a "maintenance path" for rent top-ups
  • Track box age off-chain (indexer)
Design patternsSDK snippet

Ergo's Solution

Revolutionary storage rent mechanics that keep the blockchain healthy and sustainable

Automatic Fee Recycling

If coins are left untouched for years, a small fee is recycled back to miners.

No Forgotten Wallets

If you lose your keys, your funds aren't stuck forever in the system.

Predictable Costs

Users pay a transparent fee for long-term data storage.

How Storage Rent Works

Follow the lifecycle of a UTXO through Ergo's storage rent system. Learn more about the model in the eUTXO deep dive.

No rent accrual period

Year 0–4

Your UTXO (box) is stored for free on the blockchain

No fees, full access to your funds

Storage Rent Begins

Year 4+

Small rent fee may be deducted from box value (if applicable)

Approximate; depends on protocol parameters/min box value. See docs.

Rent Top-Up

Owner Returns

Owner can pay rent and regain full access to funds

Pay accumulated rent to restore full control

Eligible for miner claim (per protocol rules)

Box Depleted

If rent isn't paid, remaining value goes to miners

Funds return to active circulation

Why Storage Rent Matters

The benefits extend far beyond just cleaning up the blockchain

The blockchain stays clean, compact, and fast
Miners are rewarded for maintaining real, active data
Network remains healthy — even decades from now
Reduces the share of permanently lost funds ('stuck' UTXOs)
Predictable, transparent storage costs
Automatic state cleanup & miner incentives (per protocol)

Frequently Asked Questions

What's Next?

Continue exploring Ergo's sustainable blockchain technology

Start Building

Explore Ecosystem

Discover tools and applications built on Ergo's sustainable blockchain

Technical Documentation

Learn More

Deep dive into the technical details of Storage Rent implementation