Skip to main content

Validator Economics

This guide covers the economic model for Monolythium validators.

Revenue Overview

Validators earn from:

SourceDescription
Block rewardsShare of 8% inflation, proportional to stake
Proposer fees10% of transaction fees when proposing a block
CommissionPercentage of delegator rewards

Block Rewards

Inflation

Monolythium uses a fixed 8% annual inflation rate from genesis:

ParameterValue
Rate8% annually
Annual mint (at 161.2M supply)~12,896,000 LYTH
Per-block mint~0.82 LYTH
AdjustableYes (governance)

Inflation rewards are distributed proportionally by stake — standard Cosmos SDK distribution.

Proposer Fee Bonus

Transaction fees are split: 90% burned, 10% sent directly to the block proposer.

Thanks to LythiumBFT's quadratic proposer selection, proposal frequency is based on sqrt(votingPower) rather than linear voting power. This means:

  • A validator with 4x the stake proposes only 2x as often
  • Fee revenue is distributed more equitably across the validator set
  • Smaller validators receive proportionally more fee income

See Consensus for the full explanation.

Commission

How Commission Works

Delegator Reward = Block Reward × Stake Share × (1 - Commission)
Validator Take = Block Reward × Delegator Stakes × Commission

Commission Parameters

ParameterMeaning
RateCurrent commission (e.g., 10%)
Max RateCeiling (cannot exceed)
Max Change RateMaximum daily change

Example: 10% rate, 20% max, 1% max change means:

  • Currently taking 10% of delegator rewards
  • Can increase up to 20% maximum
  • Can only change 1% per day

Revenue Calculation

Example: Mid-Sized Validator

Assumptions:

  • Total staked: 390M LYTH
  • Validator stake: 2M LYTH (0.5% of total)
  • Commission: 10%
  • 8% inflation

Annual block rewards to network: ~41M LYTH

Validator's stake share: 0.5%
Gross rewards: 41M × 0.5% = 205,000 LYTH

Self-delegation rewards (1M at 0.5% of stake):
= 102,500 LYTH

Commission on delegator rewards (1M delegated):
Delegator rewards = 102,500 LYTH
Commission = 102,500 × 10% = 10,250 LYTH

Total validator revenue: 102,500 + 10,250 = 112,750 LYTH

Plus proposer fee income (varies with transaction volume and quadratic selection frequency).

Cost Analysis

Fixed Costs

CostOne-Time
Burn deposit100,000 LYTH (permanent, non-refundable)
Self-delegation100,000 LYTH (recoverable after unbonding)
Initial setupVariable

The burn deposit is enforced by the x/mono ante handler and is governance-adjustable. See Validator Registration Burn.

Variable Costs

CostMonthly Estimate
Server hosting$200-1000
BandwidthIncluded
Monitoring$0-100
Time (ops)Your rate

Break-Even Analysis

At $1/LYTH (hypothetical):

Monthly costs: ~$500
Monthly revenue needed: 500 LYTH

At 8% inflation with 10% commission:
Need sufficient stake to generate 500 LYTH/month

Actual break-even depends on:

  • LYTH price
  • Your stake and delegations
  • Commission rate
  • Operational costs

Commission Strategy

Low Commission (0-5%)

Pros:

  • Attracts delegators
  • Higher voting power growth

Cons:

  • Lower revenue per delegator
  • May be unsustainable

Medium Commission (5-10%)

Pros:

  • Balance of attraction and revenue
  • Common market rate

Cons:

  • Competition from lower rates

High Commission (15%+)

Pros:

  • Higher revenue per delegator
  • Sustainable operations

Cons:

  • Less attractive to delegators
  • May lose stake over time

Recommendations

  1. Set sustainable rates
  2. Don't race to zero
  3. Communicate value provided
  4. Monitor competitor rates

Profit Maximization

Increase Stake

More stake = more rewards:

  • Attract delegators (marketing, reputation)
  • Increase self-delegation
  • Provide excellent service

Optimize Costs

  • Choose cost-effective infrastructure
  • Automate operations
  • Use efficient monitoring

Maintain Uptime

Every missed block = lost rewards:

  • Invest in reliability
  • Use redundant systems
  • Quick incident response

Risk Factors

Slashing

EventImpact
Downtime (0.01%)Minimal
Double-sign (5%)Significant

Factor slashing risk into revenue projections.

Competition

  • Active set limited to 53
  • Must maintain competitive position
  • Stake can move to other validators

Token Price

Revenue in LYTH terms is predictable, but fiat value depends on market.

Tax Considerations

!!! warning "Consult a Tax Professional" Validator income may have tax implications:

  • Block rewards as income
  • Commission as business revenue
  • Capital gains on token appreciation

FAQ

Is validating profitable?

Depends on stake, costs, and token price. Many validators are profitable; some are not.

Should I lower commission to attract delegation?

Balance sustainability with competitiveness. Unsustainably low rates harm the network.

What's a good target stake?

Enough to stay in top 53 with margin. This varies over time.

How does quadratic selection affect my revenue?

Larger validators receive proportionally less fee income (10% of tx fees). Inflation rewards are unaffected — they remain proportional to stake.