PezkuwiChain · Whitepaper Home Download PDF

Whitepaper v6.1 · Testnet Edition

A state that runs
as software

A register nobody can quietly edit. A ballot anyone can recount. A treasury that moves only on a named authority. Borders drawn in code rather than soil.

Dijital Kurdistan Tech Institute Two tokensFive chains, two at genesisTwo electoratesNo genesis yet · launched from the code that produces it Where this document and the code disagree, the code is right

WELATÎ · THE ROLL Every office, every vote and every reward begins with the citizen NFT. HELBİJARTIN · THE ELECTIONS SEROK Elected by every citizen MECLIS Elected across ten districts SEROKÊ MECLISÊ Elected from sitting members MAKÂM · THE OFFICES DÎWAN The court neither power seats alone ELECTED BY THE MECLIS APPOINTED BY THE SEROK SEROKWEZÎRAN Nominated, then confirmed KABÎNE Formed by the Serokwezîran alone TÎKÎ · OFFICE, ROLE AND BADGE One register holds them all — the elected, the appointed, and the earned. An office may never be granted the way a badge is. HEZ · THE CURRENCY Presale Treasury Airdrop Founder Half of it waits in a keyless pot for the presale. The founder’s PEZ waits on the gate. PEZ · THE FRANCHISE The commons — treasury and citizens’ pool Founder Presale Nearly all of it is the commons. Fixed forever — no mint, no burn, no human owner. BERÂWERD · THE RELEASE EACH PERIOD HALVES THE ONE BEFORE IT the state the citizens Released by arithmetic. Nobody signs it.

Abstract

PezkuwiChain is a sovereign public blockchain built to carry the functions of a state: a citizen register, elected institutions, a treasury, a currency, and courts. It is not a company issuing a token. Its constitution is its runtime, its statute book is its pallet set, and its separation of powers is enforced by the type system rather than by promise.

Two properties distinguish it.

There are two electorates and they are deliberately different. Matters of the state — citizenship, offices, the register — are decided by counting citizens, one person one vote, on a chain where a token balance buys no vote — the deposits that make a proposal or a candidacy serious are reserved in HEZ, and reserved is not spent. Matters of the network’s administration — staking, leases, auctions, the treasury of last resort — are decided by stake. Neither electorate votes in the other’s ballot.

They are not equals. The civil layer holds the only door into the consensus layer’s root, and the reverse door does not exist: no referendum of holders, and no collective, can reach the register.

Money and the authority to move it live on different chains. Every fund sits on the Asset Hub. The relay holds no fund of its own — only the escrow mirroring what the Asset Hub carries, and the founder’s allocation, which is property rather than a fund. Each chain holds the escrow for what it does not hold, so the two mirror each other: the relay’s escrow stands behind the Asset Hub’s pots, and the Asset Hub’s stands behind the relay’s share. Every authority to draw from it sits on the People chain. A payment is a cross-chain message from an office to a fund, and the fund’s own configuration names the one chain it will listen to. An officeholder cannot reach the money by holding a key; they reach it by holding an office, and the office is an entry in a register that citizens elect.

This document describes the system as it is written, and every figure in it is read from the source. Where a figure here and the code disagree, the code is correct and this document is the defect.

This is a design document, and the system it describes has no genesis yet. The runtime is written, its invariants are held by gates that run in continuous integration, and the chain will be launched from the code at the commit that produces it.

A closed simulation of this design ran with an invited group of testers from the third quarter of 2025 to the second quarter of 2026. It was private, it was not this chain, and it was retired once the design was settled. Nothing in this document rests on it.

Our Philosophy

The Age of Noise

Blockchain technology arrived promising decentralisation, transparency and freedom. Much of that promise became a speculative casino — tens of thousands of tokens engineered to glitter briefly on a listing and fade, exchanges acting as gatekeepers of volume rather than of engineering, and genuine work lost in the noise.

PezkuwiChain is built in deliberate opposition to that. We treat this technology not as an instrument of speculation but as infrastructure for a society — which means the measure of the project is not a price, but whether a citizen can be registered, an office can be filled, and a payment can be traced to the authority that ordered it.

Trust, Not Capital

Power has always gathered around capital, and proof-of-stake carried that pattern into the digital world: those who hold the most make the rules. PezkuwiChain does not abolish stake — a citizen with nothing at risk has no standing here either. What it refuses is the equation of stake with standing.

Two things follow, and the second is the one usually left out. A citizen with nothing staked has no standing at all — the stake component is a gate, not merely a weight, and no amount of education or vouching substitutes for it. What the gate does not do is set the price of standing above it. Standing is a trust score, and stake is its smallest component: education carries the greatest weight, then the citizens one has vouched for and the contributions one has made, and only then capital. Even within its own share, capital saturates — the tiers stop rewarding size well before large holdings, and the largest remaining multiplier is granted for holding through twelve months rather than for holding more. Beyond a modest threshold, patience buys more standing than wealth does.

And in the body that secures the chain, standing does not compound at all: a score decides whether a citizen may enter the validator pool, and a uniform draw decides who sits. Above the threshold, the wealthiest citizen and the barely-qualified citizen have exactly the same chance.

A Clean Slate: The Stateless Advantage

Established states must refactor centuries of bureaucracy to enter this era; they cannot build anew without first dismantling the old. A stateless people carries no such legacy — no inefficient ministry to transform, no incumbent to compensate. That absence becomes a clean slate: the chance to build rather than adapt.

So the rules that established states retrofit painfully — a register that cannot be forged, an election whose count is public arithmetic, a budget that cannot move without a named authority — are written into the foundation here rather than bolted on afterwards. In an age where borders are increasingly drawn in code rather than soil, that is this project’s ambition: a direct path to civic infrastructure founded on trust and shared values rather than on capital and borders alone.

1. Why a State, and Not a Platform

Most chains are platforms looking for applications. PezkuwiChain begins from the opposite end: a nation without a state apparatus, and a question about which parts of one can be built from software.

Some cannot. A blockchain does not hold territory, and it does not enforce a judgment with anything but the consent of those who run it. What it can do is hold a register that nobody can quietly edit, run an election whose count is reproducible by anyone, and hold a treasury whose every movement carries the name of the office that authorised it. Those three — the register, the ballot and the ledger — are what a state must get right before anything else, and they are precisely what software is good at.

The design is narrow on purpose. This is not a world computer. It is a civil service that cannot be captured by whoever holds the most coins.

2. Architecture

