Governance is the part of a chain that decides what everything else means. EmpoorioChain's governance was designed in mid-2026 as five layers, with a small set of rules placed deliberately out of reach of ordinary votes. This post describes the design and is precise about which parts are implemented.
Five layers
1. Foundation with a permanent guardian. A non-profit foundation stewards the protocol. Its guardian holds a unilateral veto on exactly three things — changes to the maximum supply, an emission rate above 5 %, and dissolution — and nothing else. Six iron rules sit in the statutes and require a 95 % supermajority to change.
2. Guardian token on chain. A single non-transferable token held by the foundation's account, granting a veto on the root governance track and on the launch of sub-tokens. It cannot be bought, moved or accumulated.
3. Technical committee, 7 of 9. Four permanent seats appointed by the foundation, five elected. Decisions need seven votes, which gives the founding group a perpetual blocking minority on protocol changes without a majority to force them through.
4. Vote-escrowed DMS (veDMS). Lock DMS for up to four years and receive non-transferable veDMS that decays over time, up to 6× weight at the maximum lock. veDMS carries governance weight and economic rights — airdrop boosts, pro-rata access in equity rounds, information rights — on the Curve model.
5. Dual-class equity in the operating companies: Class A for investors (one vote), Class B for the holding (ten votes), with staggered boards, supermajorities to remove the CEO and a mission lock in the articles.
The six iron rules
| Rule | |
|---|---|
| IR-1 | Maximum supply is 3.5 billion DMS, immovable |
| IR-2 | Emission rate between 0 and 5 %; only on-chain governance may adjust it within that range |
| IR-3 | The guardian cannot be removed by vote |
| IR-4 | Sale allocations are irrevocable |
| IR-5 | 35 % of any sub-token is airdropped to stakers, contractually |
| IR-6 | No entity holds more than 10 % of effective voting power |
What is implemented
- On chain today (spec 220):
pallet-guardian(index 32),pallet-gov-boundary(34),pallet-community-governance(22), the treasury with its spend cap (10 % per 365-day window since runtime 217 — before that the window was mis-set to 12 hours, which the tokenomics document records), and the emission formula whose ceiling the runtime enforces. - Designed, not implemented: veDMS. The tokenomics and governance documents mark it as a future specification.
- Not yet done: the legal registration of the foundation entity. The mainnet gate lists legal entity identified as a blocking, unchecked item. Empoorio's operating company is a private company registered in 2020; the foundation described here is the target structure, and this post does not claim it exists.
Why design control this way
The stated purpose is to keep the founding team's strategic control over the mission — supply, emission, existence — while investors and token holders hold economic majority, and to make four specific attacks structurally hard: a whale capturing governance, a venture investor capturing the company, a mass dump at listing, and a forced change of mission. Whether that is the right balance is a fair debate; what this page commits to is describing it accurately.
Based on the governance shielding design (2026-07-01), TOKENOMICS_CANONICO.md, PALLET_REFERENCE.md and MAINNET_GATE.md Gate 5.


