Tokenomics

Hearth Tokenomics
HRTH Emission, Creds, and the Retirement Split

Draft v2 · illustrative parameters, load-bearing formulas

Abstract

Hearth runs a two-asset economy that separates the token securing the network from the credits pricing its output. HRTH is hard-capped and scarcity-shaped: a 5% genesis premine plus a continuously disinflationary, back-weighted block reward that keeps early float scarce while emission asymptotes to a fixed cap over decades. Creds are per-model, USD-priced inference credits issued algorithmically to HRTH stakers, each model's issuance following measured demand and clamped every epoch to its verified servable capacity. When a Cred is spent it is retired and its value split three ways, 60% burned, 30% to the serving node, 10% to the verifier pool, and only the burned fraction counts toward consensus, which decouples node cash flow from the forging signal and keeps self-dealing loss-making. Because the burn is the sole deterrent, the node share is not a free constant but a governed function of network maturity, launched low and raised toward a deterrence-bounded ceiling as measured usage deepens. The formulas are the specification; all constants are illustrative and left for governance and genesis to set.

This document specifies the two-asset economy of Hearth: the HRTH emission curve, Cred issuance, the retirement split, the forging-boost mechanism, and the node economics that tie them together. Constants marked (genesis) or (governance) are tunable; the formulas are the specification. All worked figures are illustrative and self-consistent with the parameters stated in §8.


1The two assets

HRTH is the network token: a hard-capped, scarcity-shaped asset that is staked to forge, spent as gas, used in governance, and issued as the reward for verified work. It secures the chain and funds the bootstrap subsidy. On proven misbehavior it is suspended, never confiscated.

Creds are per-model inference credits (per-model from Phase 2 onward, a single Cred in Phase 1): USD-priced, capacity-backed, retired on use. One Cred-m redeems for one standardized unit of verified output from pinned model m. Creds are emitted to HRTH staked for Creds as a capacity-weighted basket, the yield that makes that position worthwhile, and they carry no peg; each Cred's market price is the discovered price of that model's verified inference.

The design separates the asset that secures the network (HRTH, scarce and held) from the assets that price its output (Creds, elastic and spent).

The separation is not a stylistic choice but a provable requirement. A single-token proof-of-stake economy cannot hold service prices stable without letting validator rewards grow without bound; Kiayias, Lazos, and Penna prove this and show that a two-token design, one asset staked by validators and another spent by users, attains viability, decentralization, price stability, and on-chain feasibility at once [1]. Hearth's HRTH/Cred split instantiates exactly that separation, HRTH the staked and secured asset, Creds the spent and priced one.

Burn-on-use service credits are otherwise the established DePIN pattern: Helium's USD-pegged Data Credits [2], Render's render credits [3], and Internet Computer cycles [4] are fiat-denominated, retired on use, and insulate consumers from network-token volatility, at the cost of an administered peg. Creds keep the retire-on-use discipline but depart in two ways. They carry no peg, so each model's Cred price is discovered on the market rather than administered, and they are issued to stakers as the yield on HRTH under a verified-capacity clamp rather than minted by burning the network token. The burn therefore sits at retirement, where it prices throughput and deters self-dealing (§4, §7), not at issuance [5].

Everything below makes that split precise.

2HRTH emission, scarcity-shaped, hard-capped

HRTH has a hard cap, a tiny genesis premine, and a continuously disinflationary block reward. Unlike Bitcoin's front-loaded schedule, the curve is deliberately back-weighted in its early years: with only 5% minted at genesis, a front-loaded emission would flood the market and destroy the scarcity the asset needs while it bootstraps. The curve instead releases slowly, so HRTH stays scarce through the first years and disinflates toward the cap over decades.

2.1Supply structure

Cmax = Pgen + Cemit,     Pgen = 0.05 Cmax

Illustrative split of the 5% premine: fallen-chains burn claim 3%, DAO treasury 1%, team (vested) 1%.