PezkuwiChain is a relay chain with system chains attached to it. The relay provides shared security and finality; each system chain carries one function of the state and nothing else. This is not a scaling decision. It is a separation-of-powers decision expressed as topology: the chain that holds the register is not the chain that holds the money, and neither is the chain that produces blocks.

ChainIdCarries
Pezkuwichain (relay)Consensus, finality, the validator session, cross-chain routing, and the HEZ escrow
Asset Hub1000Every fund. HEZ, PEZ, wHEZ and wUSDT. Staking and validator elections.
People1004The citizen register, every office, the courts, trust, and the validator pool
Bridge Hub1002Bridges to other consensus systems, including Ethereum
Coretime1005Blockspace allocation

Five chains are specified; two of them run from the first block. The relay schedules exactly two cores at genesis, one for the Asset Hub and one for People — the two chains a state cannot run without. Bridge Hub and Coretime are written and will be seated when there is traffic for them to carry; every figure here about those two describes a specification rather than a running chain.

HEZ is native on all three running chains and moves between them by teleport, against the escrow each chain holds for what lives elsewhere. A teleport is only allowed to release what the escrow on the receiving side covers, so a chain can never mint back more than left it. Two wrapped assets also live on the Asset Hub and are not part of that mechanism: wHEZ (asset 2) is HEZ wrapped one-for-one so that pallets handling assets rather than the native balance can trade it, and wUSDT (asset 1000) is the custodial bridge’s representation of USDT. Neither is a second HEZ, and neither is minted by a teleport.

2.1. The One Door into the Relay’s Root

The relay chain has no root governance track. There is no referendum that can dispatch as root, and no collective that can. Root arrives from exactly one place: a message from the People chain, carried as a superuser instruction, converted by a single origin converter that matches that chain’s identifier and nothing else.

The constitutional core of this design is eleven lines of code. The consensus layer is subordinate to the civil layer, structurally, and no amount of stake can reverse the direction.

What root can do, stated plainly. Root in this system is not an office; it is a seat, and two things sit in it. One is the People chain’s own referendum, on the twenty-eight-day track, counted by citizens. The other is a sudo key held for the founding period. Until it retires it is absolute, and this document would be worth less if it said otherwise.

When it retires is a measurement, not a date. The referendum seat is only occupied once the register can actually fill it: the support floor in §3.1 means a question needs two thousand citizens voting aye, and a roll that cannot produce them has a civil path in name only. Retiring the key before then would not hand authority to the people — it would leave the chain with no working authority at all. So the key goes when three things are true together: the chain has been proved end to end on the test network, the roll can carry the floor, and a referendum has actually decided something under it. The third is the one that is easy to skip and the one that matters: an authority that has never been exercised is not known to work.

Root can upgrade a runtime, and a runtime is where every rule in this document lives — including the origin filters that make the funds refuse. So every claim below of the form “X cannot reach this money” means “X cannot reach it short of a runtime upgrade.” There is no formulation that would make it stronger, and a document implying one would be describing a different kind of machine.

What protects the invariants is therefore not impossibility. It is that the only path runs through an upgrade; that an upgrade is a constitutional amendment rather than an administrative act; and that the path is slow, public, and counted by people rather than by holdings. Two things are deliberately kept off even that path: the register’s own admission rules, which no root arm administers (§3.1), and PEZ’s supply, which a call filter refuses over any cross-chain message whatever origin it carries (§8.2).

3. Two Electorates

The most consequential decision in this system is that the franchise is split, and the two halves count differently.

3.1. The People Chain — One Citizen, One Vote

Referenda on the People chain are tallied by a citizen count. Support is measured as ayes divided by the entire citizen roll, not by tokens, and approval as ayes over ayes-plus-nays. A wallet holding a billion HEZ has exactly the weight of a wallet holding none: one, if it belongs to a citizen, and zero if it does not.

Support is measured against the roll, or against a hundred thousand, whichever is larger. The support thresholds below fall to two percent, and two percent of a young register is a handful of people — the curves are written for a state with millions on the roll, and applied to a few hundred they would let a couple of dozen citizens amend the constitution. So the denominator has a floor. Below it a question is not cheap to carry; it is refused, in the same way a stratum with too few members is refused a seat in §7.2.

And the roll can fall as well as rise. A denominator that only grows has the same end as a captured one: every lost key, every death and everybody who registered once and never came back would stay in it for good, so the share a question needs would climb for ever while the people who could supply it did not. A citizen who has taken no part in anything for two years stops counting towards it. Nothing is taken away — the citizenship, the standing and the vote all remain, and casting one puts them back in the count in the same block — and anybody may mark a silence the chain can already see, because a body that chose whose absence counted could shrink the electorate before a vote it cared about.

Two things follow. Nothing can pass before the roll reaches two thousand, because a question needs two thousand ayes and there is nobody else to cast them — and that is a necessary size rather than a sufficient one, since two thousand citizens must actually vote aye, not merely exist. And the floor retires itself: once the register is larger than a hundred thousand the denominator is the roll again, and the rule has no further effect for the rest of the chain’s life.

TrackDecisionConfirmFor
root28 days24 hAnything on this chain except the register’s own rules
welati_election14 days12 hElectoral machinery
welati_admin7 days3 hRoutine administration
citizenship_admin14 days6 hThe register’s administration
qeyd_rules90 days7 daysThe rules governing the register itself

Voting costs nothing. Answering a referendum, casting a ballot and endorsing a candidacy are free the first time each citizen does them — the fee is skipped in the runtime rather than refunded — because a franchise that costs money is not one this document can claim. A repeat is paid for, which is what stops a free call being a free call twice.

The last row is the notable one. The parameters deciding who may vouch for a new citizen, how many people one citizen may vouch for, and what suspends that right, live in a parameter store whose only administrator is a referendum on the ninety-day track. Not root. Not the court. Not the president. Changing the rules of admission takes three months of deliberation by the people already admitted, and there is no faster path.

That exclusion is literal: the twenty-eight-day root track is an arm of nothing in this store, and neither is the relay. An optional slow path is a fast path — nobody takes the long road when the short one arrives at the same place — so the short road was not built. The escape hatch is the one named in §2.1 and no other.

3.2. The Relay Chain — Stake, with Conviction

The relay uses conviction voting over HEZ. Turnout is measured against votable issuance, which deliberately excludes the escrow account holding the Asset Hub’s mirror of the supply — 180 million HEZ that exists on both sides of a teleport and must not be counted twice. The Asset Hub excludes its own escrow the same way, for the same reason: no key can vote it, and counting a tenth of the supply that nobody can move would quietly raise the bar on every referendum held there. Eight tracks exist for network matters. There is no track for root, because root is not the relay’s to give.

