Relay Reward Lottery: 4 Million AQA for the Nodes That Keep AntiQua Running
-
Mining secures the chain. But a blockchain also needs nodes that pass things along β transactions, blocks, compact-block help. That work costs bandwidth and uptime, and on most chains it pays exactly nothing.

AntiQua pays for it. 4,000,000 AQA β 7.14 % of the total supply β belong to the Relay Reward Lottery, and the rules are enforced by consensus, not by a server we run.
How it worksEvery block from height 5 onwards can pay 1.5 AQA to exactly one registered relay node. The payout is the second output of that block's coinbase, right next to the miner's reward β as public and verifiable as any other transaction.
Who wins is not decided by us and not by a queue:
- All eligible candidates are sorted by their payout address
- The winner's index is drawn from SHAKE-256 over the previous block's hash, with its own domain tag
AQA/RELAY-LOTTERY-IDX/v1 - Every node computes the same winner and rejects a block that pays someone else
If there is no eligible candidate, nobody gets a relay payout for that block β and the miner keeps the fees untouched.
How to registerRegistration is an on-chain transaction, not a setting in a config file. It carries three things:
Bondat least 0.5 AQA, locked in a dedicated output. The coin must already belong to your payout address, and coinbase coins need their 100 confirmations first
Proof-of-worka RandomX (light) proof with its own domain AQA/RELAY-REG-POW/v3, over a block hash from the last 12 blocks. Difficulty scales with the number of candidates (target: 100)
Ownership proofthe transaction must spend a coin that belongs to the payout address, so nobody can register an address they don't control In the desktop wallet that's the Node Rewards view; the CLI equivalent is
relay register <payout address>after loading your wallet.
Not on Android. The Android build has no RandomX, so registration there fails by design. Use the desktop wallet or the CLI.
From registration to your first chanceBlock H registration is included H + 6 activation_height β the candidate exists H + 12 first block you can actually win (bias guard) H + 1,440 registration expires (~10 days mainnet, ~2 days testnet)After a win, your payout address has to sit out 144 blocks β about a day on mainnet β before it can win again. So a single node cannot collect block after block, and an expired registration simply drops out: the reward follows nodes that are actually online.
What it pays, and for how longReward per block 1.5 AQA from the relay budget Total budget 4,000,000 AQA First possible block height 5 Duration roughly 50 years on mainnet at 10-minute blocks When the budget runs out 5 % of that block's fees go to the relay winner instead The budget is not created in one block like the ecosystem funds. It trickles out block by block, and every node tracks exactly how much has been emitted so far.
What protects the draw β and what doesn'tHonest engineering means naming the limits too.
What is protected:
The bond makes mass registration expensive, and the proof-of-work makes it slow
At most 5 registrations per block, and at most 32 waiting in the mempool
Activation delay and bias guard (6 + 6 blocks) stop last-minute registrations aimed at the very next draw
Cooldown of 144 blocks per payout address
Fail-closed validation: if a node cannot check the bond, the block is rejected. A coinbase paying the wrong winner, or paying the miner too much, is invalid
What is not fully solved, and we say so openly:
The draw uses the previous block's hash. A miner who is building that previous block can, in principle, grind it so that the next block favours their own node. This is a known, documented limitation of the current design, not an oversight. The bias guard does not remove it.
We consider that acceptable for now: the gain per block is 1.5 AQA, grinding costs real hashing, and the cooldown caps how often one address can benefit. If it ever becomes worthwhile, the seed can be hardened β and any such change would be announced in the Core Changelog first.
How to check it yourself- Block detail in the explorer shows the relay winner and whether the payout came from the budget or from the fee fallback
- Coinbase breakdown of the block carries
relay_lottery_satand the winner address - In the desktop wallet: the Node Rewards view shows candidates, budget and your own status
Where it fits inWho Gets paid From
Minersblock reward + all fees in the block 42,000,000 AQA over the halvings
Relay nodes1.5 AQA per block 4,000,000 AQA, then 5 % of fees 


Ecosystem fundsone-time, in blocks #1β#4 10,000,000 AQA More: AntiQua Tokenomics Β· How Fees Work
Questions?Wondering whether your VPS is enough, how long the registration proof-of-work takes, or what happens when your node goes offline? Ask below.

β Blythex
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register Login