The burn claim is earned, not sold. During a genesis window, holders of ten faded L1 chains provably burn their tokens on the home chains, a plain transfer to a published, provably unspendable burn address, and bind the source address to a Hearth address with a separately signed message (a transfer memo on chains whose wallets cannot sign bare messages). Each burn's credit is computed deterministically from public chain data: the burned amount is split into min-balance holding layers reconstructed from transfer history, each layer priced at the maximum weekly-average USD price of its token since the layer formed, and the layer credits summed, then published in a reproducible snapshot carrying a Merkle root and an independent recompute script. The weekly-average price is the credit formula's input, not a promised value: loyalty to the network converts to a share of it, credits convert one-to-one into HRTH at launch, and no floor or dollar value on the result is implied. The full mechanics, the chain list, and the dispute process are specified in the genesis burn specification and implemented by the genesis application.

Because the claim converts one-to-one and turnout is unknown in advance, the genesis supply floats with participation, so the absolute cap is derived at snapshot freeze rather than preset. Writing B for the total credits at freeze, the burn claim is pinned at 3% of supply, so Cmax = B / 0.03, and the DAO (1%) and team (1%) allocations follow the same fixed proportions. Every proportion, every formula, and the emission curve's shape is a turnout-independent genesis constant; the worked figures throughout use the illustrative Cmax = 100M, which corresponds to B = 3M credits.

2.2The emission curve

The block reward decays continuously, every block pays slightly less than the last, halving on a fixed cadence T1/2:

R(h) = R0 · 2h/H1/2,     R0 = Cemitln 2 / H1/2

where H1/2 = T1/2 · Nyr is the reward half-life in blocks, with Nyr the blocks per year (525,960 at 60 s blocks). The normalization makes total emission ∫ R(h) dh = R0 · H1/2 / ln 2 = Cemit, so supply asymptotes to the cap:

S(t) = Pgen + Cemit(1 − 2t/T1/2) ⟶ Cmax

Each block's HRTH reward is paid to that block's forger; the continuous Cred yield to stakers is separate (§3.3).

2.3Why not a Bitcoin-style front-loaded halving

Bitcoin front-loads: its first four-year era mints half of all coins. Applied here (95M over a 4-year first era) that is ≈11.9M HRTH in year one against a 5M genesis float, a 238% first-year expansion, with circulating supply already ≈17% of cap by year one (a flat first-era mint; the continuous-half-life 4-year row in the table below gives 20%, the two being idealizations of the same schedule). That is the opposite of scarce. The half-life is therefore lengthened until early float is genuinely scarce:

reward half-life T1/2circ. y1y2y4y8y16
4 yr (Bitcoin-like)20%33%52%76%94%
8 yr13%20%33%52%76%
10 yr (chosen)11%17%28%45%69%
16 yr9%13%20%33%52%

Table 1: Circulating supply as a fraction of cap under alternative reward half-lives.

2.4Instantiated schedule

With Cmax = 100M, Pgen = 5M (5%), Cemit = 95M, τb = 60 s, and T1/2 = 10 years (genesis), the initial reward is R0 ≈ 12.52 HRTH/block:

YearReward/blockEmitted that yearCirculating supply% of cap
0 (genesis)5.00M5.0%
111.686.36M11.36M11.4%
210.905.94M17.30M17.3%
49.495.17M28.00M28.0%
87.193.92M45.44M45.4%
125.452.97M58.65M58.6%
203.131.70M76.25M76.2%
400.780.43M94.06M94.1%
00100M100%

Table 2: HRTH emission, scarcity-shaped, 10-year half-life, 5% premine (illustrative).

Only ≈11% of supply circulates after year one and ≈28% after year four, the intended scarcity, while the year-one forging pool (≈6.4M HRTH, ≈ $1.27M at $0.20) is ample for security (§7). Because emitted HRTH is earned by stakers, who lock it to keep earning, the liquid float is scarcer still. T1/2 is a genesis parameter; a shorter half-life releases faster, a longer one is scarcer for longer.

3Cred issuance, algorithmic, demand-following, per-block