3.3. The Citizens’ Initiative

Citizens may open a referendum without any office’s involvement. One percent of the roll, recomputed live against the current register, backing a proposal within fourteen days, opens it on the track it names. The deposit is ten HEZ and the cooldown is thirty days.

4. Citizenship

Citizenship is a non-transferable NFT in collection zero. Holding it is what makes an account a welatî, and every office, every vote and every trust score is downstream of it. Admission has three steps and no gatekeeper — nobody sits between an applicant and the register whose approval must be sought, and no office can admit at will:

Apply. The applicant reserves a one-HEZ deposit and registers an identity hash. The hash is globally unique and claimed at application time, so two applications cannot describe the same person.

Vouch. An existing citizen approves the referral. A citizen begins with five vouching places and earns one more for every three that settle, to a ceiling of fifty. Vouching is not free of consequence: a voucher whose referrals are revoked three or more times, and whose revoked share passes twenty percent, is suspended.

Confirm. The applicant confirms, the NFT is minted, and the roll increases by one.

Two hands do touch the register, and both are named rather than implied. If nobody vouches within ninety days, the founding account may admit the applicant and becomes their referrer of record — the fallback exists so that having no connections is not a permanent bar, and admissions made this way are stored apart from ordinary vouches, so standing in for somebody is never counted as having chosen them. And the court, as the register authority, can revoke a citizenship or a vouch after the fact. Neither is an administrator of admission: one cannot refuse, the other cannot admit.

What the identity hash does and does not prove. Uniqueness of the hash stops the same document being registered twice. It does not stop one person registering twice with two documents, and this system claims no proof of personhood. The defence against a manufactured population is the vouching chain and its cost: a fabricated citizen needs an existing citizen to stand for them, vouching places are finite, and a voucher whose referrals are revoked loses the right to vouch at all. That is accountability rather than impossibility, and it is priced accordingly — a hostile register-stuffer must either buy citizens who have something to lose or burn their own standing at three revocations. We state the bound rather than overclaim the mechanism: the register is as honest as the citizens who fill it, which is a weaker guarantee than cryptography and a stronger one than an administrator’s judgement.

Losing the key. A citizenship NFT is non-transferable and its identity hash is claimed for good, so an applicant who loses their key cannot simply register again — the hash would collide with the one they already own. The remedy is judicial rather than automatic: the court, sitting as the register authority at two thirds, may reissue a citizenship to a new account. It is deliberately not a self-service path. A recovery anybody can invoke is a theft mechanism wearing a helpful name, and the register is the one asset in this system with no market price and no way to be made whole after the fact.

The old account is retired for good. It can be neither reissued again nor reissued to, which is what stops a chain of accounts being used to launder standing through a series of court orders. It stays on the record as superseded rather than being erased: history keeps the name it was written under, and only what a person is owed or answerable for follows them forward.

5. The Institutions

Every office is a tiki — an entry in the register attached to an account. Fifty-six exist. What matters is not the list but the four ways one is obtained: automatic (citizenship itself), elected, earned (by contribution, at published thresholds), and appointed. An office may never be granted by the route that grants a community badge, and the code refuses it.

5.1. Serok — the President

One seat, four years, elected by every citizen. To stand, a candidate needs an approved identity, a trust score of at least 250, a hundred-HEZ deposit, and endorsements from citizens with a trust score of at least 40 — a thousand of them once the register is grown, and the same share of a smaller one before that. Written flat, a thousand was half the population of a young roll, each endorser needing standing that comes mostly from education nobody could have earned yet; the first election would have been winnable only from inside whatever circle could hand out the rest. The threshold now scales with the register up to the figure named here and never past it, with a floor so that a candidacy in a small country still costs somebody else’s reputation. Nobody may serve more than two consecutive terms.

The election requires fifty percent turnout — waived only after one failed attempt, so that a boycott delays rather than vetoes. A candidate wins outright with more than half the valid votes; otherwise the top two go to a runoff whose campaign is one third the length.

5.2. Meclis — the Parliament

Two hundred and one seats, four years, elected across ten districts. A candidate needs a trust score of at least 100 and a hundred endorsements, and the election requires forty percent turnout.

The first parliament sits for half a term. This is deliberate: it staggers the legislature against the presidency permanently, so that no single election ever renews the whole state at once.

5.3. Serokê Meclisê — the Speaker

Elected, but only from among sitting members of parliament, and requiring a trust score of at least 200. The Speaker holds no term of their own — the office is vacated whenever a new house is seated, because a speaker without a house is not a speaker.

An office that falls empty does not wait for the calendar. A vacancy opens its election at once rather than at the end of a term nobody is serving, and that holds for the bodies as well as for the single-holder offices: a house that lost every seat cannot vote itself back, and an elected seat on the court has no other route to being refilled — the President fills an appointed vacancy the moment one opens, but the elected six are the house’s to seat. In the meantime the Speaker acts for an absent President, which is the ordinary rule: the presiding officer of the elected house, chosen by that house, and already in the country’s confidence.

5.4. Dîwan — the Constitutional Court

Eleven seats, nine years — the longest term in the system, and longer than any body that appoints to it.

Six are elected by the Parliament and five are appointed by the President. Neither can seat a majority. The split is not written as “five”; it is derived, as total minus elected, so that changing the size of the court cannot silently change the balance between the two powers that fill it.

Elected members need a trust score of at least 275. Appointed members must already hold one of fourteen qualifying professional tikis — jurist, judge, prosecutor, engineer, cyber-security specialist, network operator, economist, accountant, planner, electoral officer, statistician, auditor, scholar or cultural custodian. A president may choose, but only from people the register already recognises as qualified.

There is no call to dismiss a member of the court. The absence is the point.

The seats are not staggered, and that is a choice rather than an omission. A staggered bench is harder for one election to capture, and giving that up is a real cost — but a staggered court is one whose seats are always about to fall vacant, so its members always sit in front of the body that will next fill them. This court is meant to be eleven people the nation already follows, seated once, irremovable, owing nothing to whoever seated them; a rolling appointment would let the calendar back in exactly what the missing dismissal call keeps out. The capture worry is answered by arithmetic instead: taking all eleven needs the house and the presidency in one moment, and both run for four years against the court’s nine — so the alignment that seated it faces the electorate twice before a single seat turns over.

