FinanceSeptember 14, 2026by
Empoorio Foundation
Empoorio Foundation

How EmpoorioChain Makes Money: Fees, Burns and a Treasury — Not Subscriptions

Analogies between chains and media companies are fun and mostly wrong. A chain has no subscribers; it has users who pay per action and validators who are paid per era. This post is EmpoorioChain's actual economics, end to end.

Revenue: fees by weight

Every native transaction pays a fee proportional to its weight — reference time and proof size measured per call — plus a length fee and an optional tip. EVM transactions pay EIP-1559 gas. Measured on the testnet: a transfer 0.000025 DMS, a swap 0.00018, a 100-item NFT batch mint 0.0022, a ZK-verified AI inference 0.0035.

Distribution: 80 % burned, 20 % treasury

Every fee is split. The burn reduces supply. The treasury share gives the on-chain treasury (150 M DMS at genesis, 15 %) an income tied to network use. Slashing penalties add 70 % to the treasury. Domain registrations (.emp: 2,000 / 500 / 20 DMS per year by length) go to the treasury too.

Spending: capped

The treasury may spend at most 10 % of its balance per 365-day window, through governance proposals. (Until runtime 217 the window constant was 12 hours — a unit error that made the cap meaningless; corrected, recorded.)

Supply: gap-decay emission

emission_per_era = (3,500,000,000 − supply) × 0.0083446 %

Per 24-hour era, split 75 % to the staking pool, 25 % to the Ailoos AI reward pool, with nominal staking APY capped at 20 %. Emission decreases forever, never reaches the cap, never reaches zero.

The loop

Burning a fee widens the gap to the cap, so future emission rises slightly. Network use therefore funds future validator and AI rewards structurally — a perpetual security budget nobody has to vote for, in the tokenomics document's words. That is the model's central idea.

Where it is not working yet

  • The fee multiplier does not respond to congestion (FeeMultiplierUpdate = ()), so fees are small and fixed and the burn is tiny. The loop is a design property, not a measured effect. Fixing it is an economic-class upgrade.
  • Weights are hand-written, not benchmarked on the reference machine. Fees are therefore approximate.
  • Volume is near zero: the testnet settled its first swap on 14 September 2026.

Who is paid

  • Validators and nominators: from the staking pool, per era, proportional to stake, capped. Operator economics at the sale price and a 50,000 DMS validator bond are viable to roughly 500 validators per the tokenomics simulation — and the document warns that at a much lower price the operator loses money long-term; engineering does not fix that.
  • AI nodes: from the Ailoos pool, per era, proportional to verified work.
  • Storage providers: from users, by the byte, through the storage market.
  • Creators: royalties enforced on transfer; 70 % of pay-per-use in EidoOS.

The company behind it

Empoorio's operating company builds the apps and runs the two validators; the commerce apps earn in fiat today. The foundation structure described in the governance design is not yet registered — a mainnet-gate item. The chain's economics above are the protocol's, not the company's, and they are in a file anyone can read.

Based on TOKENOMICS_CANONICO.md §3–5, TOKENOMICS.json, FEE_MODEL_AND_LOW_COST_STRATEGY.md and the runtime 217 notes.

Share this article