POST-QUANTUM · SELF-CUSTODY · MINEABLE

AEGIS

AEG — THE SHIELDED LAYER

A post-quantum privacy coin with native smart contracts. Shielded notes, ECDH stealth delivery, hybrid PoW mining + PoS finality, and a validator-governed buyback/burn that phases out after 10 years into a permanent community treasury. Nobody can mint new supply — not even us. Fixed 100,000,000 AEG — the code is the constitution.

↓ GET THE WALLET GET YOUR WALLET
chain onlineheight — · supply —

THE COIN

Privacy that outlives the quantum threat

🛡️

POST-QUANTUM CORE

Dilithium signatures, Kyber KEM, and Rescue-Prime STARKs — the primitives designed to survive quantum adversaries. Your keys are not exposed to a harvest-now-decrypt-later world.

dilithium · kyber · winterfell
🔒

SHIELDED BY DEFAULT

Payments are Pedersen commitments in a Rescue-Merkle note tree. Amounts and recipients stay off-chain — delivered via ECDH stealth encryption the relay can never read.

note tree · stealth ECDH
⛏️

MINEABLE, NOT MINTABLE

Hybrid proof-of-work block production with proof-of-stake finality. The 2M allocation is time-locked for 10 years. The remaining 98M only enters circulation through mining.

PoW + PoS finality
📜

NATIVE CONTRACTS

A real account-based smart-contract layer — no EVM baggage. Programs, accounts, and instructions execute inside consensus, verified by the same node set that finalizes blocks.

loop-contracts
🔥

VALIDATOR-GOVERNED BURN

10% of every block reward flows to a treasury; every 144 blocks a share is burned — with the burn rate decided by stake-weighted validator vote. After 10 years the burn phases out and the accumulated treasury stays as a permanent community treasury. Deflation governed by those securing the chain.

burn governance · 10y phase-out
📱

TRUE SELF-CUSTODY

The Android wallet is native Rust — seed, BIP-39 phrase, and shielded proofs all stay on-device. The node is a relay only; it never holds your keys. Trust Wallet-style recovery, real address validation.

non-custodial · on-device

PRIVACY MODEL

How AEG hides what others can't

🧾

COMMITMENTS, NOT BALANCES

The ledger tracks transparent miner rewards; every payment is a shielded note commitment. An observer sees a number in a tree — never who paid whom, or how much.

🔑

ONE-TIME ADDRESSES

Each payment mints a fresh stealth address from the recipient's view key and a per-transaction random nonce. Reused ephemeral keys are impossible by construction — every tx is unlinkable.

✉️

ENCRYPTED DELIVERY

The note (amount + secret material) travels as ciphertext through the relay, encrypted to the recipient's view public key. The relay is a mailbox — it can't decrypt, only store and forward.

🧮

STARK-VERIFIED SPENDS

Every spend carries a zk-STARK proof that value is conserved, the nullifier is derived from the spend key, and the note is a real tree member — verified by consensus, revealing nothing.

TOKENOMICS

Fixed supply. Time-locked allocation. Emission only through mining.

100M
MAX SUPPLY
Fixed forever. Emission is capped and no code path can create supply beyond it.
98M
MINED
Emission through hybrid PoW block rewards, decaying over time.
2M
PRE-MINE
Ecosystem + liquidity, time-locked: 1-year cliff, then 9-year linear vesting. No team allocation.
10%
TREASURY
Of each block reward funds buyback/burn for the first 10 years — then burning phases out and the treasury becomes a permanent community fund.
3–5%
ADAPTIVE STAKING
The validator reward is set by the network itself: 5% when stake coverage is low (to attract validators), 3% when the chain is healthy. Stakers are paid what the network needs — never more.
85%
MINER SHARE
Of each block reward goes to the block producer, after the 10% DAO and the adaptive 3–5% validator share (85% today, up to 87% as validator coverage grows). Emission decays smoothly — no halving shocks.

VERIFIABLE RECEIPTS

Payments that cannot be denied

🧾

ON-CHAIN RECEIPT

Every transaction gets a cryptographic receipt — proof the payment is included in a finalized block, attested by the validator set. Show it to anyone; it cannot be disputed.

merkle inclusion · attestations
✍️

RECIPIENT ACKNOWLEDGMENT

The receiver can sign a Dilithium acknowledgment over the transaction — making "I never received it" impossible to claim.