Dismissal and vacancy are different questions, and only the first is closed. Death, a lost key and permanent silence are not misconduct, but they subtract from the same two thirds a decision needs; four silent seats out of eleven make that threshold unreachable for good, and every authority the court carries — the register, the validator pool and the fast upgrade path in §10.1 — freezes with it. So the court’s seats are vacated on measured inactivity, and the duty that goes with a seat is one signature every hundred and eighty days. It decides nothing — a check-in is not a vote and says nothing about how a member would rule — because a duty that required agreeing with anybody would make the court answer to whoever set the test. Anyone may then vacate a seat that has missed it; the condition is arithmetic anybody can check, and no body is given the power to choose whose absence counts, because every body that could hold it is one the court exists to rule on.

Vacating is itself the repair: two thirds is counted over the members who sit, so a bench of seven needs five rather than eight, and the court resumes the moment the silent seats leave it. Refilling is the slower half — the President may appoint into a vacancy at once, while an elected seat waits for the court’s next scheduled election. Removal for cause remains impossible; absence is not cause, and treating it as such would be the loophole this rule exists to refuse.

The court is not decorative. Two thirds of it constitutes the register authority, which governs the citizen register itself, administers the validator pool, and can strip an elected or earned office. It is also the fraud origin for education credentials and, with the council, the slashing origin for staking scores.

The council is the parliament’s own standing body: a collective of up to a hundred whose roster is written from the sitting Meclis rather than elected separately, so it holds no mandate of its own and cannot outlive the house that seats it. It matters in three places and nowhere else — it is an alternative arm where the court or the president would otherwise act alone, it is half of the slashing origin for staking scores, and a single member may freeze a suspicious staking-score submission pending review. That last one is deliberately cheap to use and cannot take anything: freezing is not slashing, and only the two bodies together can slash.

5.5. Serokwezîran and the Cabinet

The President nominates; the Parliament confirms. Neither alone suffices, and either may end it. Once confirmed, the Prime Minister appoints and dismisses the cabinet alone — seven named ministries (finance, defence, justice, education, health, infrastructure, culture) plus general ministers without portfolio. Two of those ministries carry spending authority, and they are the subject of section 9.

5.6. The Civil Service

Twenty-four professional offices, from judge and prosecutor to notary, registrar, tax collector, ambassador and teacher. Any minister or the President may nominate; nobody may nominate themselves; every nomination needs a trust score of at least 75 and lapses in seven days.

Five of the twenty-four cannot be seated by the President alone — judge, treasurer, cyber-security specialist, inspector and ambassador require parliamentary confirmation. And the list of which five is itself amendable only by the Parliament. The executive cannot shorten the list of offices it does not control.

6. Trust

Trust is a single number between zero and a thousand, recomputed per citizen, and it is the currency of standing — for candidacy, for endorsement, for the validator pool, and for the citizens’ share of the reward pool. It is composed of four measured parts, each normalised against its own maximum and weighted:

PartWeightMeasuresMaximum
Perwerde (education)30Points from completed, certified courses50,000
Referral25Citizens vouched for, net of revocationsThe score at the current vouching ceiling
Tiki25Community and contribution badges held1,000
Staking20Size and duration of stake100

The weights sum to one hundred, and the runtime asserts it. Each part is divided by what is attainable, not by a number written beside it: the education maximum is every rewarded course taken at full value, and the referral maximum is the score a citizen reaches at the vouching ceiling the register’s rules currently set. A weight that says twenty-five is therefore twenty-five, and stays twenty-five if a ninety-day referendum moves the ceiling. Three properties follow from the arithmetic, and all three are intentional.

Zero stake is zero trust. The staking part is not merely weighted; it is a gate. A citizen with no economic exposure scores zero however educated or well-connected. Standing requires something at risk.

But capital is the smallest component. Stake carries the lowest weight of the four, and its own scale saturates: the amount tiers stop rewarding size above 750 HEZ, and the largest remaining multiplier comes from holding for twelve months, not from holding more.

Offices are excluded. Holding an office adds nothing to the tiki component — the code filters offices out before summing. Otherwise power would compound: an office would raise trust, trust would qualify for more offices, and the register would drift toward whoever already held it.

7. TNPoS — the Validator Pool

Nominated proof-of-stake elects the wealthiest set that nomination can assemble. Over time that is the same set. TNPoS breaks the correlation by construction: it fills the committee from nine independent strata and gives each stratum the same number of seats regardless of how much stake sits behind it. Each stratum seats three validators; a full committee is twenty-seven.

What each gate answers to is what the argument counts, and it is eight different answers: the market for stake, the elected house for Meclis, the court for Dîwan, accredited institutions for Perwerde, the community for Tiki, a notary — undone by the court — for Geography, and no authority at all for the open lottery or for Tenure, which are held honest by pool size and by elapsed time instead.

The security argument rests on the strata being gated by different authorities: two strata answering to the same institution are one stratum, not two, and the committee’s independence is counted from that number. The stratum named Dîwan is the court of §5.4, and a seat there confers no judicial office in the other direction: a judge who validates is a judge who runs a node, and the court still decides as a body of two thirds. Its floor is the one exception in §7.3, and the court’s size is exactly the reason for it. All nine gates are measured on this chain today, and they are nine different measurements. Stake, education and community tikis each read their own score. The parliamentary and judicial strata read the membership they are named after, so a citizen with a perfect trust score and no seat is refused by both. Geography reads an attested belonging — where a citizen is from, not where they are sitting. Somebody from Rojava living in Germany marks Rojava: this is the register of a dispersed nation, and what is worth spreading seats across is which part of it a person comes from. Six are recognised: Başûr, Bakur, Rojava, Rojhilat, the diaspora and the Caucasus, the last two for citizens whose belonging is to neither of the four. A citizen may ask for a mark once twenty-five settled referrals stand behind them, a notary confirms the region they claimed and no other, the court can cancel it — and the citizen can take it back, because it is volunteered and nothing else asks for it. Where a validator’s machine physically stands is a different question, and the ninth stratum answers it by measurement rather than by asking. The three seats rotate across the regions rather than pooling — six complete a cycle in two eras — because three seats drawn from one pool would go to whichever region is most populous and the label would decide nothing. Tenure reads unbroken, offence-free time in the pool and answers to no authority at all: it is the one qualification that cannot be granted, bought or manufactured. Moving between strata does not break it — a member never stops being in the pool — but leaving does, and so does an offence, so a validator who equivocates begins that record again rather than waiting out a ban. The open lottery asks only that a citizen has done more than the cheapest possible act — its bar is exactly what an account that stakes the smallest tier and does nothing else scores — because that stratum’s security is the size of the pool rather than the height of its bar, and a hard gate there would duplicate one of the other eight and shut out the ordinary citizens it exists to seat.