Phase 1 runs a single Cred, one USD-denominated, capacity-backed, burn-on-use credit, because relaying to a hosted aggregator means no per-model self-hosted capacity backs distinct claims and no network-discovered per-model price exists. The per-model index m below is therefore Phase-2 machinery: in Phase 1 it ranges over a single element, and every formula applies unchanged to the one Cred. Per-model Creds phase in model by model in Phase 2 as self-hosted verified capacity comes online, with the single Cred persisting as the settlement numeraire.

Creds are not on a fixed curve and are not voted on each epoch. Each model's Cred issuance is set by an algorithm from the previous epoch's consumption; the DAO's only role is to seed the initial supply and set the controller's constants. Issuance is then streamed to stakers every block.

3.1The epoch and the control signal

An epoch is two weeks, Nep = 20,160 blocks at 60-second block time. For model m in epoch E, the demand signal Cm(E) is the burned, payer-gated value of that model's retirements, normalized back to Cred units:

Cm(E) = ( burned payer-gated USD value of model-m retirements in E ) / ( φbm(E) )

with m(E) the epoch's time-weighted average Cred-m price. Since each gated retirement burns exactly φb of its value, the normalization makes Cm(E) the full count of payer-gated Creds retired in the epoch, so issuance still replaces consumption one-for-one; what changes is what cannot move the signal: retirements that never passed the payer gate, and the recycled node and verifier shares, contribute nothing. This closes the loop with §4.1: consensus weight and Cred emission read the same observable, the burned gated fraction, so a self-dealer buys neither with the share it recovers.

3.2The algorithmic controller

Issuance for the next epoch targets consumption, so Cred supply neither starves nor accumulates. The controller smooths the signal and clamps it to verified capacity κmcap:

Ĉm(E) = (1 − λ) Ĉm(E − 1) + λ Cm(E)
Qm(E + 1) = min((1 + γ) Ĉm(E),   κmcap(E + 1))

This is a closed loop with no per-epoch governance action: given the constants, Qm(E + 1) is a deterministic function of measured on-chain consumption. Qm(0), the initial supply at a model's listing, is the one DAO-set quantity, the seed the controller then adjusts automatically.

3.3The capacity ceiling and per-block distribution

The min(·, κmcap) is protocol-enforced: no controller path can mint a Cred faster than its model's verified capacity, so “capacity-backed” holds mechanically at every epoch. Thin-demand models converge to low issuance automatically.

The epoch's issuance is streamed to stakers every block, not dropped at epoch end. Each block emits

qm = Qm(E + 1) / Nep

Creds of model m, distributed pro-rata to HRTH locked in the Cred-staking contract (position 2, §6.1). Cred-stakers thus receive a continuous, capacity-weighted Cred basket, the smooth USD-denominated yield on HRTH staked for Creds (§6), rather than a lumpy periodic payout.

4Cred retirement, the split

When a Cred of USD value p is spent, it is retired and its value divided three ways:

p = φbp (burned) + φnp (serving node) + φvp (verifier pool),    φb + φn + φv = 1

Launch values (governance): φb = 0.60, φn = 0.30, φv = 0.10.

4.1The critical rule: only the burned fraction counts toward consensus

Both workBoost and capacity-weighted Cred emission count only the burned, payer-gated fraction φb · p, the demand signal defined in §3.1, never the node or verifier share. This quarantines consensus from the node payout: the 30% handed to the node is round-tripped back to a self-dealer and so contributes nothing to deterrence, but because it also contributes nothing to workBoost, the node share can be paid without weakening the consensus signal at all. Node cash flow and consensus integrity are thereby decoupled.

5Node economics and cost coverage

A node's cost is denominated in fiat (power, amortized hardware); its Cred-share revenue is USD-denominated but usage-dependent. Coverage is the market's job at the margin and the subsidy's job in bootstrap, never a reason to enlarge φn (which would break §7).

5.1Per-job accounting

For a job of price p (USD) on a node with cost cjob:

revenuenode = φnp + ρ = 0.30 p + ρ

where ρ is the HRTH issuance reward for the verified job (§2 emission, distributed per work). Serving is elective: a node serves only when revenuenodecjob, so entry/exit discovers the floor and the protocol never measures unobservable cost.

5.2Break-even Cred price

The price at which the node share alone covers cost (ρ = 0):