dilithium ack
🔍

ZERO-KNOWLEDGE VERIFICATION

A proof that a note belongs to an address — without revealing the amount or the recipient. Receipts you can verify, privacy you keep.

zk-STARK

NETWORK

Live chain state — verified directly from the node

HEIGHT
SUPPLY (AEG)
FINALIZED
MEMPOOL
MINING

HOW TO PARTICIPATE

Three ways to take part — mine, stake, or run your own node

⛏️

MINE

Download the node and run it — mining starts automatically (a block every 60 seconds, skipped while it catches up). 85% of every block goes to the miner who found it, after the DAO and validator shares. Proof-of-work: any computer can try; no permission, no pool required.

curl -O …/install.sh && bash install.sh
🔐

STAKE — BECOME A VALIDATOR

Lock 1,000 AEG in a stake transaction and your node joins the validator set. Validators attest every block over the gossip mesh; a 2/3+1 stake-weighted quorum finalizes the chain. Stakers earn the adaptive 3–5% share — paid what the network needs, decided on-chain.

stake 1000 AEG → active validator
🖥️

RUN YOUR OWN NODE

A full node syncs the chain, relays transactions, and votes with its stake — no third party needed. Post-quantum P2P transport (Dilithium + Kyber) secures every connection; your keys never leave your machine.

aegisd serve --peer <node>:9100

GET THE NODE

Download — install — done. The installer creates your wallet and runs the node as a background service.

Ubuntu / Debian: download the .deb, then double-click it (or sudo apt install ./aegisd_1.0.0_amd64.deb) — the node installs and starts automatically.
macOS: download the Aegis app (.dmg), open it and double-click Aegis — it creates your wallet (24-word phrase), starts mining and opens your wallet in the browser. Nothing to configure.
Other Linux: download the installer script and run bash install.sh — it fetches the binary, creates your wallet, and starts the node.

WHAT YOU NEED

Requirements — measured, not marketing

1
HARDWARE
Any modern machine: 2 CPU cores, 2 GB RAM (4 GB comfortable), 1 GB disk. The chain is small — a full node fits a Raspberry Pi. Mining is CPU-bound SHA-3: more cores = more hashrate, but a normal laptop can mine; rewards are proportional to luck and work.
2
NETWORK
Outbound internet on TCP 9100 (P2P). To mine or validate, the port should be reachable from outside. That's the whole list.
3
SEED
The installer creates your wallet and prints your 24-word recovery phrase once. Those words ARE your coins: write them on paper, store them offline. Re-display them any time with aegisd backup. The seed file itself is locked to your user (0600). Nobody — not us, not the network — can recover it for you.

AFTER INSTALL — IT MINES BY ITSELF

One command. Mining starts on its own once the node has synced — nothing to configure.

curl -O https://aegisprivacycoin.com/install.sh && bash install.sh
# downloads the node, creates your wallet (prints the 24-word phrase), syncs,
# and MINES a block every 60 seconds into YOUR wallet — no further setup
http://127.0.0.1:9090
# your wallet in the browser: balance, your stake, unstake, recovery phrase (local only)
aegisd rpc stake 1000 --rpc 127.0.0.1:8631
# optional: become a validator — lock 1,000 AEG, earn the adaptive 3–5% share
# status: aegisd rpc getblockchaininfo --rpc 127.0.0.1:8631 · explorer: /blocks

HOW FINALITY WORKS

Blocks are produced by PoW mining every ~60s. Validators sign attestations on the blocks they see; once a block is 2 epochs (64 blocks) deep and holds a 2/3+1 stake-weighted quorum of attestations, it is final — immutable, attested by the validator set. That is the hybrid design: anyone can produce blocks, only staked validators finalize them.

ROADMAP

Built step by step — verified at every stage

MAINNET LIVE
Hybrid PoW mining + PoS finality, shielded notes, native contracts, Android wallet, explorer.
MULTI-VALIDATOR FINALITY
Two live validators attest every block over the gossip mesh; 2/3+1 stake-weighted quorum finalizes each 2-epoch window (finalized = height − 64, running continuously).
VERIFIABLE RECEIPTS
On-chain receipts with Merkle inclusion proofs (getreceipt + /receipt), recipient acknowledgments, and zero-knowledge verification — payments that cannot be denied.
MAINNET
Genesis with the 2M vested allocation to a dedicated wallet, public repo, exchange listings.