Universal blockchain platform

Light PoW, post-quantum, archival — with pluggable consensus.

Tesseracoin bakes in the properties most blockchains defer: post-quantum-safe signatures, incentivised archival storage, and consensus that matures era by era — from Pure PoW to stake, recall enforcement, and PoA — all without hard forks.

A tessera was a small mosaic tile — and, in ancient Rome, a token handed out at public distributions to ordinary citizens. Many small pieces forming a greater whole; many contributors, one shared community. That is exactly what Tesseracoin is built to be.

What it is

Tesseracoin is a universal blockchain platform combining light Proof-of-Work, post-quantum cryptography, and Proof-of-Access archival storage — with pluggable consensus eras that mature as a network grows.

Built for the long term — not a someday upgrade.

Most chains defer critical properties — quantum-safe signatures, storage accountability, governed rule upgrades — to a future version that may never ship. Tesseracoin makes them structural from day one.

The big idea

How the network evolves — it gets faster as it grows

A new network starts simple and safe, then graduates itself to faster, richer consensus as it matures — automatically, no hard fork and no flag day. Here's the whole story in plain terms.

Who runs the network

Miner

Produces blocks and earns the block reward. In later eras it must also post stake as a bond.

Librarian

Keeps every block forever and serves old data on demand — the network's archive.

User (full)

Validates and relays the whole chain independently, but doesn't mine. Maximum self-trust.

Lightuser

Keeps only recent blocks (drops old bodies) to run on modest hardware. Can't serve history.

Wallet

Not a node — a browser key-holder that signs locally and trusts no single node.

Three eras — faster as it matures

Blocks can only safely speed up as the network sheds the “two miners found a block at once” race — a modest step with stake, then a big leap once there's no race at all.

60s 30s 5s Pure PoW PoW + Stake PoA / PoS racing racing · shallow reorgs no block race

1 · Pure PoW · 60s

The fair-launch bootstrap. Anyone with a CPU mines from block 1; that's how the first coins are distributed — so there's nothing to stake yet. A safe cadence, because PoW is the most prone to two miners colliding (orphans ≈ a few %).

2 · PoW + Stake · 30s

Once coins exist, holders lock stake. It's still a mining race, so this is only a modest step to 30s — what stake really adds is slashing security and instant, deterministic tie-resolution (reorgs stay one block shallow).

3 · PoA / PoS · 5s

The real leap: a mature network elects one proposer per slot — no mining race at all — so blocks stay both fast and low-orphan, even with thousands of participants.