Infrastructure is the ninth, and it is the only gate that asks for work done. Forty-eight sessions seated, no ban, and no repeated pattern of failing alongside others. The other eight are passed with money, an identity, a vouch, a seat or a signature; this one is passed by having validated, which nobody can grant and no manufactured account arrives holding.

It measures failing together rather than being apart, and that is deliberate. Location matters only because validators in one place go down at the same moment, and that moment is the only consequence of shared infrastructure that reaches a chain at all. So the relay reports, at the end of each session, who was seated and who authored nothing; one name is an operator’s own outage, eight names is eight operators who share something. A session where more than half the committee is down marks nobody — that is the network having a bad day, and counting it would mark every honest operator at once.

It disqualifies; it does not certify. A cluster that has never had an outage looks exactly like independent operators, and no measurement from inside a chain can separate them — two validators that have never diverged leave no trace of their difference. A declaration would not solve that, only hide it, and would put an authority and a lie where there is currently neither. What this gate does is make shared ground detectable once it costs anything, and it says so rather than promising more. The figure to hold onto is therefore this: nine strata are specified, and the count of independent gates is what the network should be judged on at any given moment. It is published on chain, and it is not nine yet.

7.1. Membership is a Gate, Not a Ranking

This is what most distinguishes TNPoS from anything score-weighted. Inside a stratum, a higher trust score buys no advantage whatsoever. Nor is admission permanent: every gate is read again at each draw, so a member whose term ended, whose court seat was vacated for silence, or whose mark the court cancelled stops being drawn in that era rather than at whatever point they get round to leaving. A gate read only at the door disqualifies nobody already inside. The score decides whether you are in the pool; a uniform random draw decides whether you sit.

The draw is seeded by commit–reveal across the era: commitments in the first half, reveals in the second, each era’s seed derived from the previous one and the revealed preimage. No single participant chooses the seed, and the seed for an era does not exist until that era is underway.

7.2. The Floors

A stratum with fewer than fifty eligible members is not seated at all, and its seats are not redistributed. The court is the single exception and carries its own floor of three, which is its seat count: fifty is sized against an adversary who can manufacture eligible members, and a seat on an eleven-member court cannot be manufactured — taking six of them means taking the house and the presidency together, at which point three validator seats are not what stopped anybody. Applying fifty there would have left the judicial stratum permanently unseatable, since eleven can never be fifty. A committee is refused if it draws from fewer than five strata, or has fewer than fifteen members, or more than sixty-four. Refusing to fill a committee is a safer failure than filling it from whoever happens to be available: a thin field produces a smaller committee, never a captured one.

27Full committee
19Quorum — two thirds plus one
9Can halt it by abstaining
11Would have to collude to fork it

All four are derived from the committee size rather than fixed, so a smaller committee is honest about being easier to disrupt.

7.3. Misconduct and Slashing

TNPoS itself touches no funds. Its sanction is exclusion: unavailability bans a validator for twenty-four eras, equivocation for three hundred and sixty. A ban may only ever be extended, never shortened, and removal from the committee is immediate.

Economic slashing is the Asset Hub’s business, and nothing is burned. Slashed HEZ is resolved to the treasury. Burning an inflating token would hand the confiscated value to everyone still holding it — a quiet dividend paid by the victim to the bystanders. A penalty should become something the state can spend.

The State Schema

Four registers: the roll that makes a citizen, the offices the roll fills, the pool that secures the chain, and the funds — each naming the single chain whose instruction it accepts.

The state, as written WHO IS CHOSEN HOW · WHO MAY MOVE WHAT I · THE ROLL — PEOPLE CHAIN WELATÎCitizen NFT, collection 0Identity hash, uniqueVouched by a citizen ONE CITIZEN, ONE VOTETally counts the roll,not the balanceInitiative: 1% of the roll RELAY ELECTORATEConviction voting on HEZNetwork matters onlyNo root track exists II · THE OFFICES SEROK1Elected by all citizens · 4 yearsTrust 250 · 1000 endorsementsTwo consecutive terms at most MECLIS201Elected by all citizens · 4 yearsTrust 100 · 10 districtsFirst term halved, on purpose DÎWAN119 years — the longest term6 elected by the Meclis5 appointed by the SerokNeither seats a majorityNo call exists to dismiss SEROKÊ MECLISÊ1Elected, from sitting membersVacated when a house is seated SEROKWEZÎRAN1Serok nominates · Meclis confirmsEither alone may end it KABÎNE7+Appointed by the SerokwezîranDarayî · Parêz · Dad · BelawTend · Ava · Çand · Wezîr CIVIL SERVICE24Nominated by Serok or a WezîrFive need the Meclis: Dadger,Xezinedar, Ewlehî, Mufetîs, Balyoz 6 5 III · THE VAULTS — ASSET HUB TREASURYHEZ · network governanceFive spender tiers, 250 → 1MRoot may spend it — by design AIRDROP POTHEZ 40,000,000 at genesisPM proposes · Serok approvesAbove 1M: Xezinedar + 7 days PRESALE POTHEZ 100,000,000 at genesisWezîrê Darayiyê proposesThe Meclis decides · then locked GOVERNMENT POTPEZ · 25% of every releaseWezîrê Darayiyê spendsBounded by the passed budget INCENTIVE POTPEZ · 75% of every releaseNo office signs a citizen’s shareClaimed, weighted by trust PEZ FUND4,812,500,000 of 5B, keylessReleases monthly by arithmeticHalves every 48 releases Four of the five name one chain they obey: the People chain. IV · THE POOL — TNPoS NINE STRATA 27 Three seats each, regardless of the stake behind them. Score admits; a draw seats. Stake staking score > 0 3 Meclis parliamentary path 3 Dîwan judicial path 3 Perwerde education score > 0 3 Tiki community score > 0 3 Welatî lottery the open seat 3 Geography regional spread 3 Tenure length of service 3 Infrastructure operational contribution 3 THRESHOLDS Quorum 19 · halt 9 · fork 11 A stratum under 50 is not seated, and its seats are not given away.
Elected by citizens, or claimed by arithmetic Appointed, nominated, or proposed by an office Judicial authority and sanction Cross-chain spend instruction

8. Two Tokens

HEZ and PEZ are not two flavours of the same thing. They answer to different authorities, live on different chains, and behave in opposite directions.

8.1. HEZ — the Currency

The native token of the relay, the Asset Hub and People. One HEZ is 10¹² TYR. It pays fees, it secures the network, and it inflates. Two hundred million exist at genesis:

AllocationAmountHeld onBy
Presale100,000,000 · 50%Asset HubA keyless pot
Treasury40,000,000 · 20%Asset HubA keyless pot
Airdrop40,000,000 · 20%Asset HubA keyless pot
Founder20,000,000 · 10%RelayThe founding account, liquid

Three of the four are keyless: no seed produces the account, so the balance leaves only through an authorised spend. The fourth is the founder’s, and it is property rather than a fund — held on a key, and liquid from the first block. That is deliberate, and it is stated here rather than left to be discovered.

It is liquid because it is the network’s launch capital. A chain secured by stake cannot seat the validators that produce its blocks until somebody has staked; at genesis there is no market and no one else holding HEZ, so the founder’s share is what the first validators are bonded with and what the founding team is paid from. The undertaking is that it is lent to the network’s security rather than sold — put behind validators so the chain has weight defending it, and returned to circulation as the roll and the market can carry it.

That is an undertaking and not a lock, and the difference is the point of this document: no runtime rule enforces it. What makes it checkable is that the account is public and the ledger is public: every transfer out of the founding account is on the chain, with its destination, its amount and its block. Whether the HEZ went to a validator’s stash or somewhere else is not a matter of trust — it is a query anyone can run, against an address published here. An undertaking that can be audited is a different thing from one that has to be believed.

What the runtime does enforce is on the other side of the ledger — the founder’s PEZ. It is minted into a keyless pot and leaves only when the population gate fires, in the same call that starts the citizens’ payments. If the roll never reaches the threshold the founder’s share stays locked as permanently as the citizens’ does.

The treasury’s share is minted into the treasury pallet’s own account on the Asset Hub, which is where the pallet that spends it lives. The relay has no treasury pallet, so money held there would have had authority nowhere: a pot with no governance path, reachable only by a key. Splitting the money from the authority that spends it is the failure this architecture exists to prevent, and it is not excused by the two halves belonging to the same state.

The relay mints the founder’s twenty million, the validators’ initial stashes, and a hundred and eighty million of escrow — the mirror of what the Asset Hub holds, so that a teleport moves a token rather than creating one. The Asset Hub mints the three pots and, mirroring the relay, twenty million and one thousand of escrow behind the relay’s own share. Adding the two chains’ issuance figures together is therefore wrong by construction: half of each is the other’s holdings seen from across a teleport. Both runtimes carry a test that builds the genesis and asserts owned plus escrow equals exactly two hundred million, and that the escrow sits on the checking account rather than merely summing to the right total.

Inflation is bounded and its base is fixed. The rate is a governance parameter, eight percent by default, hard-capped at ten percent by a constant no parameter can exceed. It applies to a fixed base of two hundred million, not to total issuance — so emission does not compound. At the default that is sixteen million HEZ a year, of which fifteen percent goes to the treasury and the rest to those securing the chain. Only the Treasurer, an office on the People chain, may change the rate — never HEZ holders, never by more than one percentage point at a time, and no more often than every ninety days.

What a fixed base means for a holder. Because the rate applies to the fixed two hundred million rather than to circulating supply, emission does not compound: the same number of HEZ arrives every year, and the effective rate falls as supply grows — about eight percent in year one, four and a half in year ten, under three by year twenty-five. Supply is nonetheless unbounded. It doubles in roughly twelve and a half years and triples in twenty-five. A genesis holder who never stakes is therefore diluted linearly and permanently, and this is a property of the design rather than an oversight: the emission buys validator security, which a state cannot pay for out of fees it does not yet collect. Stated plainly so that nobody has to derive it from the schedule.

Emission is not the only income. Transaction fees on the relay split eighty percent to the treasury and twenty percent to the block’s author; on the teyrchains the whole fee goes to the collator pot, which is a collator’s only income, since inflation pays the relay’s validators and not them.

8.2. PEZ — the Franchise

An asset on the Asset Hub, asset id one, five billion units, fixed forever. No inflation, no mint path, no burn path.

Its owner, issuer, admin and freezer are all one keyless account derived from a pallet identifier. No seed produces it, so nobody holds it. Beyond that, a call filter refuses mint, burn, force_create, force_asset_status and start_destroy for asset one arriving over a cross-chain message — so even the relay’s superuser cannot reach it.

AllocationAmountHeld by
Treasury + rewards pool4,812,500,000 · 96.25%Keyless treasury pot
Founder93,750,000 · 1.875%The founding account, locked
Presale93,750,000 · 1.875%Presale custody

The founder’s PEZ is locked on the same schedule as the founder’s HEZ and released to the same gate described in §8.3: none of it moves before the state has the citizens it exists to pay. The symmetry is complete rather than convenient — if the roll never reaches the threshold, the founder’s share stays locked as permanently as the citizens’ does. That is the point of binding the two to one latch instead of two schedules: the people who built this cannot be paid by a state that never came into being. The presale’s share is held by a custody account rather than a pallet because it is sold and therefore has to move; it answers to a board rather than to a single key.

8.3. The Halving

The rewards pool is not distributed by decision. It is released by arithmetic, monthly, and the amount halves every forty-eight releases — approximately four years.

The first period releases half the pool across forty-eight months: about 50,130,208 PEZ per month. Release forty-eight pays half that, release ninety-six half again, and the amount reaches zero when halving has consumed the last unit of the smallest denomination — around the sixty-sixth halving, which is roughly two hundred and sixty years out. Each release is derived from the release index rather than accumulated, so no drift is possible and no missed release can be double-paid.

Every release splits the same way: seventy-five percent to the citizens, twenty-five percent to the state. Nobody signs a release — once the schedule is running it happens on block initialisation, and no office can bring one forward or hold one back.
But the schedule does not start at genesis. It starts at a hundred thousand citizens.

Nothing is released — not the citizens’ share, not the state’s budget — until the register reports that the roll has passed a hundred thousand. The report is automatic, made by the chain that holds the register rather than by anyone who could be asked to make it, and it latches: once crossed, a later fall in population does not stop the payroll, because a state that stopped paying its citizens the month its population dipped would be worse than one that never started.

The reason is arithmetic. The first month pays about fifty million PEZ. Divided among two hundred citizens that is a founding distribution wearing a payroll’s clothes; divided among a hundred thousand it is what it says it is. The threshold is the point at which a single month’s share stops being large enough to be worth forging the register for — the same security argument §4 makes, applied to the money instead of the roll.