p = cjob / φn

Phase-2 worked figure. A self-hosted FP8 node at ≈$2.5/GPU-hr sustaining ≈4,000 tok/s produces 4000 × 3600 = 1.44 × 107 output tokens per GPU-hour, so its cost is $2.5 / (1.44 × 107 tok) ≈ $0.174 per 1M output tokens (≈$0.17), giving

p = $0.174 / 0.30 ≈ $0.58 / 1M tokens

The mid-2026 market for the same open-weights 70B spans $0.12–0.90 / 1M, so take one Cred's standardized unit to be 1M output tokens, matching these $/1M figures. Above ≈$0.58 the node profits on the Cred share alone and HRTH is pure upside; below it, HRTH issuance bridges the per-unit shortfall, worked in §5.3. Positioning: verified inference at commodity price, not cheaper than the cheapest unverified host, but proven and un-deprecatable.

5.3Subsidy sizing

The bridge is HRTH, not a bigger Cred slice. Size per-epoch emission so that, at target utilization, the median honest node is whole per standardized unit (one Cred, 1M output tokens):

E[ρ] ≥ cu − φnpmarket,    cu ≈ $0.174 per unit

At a mid-band Cred price pmarket = $0.30, the per-unit gap is 0.174 − 0.30 × 0.30 = 0.174 − 0.09 ≈ $0.084 per 1M tokens, so a 1k-token job, one-thousandth of a unit, leaves an ≈ $10−4 shortfall for HRTH issuance to cover. The gap shrinks as the Cred price rises toward p and vanishes above it; the organic-revenue-to-subsidy ratio (§6) signals when to taper. Because the year-one pool (≈6.4M HRTH) dwarfs the aggregate gap at any realistic early volume, demand, not the subsidy, is the binding constraint, the intended bootstrap condition.

5.4Phase-1 contrast

In Phase 1 (relay), cjob is fiat paid to an aggregator at provider list price (≈$5/1M, non-discountable), roughly 29× the Phase-2 cost. No split or subsidy makes relay sustainably profitable; Phase 1 is a deliberate loss-leader whose purpose is to stand up the chain, token, and demand before self-hosted capacity (Phase 2) drops the cost floor into the coverable range.

6The economic loop

6.1Three positions for an HRTH holder

An HRTH holder chooses one of three mutually exclusive positions per coin.

  1. Hold. HRTH on a plain balance earns nothing, no Cred yield and no emission; holding is exposure to the asset, not a claim on network cash flow.
  2. Stake for Creds. HRTH locked in the Cred-staking contract earns the continuous Cred stream of §3.3 (in Phase 1 the single Cred, later the capacity-weighted per-model basket), pro-rata to locked HRTH, and earns no HRTH emission.
  3. Validate, or lease to a validator. HRTH used as generating balance, owned or leased-in under a non-custodial lease with the lessor paid an agreed share of the validator's rewards, earns the HRTH block reward of §2 (amplified by workBoost for serving nodes), and earns no Creds.

The exclusivity is load-bearing because the two yields price different things: Creds price inference demand, emission prices security provision. Forcing the choice creates an internal opportunity-cost equilibrium, with stake flowing toward whichever yield is undervalued until the two risk-adjusted returns meet, which is the coupling loop below stated at the level of a single holder's decision. It also partitions the security analysis: workBoost and the forging pool concern only position 3, the Cred-issuance stream only position 2, so an attacker must split capital to farm both channels.

Entering position 2 or 3 is subject to an activation window: the stake counts, for the Cred stream or as generating balance, only at the minimum balance held over the preceding Nact blocks, so freshly moved coin cannot instantly claim either yield. Exiting is immediate, the coin is spendable at once and simply stops earning (τunb = 0). At the genesis value Nact = 1000 blocks (≈ 17 h at 60 s), repositioning friction is bounded by hours, so the self-correction of §6.2 operates on a day timescale, not an unbonding-queue timescale.

6.2The coupling loop