What flips the switch (and why you can't fake it)

The network promotes itself when it has genuinely earned it — measured by things that cost real work and real money, not by how many nodes someone spins up.

Each era carries a deterministic promotion rule every node checks the same way: total cumulative mining work plus total locked, slashable stake, sustained over a long window. When the bar is cleared, the next era activates on its own at a fixed height.

Counting nodes would be trivial to fake (spin up a hundred). Counting work and staked money can't be — that's the Sybil-resistance. The founding multisig is kept only as an emergency override / rollback, never needed for the normal path.

What's new: a blockchain that graduates its own consensus through multiple eras automatically as it matures — a repeating ladder, not a one-time switch, a hard fork, or a committee vote.

Pure PoW PoW + Stake PoA / PoS auto-promote ↑ auto-promote ↑ network maturity → cumulative work + total stake →

A currency that pays for using it — not for holding it

⦿

Flat participation reward

Each block, a fixed ~1 TESC goes to one random active participant — equal odds for everyone taking part with skin in the game, never weighted by how much they hold. It pays for showing up, not hoarding. (No stake-weighting, no APR yield.)

Stake = skin in the game

Stake isn't a savings account — it's a slashable bond. Miners must post it to produce; everyone who stakes gains a governance vote, and their stake is part of what trips the next era. Misbehave (double-sign) and it's burned.

Librarians get paid to remember

Keeping old history is real work, so it earns real reward: librarians that prove they still hold the data (a storage challenge) are paid — funding a durable archive instead of relying on goodwill.

Light to run, heavy to remember — your choice

Don't want a growing disk? Run a lightuser — it keeps only recent blocks and drops the rest. Want the network to never forget? Run a librarian — it keeps everything and earns the storage reward, so any pruned node (or a future app) can always recall an old block on demand.

Where this is today vs. next.

Shipping now: all the consensus eras, real locked & slashable stake, block recall + proof-of-storage, and pruning/librarian/light nodes — with era switches today triggered by an on-chain multisig activation.  On the roadmap (this design): the automatic, Sybil-resistant era promotion above, the flat participation reward, and the librarian storage payout. We describe the destination so you can see where it's headed.

How it works

  • Miners do a modest SHA-256 hash-work and lock real, slashable stake — skin in the game — to add a block. Equivocating (signing two blocks at the same height) burns all stake permanently. This keeps the network honest without Bitcoin-scale energy use.
  • Active participants earn a flat participation reward — equal odds for everyone taking part, regardless of holdings — so participation, not mere holding, is what pays.
  • Librarian nodes archive block bodies and are challenged by the protocol to prove they hold specific historical blocks — making storage accountability protocol-enforced, not voluntary.
Participant model: miners, active users, passive holders

What makes it different

Rewards participation, not hoarding

Random rewards flow to active members — engagement is what pays, not sitting on a balance.

Energy-light by design

A slashable stake layer carries part of the security load that raw hash power otherwise would.

🛡

Future-proof cryptography

Post-quantum signatures are built in now — not on a someday roadmap.

Upgradable without a hard fork

Consensus rules change through a governed, on-chain process — software-style releases, not community schisms.

Archival storage, enforced by the protocol

Proof-of-Access block recall requires every miner to prove it holds a specific historical block. A node that has pruned history cannot mine — archiving becomes economically necessary, not voluntary.

Predictable, capped supply

A fixed supply of 1,000,000,000 on a predictable schedule — with 60-second blocks.

Capped, predictable supply approaching a 1,000,000,000 hard cap

Tesseracoin vs. other networks

Tesseracoin doesn't try to be the next global money. It's a chain for trusted communities — and the design choices follow from that. Here's how it compares to the chains people usually reach for first.

Concern Bitcoin Ethereum Cosmos chains Tesseracoin
Built for Permissionless global money Permissionless programmable apps App-specific sovereign chains Networks of any scale — community currency, consortium ledger, or archival storage platform
What earns you a reward Mining hashpower Staking ETH Staking the chain's native token Mining + locked, slashable stake + a stake-weighted random reward shared beyond the miner
Energy Bitcoin-scale PoW PoS, low energy PoS, low energy Energy-light by design — pledge carries part of the security load that raw hash power otherwise would
Future-proof crypto ECDSA (vulnerable to large quantum computers) ECDSA / BLS ECDSA / BLS Post-quantum signatures built in now — not a someday roadmap
Upgrading the rules Soft / hard fork, miner-signalled, contentious Coordinated client release per hard fork On-chain governance vote → coordinated binary swap A single on-chain activation tx co-signed by the founding multisig — networks grow from Pure PoW → staking → recall enforcement → PoA governance without a hard fork or coordinated software upgrade
Tunable parameters (block size, fee rate, block time) Compile-time constants — change = fork Compile-time constants — change = fork Module params, governance-tunable Per-era params as data — tunable via an activation tx, no software upgrade
Self-describing chain Read the client source + BIP list Read the client source + EIP list Query module state Queryable era history with active rules + the changes each activation made (see the Consensus tab)
Storage on light devices SPV is possible but ecosystem-thin Light clients exist, niche Varies per chain Light clients + shared-history storage from day one; Proof-of-Access recall (era 6/7) enforces at the protocol level that miners hold historical block bodies
DoS / API hardening Client-level; full nodes rely on OS networking Client + external reverse proxy Varies per chain deployment Three layers: proxy/ingress, per-IP token-bucket rate limiter (consensus-safe — peers exempt), peer misbehaviour scoring
Supply cap 21 million BTC No hard cap (issuance net of burn) Varies per chain 1 billion TESC on a predictable, capped schedule

Since “owner-signed” can read the wrong way: no one owns the network. No company, no operator. Mining, validation, and gossip are fully peer-to-peer — connected nodes keep producing blocks even if every coordinating service goes dark. The one privileged action is changing the rules, signed in the open at a scheduled height by the community’s own founding multisig (the M-of-N keys set at genesis). It governs upgrades — not nodes, funds, or the chain. Each community holds its own key, and it can be widened or handed on.

The discovery service is just training wheels — it helps nodes find each other on first start. It sits outside consensus, holds no power over the chain, and gives way to peer-to-peer discovery. The network stands without it.

What networks run on it

A community or club currency

A private currency usable for dues, favours, and real goods within a trusted group — run entirely by the community, with no bank or platform fee.

A consortium ledger

A shared, tamper-evident record for organisations that need auditable transfers without a central operator. Activate Proof of Authority for deterministic block timing once the network matures.

Transparent fundraising

Pool contributions for a shared cause — every contribution and disbursement is publicly verifiable on-chain, with no platform fee.

An incentivised archive network

Enable Proof-of-Access block recall to require miners to hold and prove historical block bodies — turning the chain into an economically incentivised, tamper-evident archive.

On the roadmap

Smart contracts

Programmable agreements — escrow, recurring contributions, conditional payouts — that run exactly as written, with no intermediary to trust.

Transparent community fundraising flow

A peek under the hood

For the curious — a few of the ideas that make Tesseracoin tick.

~1,440Blocks per day (at the 60s bootstrap cadence)
~0.3 MH/sPoW hash rate / CPU core*
h=2MFirst halving (~3.8 yrs at 60s; sooner as the network speeds up)

Difficulty auto-retargets to hold each era's target block time, so block production stays steady whatever the total hash rate. The reward starts at 250 TESC/block and halves by block count — every 2,000,000 blocks — asymptoting to a fixed 1,000,000,000 TESC cap. It's CPU-mineable and energy-light: security leans on pledged, slashable stake as well as work, so there's no ASIC arms race.
* ~0.3 MH/s per Apple M3 Ultra core (the PoW is one SHA-256 over the block header); a typical CPU core lands in the ~0.1–0.3 MH/s range.

How a block is made — and how the reward is shared

Proof-of-work produces a block; most of the reward goes to the miner, and a slice (≤10%) to a stake-weighted random winner other than the miner.

POWP-RR block production and reward split

Adaptive economics

Every fee has two parts: a base fee plus a tip. The base fee rises with demand and falls back to the floor when blocks empty, and a configurable share of it is burned (currently half). The tip is what you add on top — it goes entirely to the miner, so a higher tip buys faster inclusion when blocks are full. Separately, the block reward halves on a fixed schedule toward a hard 1,000,000,000 cap.

Demand-responsive base fee: rises as blocks fill, falls back to the floor The block-reward halving schedule toward a 1,000,000,000 TESC cap

Built for the post-quantum era — without the storage blow-up

Quantum-safe signatures are large, and naively that makes every node's storage balloon over time. Tesseracoin turns storing history into a shared, rewarded role, so nodes can run light or carry just a slice — keeping participation open to ordinary hardware for the long haul.

Storage cost: classical vs post-quantum, per node Storage cost after sharding and light clients

Right-sized node roles

Run a full archive, a partial shard that mines in proportion to what it stores, or a lightweight wallet — all on the same network.

Node roles: librarian, full, sharded, light

Deploy the way the infrastructure demands

Tesseracoin adapts to the deployment environment rather than requiring a fixed topology.

  • Docker Compose + nginx — the reference single-host setup: nginx handles TLS termination and coarse rate limiting; the node API is firewalled from the internet. Ideal for community deployments and the operator guide's ≤30-minute path.
  • Kubernetes StatefulSet + ingress — nodes are stateful and identity-bound (one PVC per pod); a shared ingress handles TLS. Use a headless Service to resolve peer pod hostnames directly and retire the discovery rendezvous entirely — no extra Deployment, no Redis.
  • Direct / pod sidecar (no proxy) — the node binds directly; a service-mesh sidecar (Envoy, Istio) handles mTLS. The node's built-in rate limiter is the DoS gate. Suitable for k8s-native architectures at scale.
  • Static peers (no discovery) — set PEERS=http://node1:8000,http://node2:8000,…; no discovery service required. Right for air-gapped, fixed-topology, or consortium networks.

Built to last — and to grow

Design choices that keep the network adaptable, safe, and self-sustaining at any scale.

Consensus that matures with the network

Seven registered consensus eras let a network start simple and grow richer as participation increases — Pure PoW at genesis, POWP-Stake once staking is ready, Proof of Authority for deterministic governance milestones, Proof-of-Access block recall when storage accountability matters. Each transition is a single on-chain activation transaction co-signed by the founding multisig at a scheduled height — no coordinated software upgrade, no community schism, no hard fork.

Security by design — including DoS

Three independent layers guard every node: the reverse proxy (nginx or cloud ALB) rate-limits connections before they reach the process; the built-in per-IP token-bucket rate limiter adds a tighter gate for expensive read paths — while peer gossip and chain sync are always exempt so consensus is never throttled; and a peer misbehaviour scorer bans nodes that flood invalid blocks. On-chain, slashable stake punishes equivocators permanently. Every signature is post-quantum (Dilithium2 / FIPS 204 ML-DSA-44) from day one.

Archiving & librarian nodes

Keeping the full history is a first-class role. Librarian nodes retain block bodies and serve them on demand. When Proof-of-Access recall is active, the protocol challenges every miner to prove it holds a specific past block — a pruned node cannot mine, so archiving becomes an economic requirement, not just a civic contribution. A direct storage reward for librarians is on the roadmap (see how the network evolves).

Status

Tesseracoin reached its testnet-ready milestone in May 2026 — the core protocol is stable, the multi-node sim has soaked clean over extended runs, and the readiness watchdog logs a clean bill of health every five minutes. See it live on the block explorer and try the standalone wallet, which signs transactions in the browser using post-quantum cryptography (Dilithium2 / FIPS 204 ML-DSA-44).

A small group can run its own private Tesseracoin instance from one Docker host in under thirty minutes — see the operator guide. The next major milestone is one real external group deploying the turnkey package and using it day-to-day.

The explorer is wired to the live development cluster, so it may go briefly dark while the sim is brought down for updates. If you catch it between runs, give it a minute and refresh.

Roadmap

  • 7 consensus eras — Pure PoW, POWP-Stake, PoA, Proof-of-Access block recall (SmallNet + production)
  • Post-quantum cryptography (Dilithium2 / FIPS 204 ML-DSA-44)
  • Proof-of-Access block recall — miners prove they hold historical block bodies
  • Standalone web wallet (PQ-safe, runs entirely in the browser)
  • Turnkey deployment — one Docker host, one operator, ≤30 minutes

Many small pieces, one greater whole.

Tesseracoin is being built carefully, in the open spirit it's named for. Follow along as it grows.