Two consequences follow, and both are written into the chain rather than promised here. The founder’s allocation is bound to the same gate, so the first tokens that move for the people who built this are not earlier than the first tokens that move for the people it was built for. And if the threshold turns out to be wrong, a ninety-day referendum of the citizens already admitted may lower it once — the same track that governs the register’s own rules, on the same reasoning: a number that could lock the pool forever should be answerable to the people the pool belongs to, and to no office at all.

9. The Five Funds, and Who May Move Them

This is the section the architecture exists for. Every fund is on the Asset Hub, and every authority over the state’s money is on the People chain. The single exception is the HEZ treasury: it answers to a spender track rather than to one named chain, because the authority over it is the economic franchise itself and therefore sits with the holders. Read each row as a sentence: this office proposes, this body decides, this fund pays.

FundTokenWho may proposeWho decidesHow it pays
TreasuryHEZNetwork governance, five spender tiers from 250 to 1,000,000The referendum on that trackWithin 30 days
Airdrop potHEZThe Prime MinisterThe President — plus the Treasurer above 1,000,000, with a seven-day delayWithin 30 days
Presale potHEZThe Finance MinisterThe Parliament, simple majorityWithin 365 days, after the lock
Government potPEZThe Finance Minister, bounded by the approved budgetThe Parliament, when it passed the budgetImmediate
Incentive potPEZNo proposal — a citizen claimsThe trust score, arithmeticallyImmediate

9.1. What the Funds Refuse

A ceiling on one payment is not a ceiling on spending. The airdrop pot pays on two signatures below a million HEZ and needs the Treasurer above it, which bounded any single payment and nothing else: a million could be moved, and then another million, until a forty-million pot was empty and the office being skipped was the only one that would have noticed. The pot now remembers. Recent payments drain away over a month rather than resetting on a boundary — a window that resets is worth twice its ceiling to whoever reads the clock — and once three million have moved inside one, the Treasurer signs and the week’s wait applies however small the next payment is.

Four of the five funds name exactly one chain they accept instruction from: the People chain. Not the relay. Not root. Not a key. The airdrop pot, the presale pot and both PEZ pots are configured with an origin that matches the People chain’s location and has no root arm at all — the arm was never built, which is a stronger statement than one that was built and then disabled.

The relay’s superuser cannot spend the airdrop, the presale, or either PEZ pot without replacing the runtime that refuses it. It can halt the chain and reject a proposed spend, but there is no call it can make that pays it.

The HEZ treasury is the exception, and it is the exception on purpose. Its five spender tracks are conviction voting over HEZ — the economic franchise deciding an economic question — and root is an additional arm above them. It is the fund of last resort, and the one place where the network’s own governance rather than the state’s holds the purse. It is also the only fund whose ceiling is a track rather than a chain, which is why it is the one a reader should watch.

9.2. A Payment, End to End

The airdrop path shows the whole shape. The Prime Minister proposes an amount and a beneficiary. The President approves — and if the amount exceeds one million HEZ the Treasurer must also sign, after which the payment cannot execute for seven days: a cooling period proportional to the size. Anyone may then execute, because every discretionary decision has already been made and recorded; what remains is arithmetic, and arithmetic should not wait on a signature. The People chain sends a message naming the pot, the beneficiary and the amount; the pot’s origin check confirms the sender. The beneficiary collects within the payout window.

Every step is an event. The proposal names its proposer, the approval names its approver, and the amount is on the wire in the clear.

9.3. The Budget and the Citizens’ Share

The government pot is not spent proposal by proposal. The Parliament passes a budget, which credits an approved figure; the Finance Minister then spends against that figure and cannot exceed it. This is the ordinary shape of public finance, enforced by a bound rather than by an audit after the fact.

The incentive pot is distributed per epoch, weighted by trust: a citizen’s share is their trust score over the network’s total active trust, times the epoch’s pool. Ten percent of each epoch is reserved for holders of role badges, and unclaimed rewards are clawed back after a week so the pool cannot silently drain into abandoned accounts. No office signs a citizen’s reward. It is claimed, and the arithmetic is the authority.

10. Security

At the implementation layer, the runtime is Rust compiled to WebAssembly and upgrades are forkless — a defect is patched by a runtime upgrade, not by asking the network to migrate.

And a defect can be patched in hours, on two keys. The ordinary route to the relay’s root is the twenty-eight-day referendum, which is the right speed for a constitutional amendment and the wrong one for something being exploited — and the call that fixes an unknown defect cannot have been approved in advance. So the court, at two thirds, may put a call hash on the relay’s whitelist, and a whitelisted call confirms in ten minutes. Neither key is enough alone: the court cannot dispatch what it lists, and what it lists is public for the whole of its confirmation. The court holds it rather than a ministry because this is the one authority that has to be used while something is going wrong, and the body holding it must not be the body most likely to be the reason.

At the consensus layer, block production and finality are separate mechanisms, so a chain that stops finalising still produces blocks and a chain that stops producing does not finalise garbage.

At the economic layer, slashing removes stake, and the removed stake becomes treasury rather than vanishing.

At the civil layer — the one this design adds — misconduct costs standing. A banned validator loses the committee seat, the reward weight and the candidacy threshold that trust confers. Trust is not unbuyable — a fifth of it is stake, and another quarter is badges that institutions award — but the two largest paths into it, education and a record of vouching that survived revocation, are paid for in time by definition. That is the property the security rests on: not that standing cannot be bought, but that it cannot be bought quickly, and an attacker who has lost it starts from where everyone else started.

And structurally, the separations are real: the money is on a chain that only accepts instruction from the register; the register is governed by a court neither the president nor the parliament can seat alone; the rules for admission can only be changed by a ninety-day referendum of the people already admitted; and the relay’s root can be reached from exactly one place.

10.1 What is built, what was decided, and what is left

A design document that lists only what works is an advertisement. This section is the other half, and it is written to be complete rather than reassuring: anything here is something a reader could otherwise find in the code and conclude we had hidden.

Nothing is outstanding. The previous edition of this section listed thirteen items — ten agreed and unbuilt, three undecided. All ten are built. All three are decided, and the two that turned out to rest on a misreading of the code are gone rather than answered. What follows is where each went, and the one thing this design deliberately does not do.

What the register publishes, and why that is a decision rather than an oversight. No personal data is on chain: an identity is a hash, and the documents behind it never leave the applicant. What is public is what people did — who vouched for whom, who endorsed whom, how each account voted. That is deliberate and it is the same principle throughout: acts are public, persons are not. A vouch that nobody could see would be a guarantee nobody could hold the guarantor to, and the accountability the register runs on is exactly that visibility.