There is no explicit Cred-to-HRTH peg. The two assets are coupled through staking, and the coupling self-corrects:

  1. Demand: users pay USD for Creds (any stablecoin, swapped to the model's Cred at point of sale, §9). Real inference demand becomes Cred purchases.
  2. Yield: because Creds are emitted to Cred-stakers (§3.3), Cred demand is the USD yield on HRTH staked for Creds.
  3. Value: a real USD yield makes staking HRTH worthwhile, creating HRTH demand.
  4. Supply floor: validators must hold generating balance ≥ bmin (owned or leased-in) to serve, so HRTH's value sets the serving floor: if HRTH falls, serving turns unprofitable, nodes exit, Cred scarcity lifts the price → yield → HRTH value, and serving resumes.

The single health metric governance watches is the ratio of organic USD Cred revenue to HRTH subsidy value: rising, the market is self-sustaining; flat, the network is renting volume. The loop is reflexive with lag and degrades gracefully: Creds stay redeemable at true cost, so there is no peg to break.

Tagline: Creds exist to make HRTH staking viable.

7Forging boost and self-dealing security

The quantitative security claims of this section are conditional on two mechanisms specified in the Hearth whitepaper and used here as a trust root: the payer gate, so only retirements paid with external funds through the gateway count, and verification, so a retired Cred corresponds to real, attested output, with fraud detected with near-certainty at the audit sampling rate. Every payer-gated quantity in this document (Cm(E), ri(E), kV, D) inherits these assumptions.

7.1workBoost (Proof of Inference)

Verified work amplifies a staker's forging weight, capped, never replacing stake. For node i with generating balance bi (owned plus leased-in stake):

beff(i) = bi (1 + workBoosti),    bibmin

Let ri(E) be the USD value of the burned fraction of payer-gated Creds retired on node i's verified jobs in epoch E (§4.1). Smooth it with an exponential moving average:

wi(E) = (1 − α) wi(E − 1) + α ri(E)

Fix a governance-set dust floor τw > 0 and let S(E) = { j : wj(E) ≥ τw, bjbmin } be the eligible set. Normalize against the stake-weighted median work level

m(E) = arg maxw ≥ 0 {  ∑jS(E) bj1[ wj(E) ≥ w ] ≥ qjS(E) bj  },     q = ½

the retired-work level reached by the median unit of stake rather than the median identity, with the stake quantile q (default 1/2) governance-tunable and distinct from the half-saturation κ. If S(E) is empty, no node clearing τw (as at bootstrap, before any gated demand accrues), m(E) is undefined and the protocol sets workBoosti = 0 for all i, running as vanilla FPoS; the boost switches on automatically in the first epoch some node clears the floor. Then gi(E) = wi(E)/m(E) and

workBoosti = Bmaxgi(E) / (gi(E) + κ)

The map is monotone, concave, zero at zero demand (recovering vanilla FPoS), and bounded by Bmax (governance, e.g. 2–3).

Remark 1 (Dust-Sybil resistance). A plain count median over positive-work nodes is cheap to move: an adversary registering many dust servers with wj just above zero drags it down, so a genuine large-work node reaches the concave cap with far less real work. The dust floor τw and stake-weighting close this, since each eligible node enters m(E) weighted by its stake bj rather than as one identity, so shifting the stake-weighted median past a challenger requires controlling roughly half the eligible stake mass. Sybil identity count is then irrelevant without stake behind it.

7.2Bounded amplification

Lemma 2 (Bounded amplification). Take the worst case, an attacker fully boosted while the honest set is unboosted. Since 0 ≤ workBoosti < Bmax, a party with stake share σ then has forging-weight share

s = (1 + Bmax)σ / ((1 + Bmax)σ + (1 − σ)),

so controlling a forging majority (s > ½) requires

σ > 1 / (2 + Bmax).

Proof. In the worst case the attacker's multiplier is 1 + Bmax and every honest stakeholder's is 1, which gives the share s above. Requiring s > ½ gives (1 + Bmax)σ > 1 − σ, i.e. σ > 1/(2 + Bmax).

At Bmax = 2, an attacker still needs more than ¼ of stake (vs. ½ for pure FPoS), the disclosed, bounded cost of coupling work to consensus.

7.3Self-dealing deterrence

A node can pay itself to fabricate demand. Because it recovers φn + φv on the round trip, its only real loss is the burned fraction plus wash friction ω on the payer-gate swap. Per dollar self-dealt, the forfeit rate is

f = φb + ω (φn + φv) ≈ φb

The analysis conservatively sets ω = 0, assuming the attacker recycles the recovered node and verifier shares through the payer gate at zero cost. Since f ≥ φb always, every deterrence figure below rests on the burn alone, and any real-world swap friction only strengthens it.

Let V be the self-served volume needed to saturate the boost and G the maximum boost gain. Deterrence is

D = f · V / G ≈ φbV / G

At launch (φb = 0.60), against a 5%-stake attacker at Bmax = 2, D ≈ 4.9×, self-dealing is strictly loss-making. Note the deterrent is the burn fraction only; the node share, being recovered, contributes nothing, which is why φn cannot be raised freely (§7.4).

7.4The split as a governed function of network maturity

Write the boost-gain fraction gfrac = G/Pool, which from the Lemma's worst case has the closed form

gfrac(σ, Bmax) = (1 + Bmax)σ / (1 + σ Bmax) − σ    (≈ 0.086 at σ = σadv = 5%, Bmax = 2),

evaluated at σadv, the assumed worst-case adversary stake share against which the ceiling is calibrated. Write kV = V/Pool for the maturity ratio, the self-serve volume needed to saturate the boost per unit of security budget, made on-chain-computable below. Requiring deterrence DM gives a minimum burn:

φbmin = M · gfrac / kV  ⇒  φnmax = 1 − φvMgfrac / kV

The pool cancels. The safe node-share ceiling does not depend on the size of the security budget, only on the margin M and the ratio kV. kV is a network-maturity proxy: low when median honest work is small relative to the pool (a thin, early network is cheaply farmed), rising as real usage deepens.

Concretely, kV is computed from measured quantities each epoch. Saturating the boost to a fraction θ of Bmax requires sustaining gi = χ κ with χ = θ/(1 − θ) (inverting workBoost = Bmaxg/(g + κ)), hence a per-epoch burned gated volume of χ κ m(E). Annualized against the security budget,

kV(E) = χ κ m(E) Eyr / (Ryr(E) (E)),

where Eyr = 26 is epochs per year, Ryr(E) the annualized HRTH emission at the current height (§2.2), and (E) the epoch TWAP of the HRTH price. Every input is measured or protocol-known: m(E) from §7.1, κ and Bmax constants, (E) an oracle TWAP like m(E). The convention θ = 0.8 (so χ = 4) is a protocol constant.

kV (maturity)φnmax at M = 3×φnmax at M = 5×
0.71 (early)54%29%
1.00 (growing)64%47%
1.50 (deep)73%61%

Table 3: Safe node-share ceiling as a function of network maturity kV and deterrence margin M.

Rule: launch node share low (30%, giving ≈5× margin at kV ≈ 0.71) and let governance raise it toward the M ≥ 3× ceiling as measured kV climbs, never past it. The ceiling is protocol-enforced, not advisory: the protocol recomputes φnmax = 1 − φvMgfrac/kV each epoch from the measured kV and rejects any governance-set split with φn above it. If a falling kV pushes the ceiling below the current φn, the split is clamped to the ceiling from the next epoch, giving it the same mechanical status as the capacity clamp of §3.3: no vote can make self-dealing profitable, a constraint, not a policy. The protocol measures kV each epoch; the split is a governed function, not a constant. Attempting to cover node costs by pushing φn toward 90% drives D below 1 (self-dealing becomes profitable) and is prohibited: cost coverage is the subsidy's job (§5.3).

8Parameter reference

SymbolMeaningValueKind
CmaxHRTH hard capB/0.03 (illustrative 100,000,000)derived (freeze)
Btotal burn credits at freezeturnout-dependent (illustrative 3,000,000)derived (freeze)
Pgengenesis premine (burn claim + DAO + team)5% (illustrative 5,000,000)genesis
Cemitemission (forged)95% (illustrative 95,000,000)genesis
τbblock time60 sprotocol
T1/2reward half-life10 yrgenesis
Nyrblocks per year525,960protocol
R0initial block reward≈ 12.52 HRTHderived
NepCred epoch2 wk (20,160 blocks)protocol
λCred consumption-EMA rate(0,1]DAO-set constant
γCred growth allowance≥ 0DAO-set constant
Qm(0)initial Cred supply per modelDAO-setgovernance
m(E)epoch TWAP of Cred-m pricemeasuredprotocol
(E)epoch TWAP of HRTH pricemeasuredprotocol
φb / φn / φvretirement split0.60 / 0.30 / 0.10governance (clamped by φnmax)
Bmaxforging-boost cap2 (2–3)governance
αworkBoost EMA rate(0,1]governance
κworkBoost half-saturation> 0governance
τwworkBoost dust floor> 0governance
qstake quantile for the median1/2governance
bminminimum stake to servegovernance
Nactposition activation window1000 blocksprotocol
τunbexit delay0protocol
Mtarget deterrence margin≥ 3×governance
σadvassumed adversary stake share (ceiling calibration)5%governance
θboost-saturation convention for kV0.8protocol
ωwash friction on the recycled node share≥ 0, taken as 0 (worst case)market
penaltyresponse to proven cheatinggeneration-suspensionprotocol

Table 4: Parameter reference. Constants marked genesis or governance are tunable; the formulas are the specification.

Illustrative economics: HRTH ≈ $0.20, node cost ≈ $0.17/1M tok, break-even Cred ≈ $0.58/1M tok, market band $0.12–0.90/1M, year-1 pool ≈ 6.4M HRTH (≈$1.27M).

9Optional: the stablecoin settlement rail and HRTH buyback

Creds are the default and only consensus-bearing settlement instrument. Two roles for external stablecoins are distinguished, because only one is safe by default.

The on-ramp is the default and always safe: a buyer pays in USDC/USDT, the gateway atomically swaps to the model's Cred and settles by burning it. The buyer experiences “pay a dollar, get an answer”; the protocol sees a burned Cred, so §3§7 are untouched. This is the recommended universal payment experience.

The parallel rail with buyback is a governance option: nodes may also accept stablecoins directly, with a protocol cut φdao routed to the DAO in stablecoin and used to buy back HRTH on the open market. Because only external money can buy back HRTH (purchasing one nascent protocol token with another is circular) the buyback is the one mechanism that converts stablecoin inference demand into HRTH price support, complementing (not replacing) the burn's scarcity. The binding constraint: if stablecoin jobs earn workBoost, the DAO cut is the only deterrent on that rail, so it must be burn-equivalent,

φdao ≥ φbmin = Mgfrac / kV    (≈ 36% at M = 3, kV = 0.71),

which is, conveniently, also the size that makes the buyback material. Annual buyback volume is φdao · (stablecoin revenue); whether it is significant against HRTH float is the empirical test that decides if the rail earns its complexity, or whether the network stays burn-and-on-ramp only until scale.

All figures illustrative and mutually consistent with §8. Formulas are the specification; constants are for governance and genesis to set. Cross-references (FPoS forging, verification committee, payer-gate provenance) are detailed in the Hearth whitepaper §4–§6.

References

  1. [1]Aggelos Kiayias, Philip Lazos, Paolo Penna. Single-Token vs Two-Token Blockchain Tokenomics. 6th Conference on Advances in Financial Technologies (AFT 2025). 2025. arXiv:2403.15429. https://arxiv.org/abs/2403.15429
  2. [2]Helium. Helium Documentation: Tokens and Data Credits. 2024. https://docs.helium.com
  3. [3]Render Network Foundation. Render Network: Burn-and-Mint Equilibrium. 2023. https://render.network
  4. [4]DFINITY Foundation. Tokenomics of the Internet Computer. 2025. https://learn.internetcomputer.org
  5. [5]Aggelos Kiayias, Philip Lazos, Jan Christoph Schlegel. Would Friedman Burn Your Tokens? Financial Cryptography and Data Security (FC 2024). 2024. arXiv:2306.17025. https://arxiv.org/abs/2306.17025