The protection is that an account is a number and not a name, and the register never learns the name. It is a real protection and a bounded one: somebody who identifies one account can read outward along its vouches, and deleting the edges later would not help, because a vouch was an extrinsic and the blocks keep it. A zero-knowledge membership proof would close that, and it sits on the roadmap rather than in this list — it is a project, not a gap in what was built.

And one thing that is not a gap. There is no proof of personhood, and that is a decision rather than an omission. A fabricated citizen needs a real one to stand for them, vouching places are finite, and a voucher whose referrals are revoked three times loses the right to vouch again. That makes a manufactured population expensive and traceable to whoever signed for it. It does not make one impossible, and nothing here says it does.

11. Heritage and Independence

Polkadot’s open-source code was used as the foundation, and on that foundation a new ecosystem was built. Both halves of that sentence are meant literally, and the second one is checkable: nothing in the dependency graph is named polkadot-, substrate- or cumulus-. All six hundred and seventeen crates were renamed when the code was taken, and the tooling does not cross over — an application written against @polkadot/api cannot talk to this chain, which is why @pezkuwi/api exists. Nothing is fetched from Polkadot at build time; the code was taken once, and what has happened to it since happened here.

What was taken is the framework: the consensus, the cross-chain messaging format, the runtime machinery. That is the work of Parity Technologies and the wider Polkadot community, released as free software, and it is the reason a small institute could build a state layer at all rather than spending a decade on a consensus engine. The debt is recorded in the files rather than asserted here: four thousand nine hundred and twenty source files carry a copyright line naming Parity Technologies alongside the Dijital Kurdistan Tech Institute, and the files this project has not modified carry Parity’s alone.

What is ours is the layer above: the citizen register, the offices and their elections, the courts, the trust computation, the validator pool, the treasuries and the authority chains that reach them.

Independence is technical as well as legal. PezkuwiChain is not a Polkadot parachain; it is a sovereign relay chain with its own validators, its own token and its own governance. It shares an ancestry with Polkadot the way two states may share a legal tradition — visibly, and without either governing the other.

12. Licence and Legal Position

The project is free software, multi-licensed in the pattern its heritage requires:

LayerLicence
Framework librariesApache-2.0
Node and runtimeGPL-3.0-or-later with the Classpath exception
Documentation examplesMIT-0
Project templatesUnlicense

The workspace default is GPL-3.0-or-later with the Classpath exception, and the repository carries the full text of each licence it uses. Copyright is jointly attributed to Parity Technologies (UK) Ltd. and the Dijital Kurdistan Tech Institute.

PezkuwiChain is a public infrastructure project of the Dijital Kurdistan Tech Institute. HEZ and PEZ are utility tokens of a functioning network. They are not securities, not shares, and not claims on the assets or revenue of any entity. Nothing in this document is an offer, a solicitation, or investment advice.

13. Appendix A: Glossary

TermMeaning
welatîCitizen; the holder of a citizen NFT
tikiAn office, role or badge recorded against a citizen
SerokPresident
MeclisParliament
Serokê MeclisêSpeaker of the Parliament
DîwanConstitutional Court
SerokwezîranPrime Minister
Wezîr / Wezîrê DarayiyêMinister / Minister of Finance
XezinedarTreasurer
perwerdeEducation
qeydThe register, and the rules governing it
teyrchainA system chain secured by the relay
councilThe parliament’s standing collective; its roster is written from the sitting Meclis
escrowEach chain’s mirror of the HEZ the others carry; not supply, and excluded from that chain’s turnout
rootA seat, not an office: the People chain’s referendum, and a sudo key for the founding period
stratumOne of the nine pools the validator committee is drawn from, each gated by a different authority
dormancyHaving taken no part for two years; it removes a citizen from the support denominator and from nothing else
geographic markWhich part of the nation a citizen belongs to — not where they live: claimed by the citizen, confirmed by a notary, cancellable by the court, and withdrawable by the citizen
tenureUnbroken, offence-free membership of the validator pool; the one qualification no authority can grant
NoterNotary; the office whose attestation the register relies on
whitelistThe relay’s fast path: a call the court has listed can be enacted in hours instead of twenty-eight days
wHEZHEZ wrapped one-for-one as an asset so that asset-handling pallets can trade it
wUSDTThe custodial bridge’s representation of USDT on the Asset Hub
HEZ / TYRThe native currency / its smallest unit; 1 HEZ = 10¹² TYR
PEZThe fixed-supply asset backing the citizens’ reward pool and the state budget

14. Appendix B: Figures at a Glance

HEZ genesis supply200,000,000
Held on the Asset Hub / on the relay180,000,000 / 20,000,000 — less the validators’ initial stashes, which are carved out of the treasury’s share and minted on the relay, so the four allocations still sum to exactly 200,000,000
HEZ inflation — default / ceiling8% / 10% of a fixed 200M base
PEZ supply5,000,000,000, fixed
PEZ halving period48 monthly releases (~4 years)
PEZ release split75% citizens / 25% state
PEZ schedule starts at100,000 citizens on the roll
Founder allocationHEZ liquid at genesis, undertaken as launch capital for validator security; PEZ bound to the population gate in code
Presidential term4 years, maximum 2 consecutive
Parliamentary seats / term201 / 4 years (first term halved)
Constitutional Court11 seats — 6 elected, 5 appointed — 9 years
Register-rules referendum90-day decision period
Support denominatorThe active roll, or 100,000, whichever is larger
Dormancy — leaves the denominator after2 years with no participation; one vote returns
Ayes needed to reach root2,000
Citizens’ initiative threshold1% of the roll
TNPoS committee9 strata × 3 seats = 27
TNPoS quorum / halt / fork19 / 9 / 11
Minimum eligible per stratum50 — except the court’s, which is 3, its seat count
Independent gates measured today9 of 9
Court seat vacated after180 days without a signature
Tenure — unbroken pool membership1 year; admits on trust until the chain is that old
Open lottery — trust floor40, exactly what the cheapest account scores
Infrastructure — sessions seated48 (≈8 eras of being drawn)
Infrastructure — co-failuredisqualified by 3 sessions in 90 days failing with more than 3 others
Geographic regions6 — Başûr, Bakur, Rojava, Rojhilat, diaspora, Caucasus
Geographic mark — referrals to apply25 settled
Airdrop — one payment / a month’s payments1,000,000 HEZ / 3,000,000 HEZ before the Treasurer signs
Chains specified / running at genesis5 / 2

15. Resources

Official Channels

Developer Resources