XInfinitum Technical White Paper — Draft v2.2 — April 2026

XInfinitum

Infinite Security. Infinite Possibility.

Layer 1 quantum-secured blockchain · AI consensus · Quantum State Keys · zkML proofs · Universal Praemium dividend
Pilon Laboratories Inc. — Nova Scotia, Canada — Patent Pending — 2026

XFINNative Token
1BFixed Supply
22Decimals
L1Layer 1
AIConsensus
PQCPost-Quantum
Document Notice: This white paper is provided for informational purposes only and is subject to change without notice. Pilon Laboratories Inc. reserves the right to modify, update, correct, or amend any content herein — including tokenomics, protocol specifications, features, timelines, financial projections, and all other claims — at its sole discretion and without prior notice. This document does not constitute a binding commitment, warranty, financial advice, or securities offering of any kind. For the most current version, visit pilonlaboratories.com.

Abstract

XInfinitum
"XInfinitum" — Without end, without limit. A network whose keys are born from quantum infinity and vanish just as fast.
Every transaction signed by a key that has never existed before and will never exist again.

XInfinitum is a novel Layer 1 blockchain that combines AI-driven consensus, zero-knowledge machine learning (zkML) proofs, quantum-derived transaction keys, and post-quantum encrypted token storage to produce a network that is simultaneously transparent in its decision-making, accountable in its transaction history, and the most secure signing infrastructure ever built for a public blockchain.

The XInfinitum network replaces traditional Proof-of-Stake validators with a diverse ecosystem of staked AI agent validators, each running distinct proprietary models. These agents reach Byzantine Fault Tolerant (BFT) consensus on block validity and publish cryptographic proofs of every decision to a public proof ledger — making the consensus process independently verifiable by anyone, anywhere, without revealing the AI models themselves.

By default, XInfinitum operates as a pseudonymous ledger in the tradition of Bitcoin and Ethereum: wallet addresses are public, transaction amounts are visible on-chain, and the full transaction graph is auditable by anyone. This is the foundation of accountable financial infrastructure. For users who require enhanced financial privacy, XInfinitum provides an opt-in Enhanced Privacy Mode that activates ring signatures, stealth addresses, and Pedersen commitment amount concealment on a per-transaction basis. Privacy is a tool available to those with legitimate need — not the default posture of a network that aspires to serve all of society.

Most distinctively, XInfinitum introduces Quantum State Keys — wallet signing keys that do not exist in persistent storage. Derived from quantum random number generation at the exact moment of signing and immediately discarded thereafter, Quantum State Keys make it cryptographically impossible to steal a private key that never persisted long enough to be stolen.

The Xinfinitum Praemium Program: After AI validator compute costs are paid, the entire remaining surplus is distributed equally to every human-verified wallet address on the network — a first-of-its-kind universal basic income mechanism made possible exclusively by the AI consensus model. One human. One wallet. One equal share. Every month.

1 · The Problem

1.1 The Validator Trust Problem

Proof-of-Stake consensus relies on economic incentives to align validator behavior with network interests. This model carries structural weaknesses:

  • Software homogeneity: Most validators run identical client software. A single zero-day exploit can cascade across the entire validator set simultaneously.
  • Validator concentration: The largest stakers exert disproportionate influence over both consensus and governance.
  • No active intelligence: Deterministic validators check whether transactions follow rules but cannot detect novel attack patterns, flash loan attacks in formation, or emerging threats before they execute.
  • Opaque decision-making: There is no public record of how a validator reached its decision — only what was decided.

1.2 The Key Storage Problem

Every classical wallet — software, hardware, paper — stores a static private key. This key signs every transaction the wallet ever makes. A single breach exposes the wallet's entire history and all future funds permanently. There is no forward secrecy and no recovery.

1.3 The Quantum Threat

Current blockchain cryptography (ECDSA, secp256k1) is vulnerable to Shor's algorithm on a sufficiently powerful quantum computer. The threat of harvest now, decrypt later attacks is immediate — adversaries can collect blockchain data today and decrypt it retroactively once quantum hardware matures. Any blockchain launched today with classical cryptography will have its entire transaction history exposed within a generation.

1.4 The Verifiability Gap

No existing system achieves: verifiable, provable decision-making at the consensus layer; quantum-resistant signing at the wallet layer; and user-controlled privacy at the transaction layer — simultaneously. XInfinitum is built to close this gap entirely.

2 · Vision & Design Philosophy

XInfinitum is built on five foundational principles:

1. Accountability is the foundation. Privacy is the tool.
The default state of every XInfinitum transaction is pseudonymous — addresses and amounts are publicly recorded, exactly as Bitcoin and Ethereum operate. For users with legitimate privacy needs, Enhanced Privacy Mode provides opt-in ring signatures, stealth addresses, and amount concealment on a per-transaction basis.
2. Verifiability without visibility.
Anyone must be able to verify that the network is functioning correctly without being able to see transaction details, validator model internals, or user identities. Zero-knowledge proofs make this possible.
3. Security that anticipates the future.
Post-quantum cryptography is not an upgrade XInfinitum will apply later. It is foundational from genesis block. No transaction on XInfinitum will ever be vulnerable to future quantum decryption, including harvest-now-decrypt-later attacks.
4. Consensus that is intelligent, not merely deterministic.
Rule-based validation is a solved problem. XInfinitum consensus adds active intelligence: anomaly detection, attack pattern recognition, cross-chain threat correlation, and real-time adaptive response.
5. Keys that cannot be stolen.
A private key that never persists cannot be compromised. Quantum State Keys exist only at the quantum moment of signing — generated, used, and destroyed in a single atomic operation leaving no recoverable trace.

3 · Architecture Overview

XInfinitum is a Layer 1 blockchain. It does not inherit security, consensus, or data availability from any other network. Every component operates at the base protocol layer.

┌─────────────────────────────────────────────────────────────────┐ │ XInfinitum NETWORK │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ ┌─────────────────────────────────────────────────────────┐ │ │ │ GOVERNANCE LAYER │ │ │ │ XInfinitum Foundation DAO · Model Training Votes │ │ │ │ Treasury Allocation · Grants · Charitable Surplus │ │ │ └─────────────────────────────────────────────────────────┘ │ │ │ │ │ ┌─────────────────────────────────────────────────────────┐ │ │ │ CONSENSUS LAYER │ │ │ │ Staked AI Validator Agents · BFT Voting │ │ │ │ zkML Proofs · Public Proof Ledger │ │ │ │ Anomaly Detection · Real-Time Threat Response │ │ │ └─────────────────────────────────────────────────────────┘ │ │ │ │ │ ┌─────────────────────────────────────────────────────────┐ │ │ │ TRANSACTION LAYER │ │ │ │ Pseudonymous by default · Public sender, receiver, │ │ │ │ amount · Full on-chain auditability · Dandelion++ │ │ │ │ Opt-in Enhanced Privacy: Ring Signatures (ring-16) │ │ │ │ Stealth Addresses · Pedersen Commitment shielding │ │ │ └─────────────────────────────────────────────────────────┘ │ │ │ │ │ ┌─────────────────────────────────────────────────────────┐ │ │ │ TOKEN STORAGE LAYER │ │ │ │ CRYSTALS-Kyber Encryption · Shamir Secret Sharing │ │ │ │ Proxy Re-encryption · Distributed Shards (3-of-5) │ │ │ └─────────────────────────────────────────────────────────┘ │ │ │ │ │ ┌─────────────────────────────────────────────────────────┐ │ │ │ WALLET / KEY LAYER │ │ │ │ Quantum State Keys · QRNG Derivation (hardware or API) │ │ │ │ CRYSTALS-Dilithium5 Signatures · ZK Ownership Proofs │ │ │ │ Biometric optional (required for Praemium + governance) │ │ │ └─────────────────────────────────────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────────┘

4 · AI Consensus Layer

XInfinitum replaces homogeneous software validators with a diverse ecosystem of staked AI agent validators. Traditional PoS achieves economic alignment through staking but fails at behavioral diversity — all validators run nearly identical software and fail in identical ways. XInfinitum achieves both: economic alignment through mandatory staking with slashing, and behavioral diversity through the requirement that each validator run an architecturally distinct, proprietary model.

4.1 Validator Requirements

RequirementSpecification
Minimum stake$33,333 USD equivalent in XFIN — maintained continuously at all times
Stake floor enforcementAutomatic suspension if stake drops below USD floor; validator must top up within 72 hours or be deactivated
Initial lock period1 year minimum from activation date
Model uniquenessArchitecture must be demonstrably distinct via zkML model commitment hash
Model typeProprietary closed-source weights required
Uptime SLA≥ 99.5% over any 30-day period
Response latencyMedian block validation ≤ 500ms
Proof submissionzkML proof submitted with every validation vote
DAO approvalNew validators approved by DAO governance vote

4.1.1 Validator Staking Rewards

Validator staking rewards (25–40% APY on staked position) are owned entirely by the validator. They serve three practical functions:

  • Compute cost coverage: Running a proprietary AI model at 99.5% uptime with ≤500ms response latency requires significant compute infrastructure. Rewards are sized to cover these costs at healthy margins.
  • Slashing risk premium: Validators put capital at risk. Rewards compensate for this exposure.
  • Profit and reinvestment: Any surplus beyond costs is the validator's to keep, withdraw, or compound back into their staked position.

Validator rewards are paid from the network fee pool (50% of all network fees) and are entirely separate from the Praemium surplus. The two pools cannot cannibalize each other by design.

4.1.2 XInfinitum Validator Bootstrap Grant Program

The $33,333 USD staking requirement is intentionally set at a level that aligns validator economics with network success — but the XInfinitum Foundation recognizes that talented AI researchers and independent model developers may not have this capital available at the time of application. The Validator Bootstrap Grant Program addresses this directly.

Qualifying validator applicants may apply to the XInfinitum Foundation DAO for a grant covering all or part of their initial staking requirement. Grants are funded from the Foundation Treasury allocation and governed by DAO vote. The program operates as follows:

  • Eligibility: Applicant must pass DAO technical review — demonstrating a genuinely distinct, functional AI model with a verified zkML commitment hash.
  • Grant structure: Up to $33,333 USD equivalent in XFIN provided as a staking grant. The XFIN is staked directly to the validator's position on activation — it is not paid as cash.
  • Repayment: A fixed percentage of the validator's earned rewards (governed by DAO, typically 20–30%) is automatically withheld and returned to the Treasury until the full grant amount is repaid.
  • Exit before repayment: If a validator exits or is slashed before full repayment, the outstanding balance is recovered from their staked position before any remainder is returned to the validator.
  • Full ownership on repayment: Once the grant is fully repaid, the validator retains 100% of all future rewards with no further obligation to the Foundation.
The Bootstrap Grant Program ensures XInfinitum's validator set is selected on the merit of AI model quality — not on access to capital. A researcher at a university, an independent developer, or a small AI company can become a validator on equal footing with a well-funded institution. This is essential to achieving the behavioral diversity that makes XInfinitum's consensus model resistant to coordinated failure.

4.2 Byzantine Fault Tolerance

XInfinitum uses a Tendermint-derived BFT consensus adapted for AI validators. The network tolerates up to f Byzantine validators where f < n/3:

PhaseValidatorsByzantine Tolerance
Testnet launch7 validators2 Byzantine
Mainnet genesis15 validators4 Byzantine
Growth target51 validators16 Byzantine
Mature network100+ validators33+ Byzantine

Because validators run architecturally different models, a successful coordinated attack requires simultaneously compromising distinct AI systems across different organizations — exponentially more difficult than attacking homogeneous software.

4.3 Anomaly Detection & Real-Time Response

Each validator runs a dedicated anomaly detection module monitoring mempool patterns, cross-block analysis, network behavior, smart contract behavior, and cross-chain signals. Anomaly severity is scored 0.0–1.0 with automated escalation:

SeverityScore RangeAutomated Response
Low0.85 – 0.92Flag transaction, defer to next block, log publicly
Medium0.92 – 0.97Pause transaction, require 2/3 validator quorum, DAO notified
High0.97 – 1.0Network-wide alert, temporary mempool freeze, DAO emergency session triggered

5 · zkML Proof System

For every block validation vote, each XInfinitum AI validator generates a zero-knowledge machine learning proof asserting that it possessed its DAO-approved model, ran the block data through it, and produced the stated validation decision — without revealing the model's weights, internal computation, or any other data.

5.1 Proof System: PLONK

ParameterSpecification
Proof generation timeTarget < 30 seconds (GPU-accelerated)
Proof size~500 bytes
Verification time~2ms on any standard node
Model commitmentSHA3-256(architecture_spec ‖ weight_merkle_root ‖ version ‖ timestamp)

5.2 The Public Proof Ledger

Every block includes a complete consensus record published to the Public Proof Ledger: every validator's vote, every zkML proof hash, every anomaly flag, and every resolution. This is unprecedented transparency in blockchain consensus — XInfinitum proves not just that consensus was reached, but how it was reached, mathematically, publicly, permanently.

What anyone can independently verify: Every transaction was reviewed by a quorum of validators. Each decision came from the validator's committed, DAO-approved model. No validator's model changed without a DAO vote. The complete, unbroken history of every consensus decision from genesis block.

6 · Transaction Privacy Layer

6.1 Pseudonymous by Default

XInfinitum operates as a pseudonymous public ledger by default. Like Bitcoin and Ethereum, every standard transaction is recorded on-chain with sender address, receiver address, and amount fully visible. The transaction graph is auditable, chain analytics tools function normally, and law enforcement can trace transaction flows through standard methods. This is a deliberate design choice rooted in the principle that financial accountability is foundational.

6.2 Enhanced Privacy Mode — Opt-In Per Transaction

Users who require financial privacy beyond the pseudonymous default may activate Enhanced Privacy Mode on a per-transaction basis. It is a transaction-level flag — not a separate chain or address type.

PropertyStandard Mode (Default)Enhanced Privacy Mode (Opt-In)
Sender addressPublicShielded (ring-16 signatures)
Receiver addressPublicShielded (one-time stealth address)
AmountPublicShielded (Pedersen commitments)
Transaction existsPublicPublic
IP / originProtected (Dandelion++)Protected (Dandelion++)
Chain analyticsFully traceableTraceable to shielded event
Exchange listing eligibilityUnrestrictedUnrestricted (not a privacy coin)
Regulatory position: Because XInfinitum's default mode is a fully traceable pseudonymous ledger, the network does not meet the regulatory definition of a privacy coin. Enhanced Privacy Mode is an opt-in feature comparable to Zcash's shielded transactions — a feature on an otherwise transparent chain. XInfinitum is eligible for listing on all major regulated exchanges including those subject to US, EU, and Canadian financial regulation.

7 · Quantum State Keys

Every private key ever generated for any classical wallet shares one fatal property: it was stored somewhere. Storage is exposure risk. A key that exists can be found. Quantum State Keys do not exist until the moment they are needed.

7.1 Security Properties

PropertyGuarantee
Pre-existenceDoes not exist before the moment of transaction signing
Entropy sourceGenerated from quantum measurement — true randomness, not algorithmic
Transaction bindingDerived to be specific to exactly one transaction
DestructionImmediately and permanently destroyed after signing
Ownership proofZK proof proves wallet ownership without revealing key derivation path
TraceabilityLeaves no recoverable trace in any storage medium
UniquenessDifferent for every transaction — no two are ever alike
Non-reproducibilityCannot be predicted, reconstructed, or reverse-engineered

7.2 Protocol — Transaction Signing

1. Fresh quantum entropy generated: Q = QRNG_measure(256 bits) ← genuinely new, never existed before 2. Quantum State Key derived: SSK_n = HKDF-SHA3(M ‖ Q ‖ SHA3(T) ‖ unix_timestamp_ms) Binding properties: ├─ Different every time (Q is unique per quantum measurement) ├─ Bound to this transaction (SHA3(T) component) ├─ Requires master secret M (never leaves hardware secure element) └─ Timestamp prevents replay across time windows 3. Transaction signed: σ = CRYSTALS-Dilithium_sign(T, SSK_n) 4. ZK ownership proof generated: π proves SSK_n is correctly derived from wallet commitment C π reveals nothing about M, Q, SSK_n, or derivation path 5. Immediate destruction: SSK_n overwritten with cryptographic zeros Q overwritten with cryptographic zeros Both purged from all memory registers SSK_n now genuinely does not exist anywhere in the universe

7.3 Attack Resistance Matrix

Attack VectorClassical Hardware WalletQuantum State Key
Device theftFull historical compromiseNo past keys recoverable — destroyed at use
Memory forensicsKey may be extractableKey existed for microseconds — forensically irrecoverable
Malware / keyloggerKey captured at useKey exists for < 1ms — no logging surface
Supply chain compromisePersistent key exposedNo persistent key to expose
Quantum computer (Shor)ECDSA fully brokenCRYSTALS-Dilithium5 is quantum-resistant (NIST Level 5)
Database breachStored keys compromisedNothing to breach — no key database
Harvest-now-decrypt-laterAll past transactions exposedNothing to harvest — key never existed in ciphertext

7.4 Perfect Forward Secrecy — Transaction Level

XInfinitum — Perfect Forward Secrecy — A Post Quantum Secured Blockchain

XInfinitum is designed to be the first public blockchain to achieve post-quantum forward secrecy for signing authority at the individual transaction granularity — a security property stronger than anything offered by existing blockchains, messaging protocols, or financial systems. Understanding why this matters requires understanding what this means, what it protects against, and why no other blockchain has been designed to provide it.

Technical Design Statement: XInfinitum is designed to achieve blockchain-native post-quantum forward secrecy for signing authority through zero-persistence Quantum State Keys. Each transaction is signed with a one-time CRYSTALS-Dilithium5 private key derived from quantum vacuum entropy and immediately hardware-zeroized after use. Because the entropy used to generate each key is never stored and no deterministic derivation path exists, past signing keys cannot be reconstructed from any retained state or deterministic process. This provides forward secrecy for signing authority at the protocol level — a property not present in conventional public blockchain architectures.

What Perfect Forward Secrecy Means

Perfect Forward Secrecy is a guarantee about your history. It answers the question: "If an adversary compromises something today, can they reach backward and expose what I did before?"

On Bitcoin, Ethereum, Solana, and every other major blockchain today, the answer is yes. Each wallet has one keypair that signs every transaction it ever makes. That single key protects your entire transaction history — past, present, and future. If that key is ever compromised through theft, forensic analysis, a hardware vulnerability, or a future quantum computer using Shor's algorithm — every transaction you have ever made is exposed simultaneously.

Nation-state intelligence agencies are already exploiting this through harvest now, decrypt later strategy: recording blockchain data and signed transactions today, then waiting until quantum computers powerful enough to break ECDSA become available. Every Bitcoin and Ethereum transaction ever broadcast is potentially sitting in an archive, waiting for the decryption technology to arrive. When it does, pseudonymous identities will be linked, wallet histories fully exposed, and the assumption of financial privacy retroactively shattered.

XInfinitum's Quantum State Keys eliminate this attack surface completely. Because every transaction is signed by a key that is generated and destroyed within the same atomic operation, there is no key to harvest, no archive to decrypt, and no historical exposure to worry about — ever.

The Core Guarantee: A device compromised at time T reveals nothing about transactions before T, because the keys that signed those transactions no longer exist anywhere. They were generated from quantum randomness at the moment of signing and immediately destroyed — not hidden, not encrypted, gone. No quantum computer, no forensic analysis, and no amount of future computation can reconstruct them.

Why Other Blockchains Cannot Offer This

Perfect Forward Secrecy requires three things that no other blockchain has simultaneously built into its design:

  • A different key per transaction: Using a different signing key for every transaction means no single compromise exposes multiple transactions. Classical blockchains use one keypair forever, by design — changing this would break wallet address continuity and the entire UTXO/account model.
  • True random entropy per signing event: The per-transaction key must be derived from entropy that did not exist before the transaction and cannot be reproduced. Algorithmic pseudorandomness (PRNG) fails this test — a seed can be recorded or predicted. Hardware QRNG from genuine quantum physical measurements satisfies this requirement; software systems cannot.
  • Verified hardware destruction: The ephemeral private key must be confirmed gone by hardware, not merely deleted by software. Software deletion leaves memory residue recoverable by forensic tools. Only a secure element with hardware-enforced zeroization and destruction verification closes this gap.

XInfinitum is the only blockchain designed from genesis with all three properties: every transaction uses a unique Quantum State Key (requirement 1), seeded by a hardware QRNG at the moment of signing (requirement 2), and the key is cryptographically zeroized inside the EAL6+ SLE97 Secure Element and confirmed destroyed by the PALLAS device's independent MCU (requirement 3). The math checks out, the hardware enforces it, and the certification validates it.

PropertyBitcoin / EthereumMessaging (TLS 1.3)XInfinitum QSK
Keys per session/transactionOne key — foreverEphemeral per sessionEphemeral per transaction
Entropy sourceSoftware PRNG / seed phraseOS CSPRNGHardware QRNG — quantum vacuum
Key destructionNever — key persists indefinitelySoftware — OS managedHardware zeroization · SLE97 EAL6+ · MCU-verified
Quantum-resistant signatureNo — ECDSA breakable by ShorPartially (depends on suite)Yes — CRYSTALS-Dilithium5 (NIST Level 5)
Forward secrecy scopeNoneSession-levelPer-transaction — maximum granularity
Historical exposure on compromiseAll past & future transactionsPrior sessions safe (computational)Zero — past keys do not exist
Harvest-now-decrypt-later resilientNoPartially (session keys ephemeral)Yes — no key material ever persists in any form

What This Means for XInfinitum Users

For every person who transacts on XInfinitum, Perfect Forward Secrecy provides a form of peace of mind that has never existed in cryptocurrency before:

  • Your transaction history is permanently yours, locked by keys that no longer exist. No adversary — regardless of future computing power — can go backward through your XInfinitum history, because the keys that signed your past transactions are gone from the universe.
  • A lost or stolen PALLAS device exposes only the future, not the past. And even the future requires your live fingerprint to access. The breach radius of a single compromise is bounded to a single transaction at worst.
  • No archive attack is possible. Even if every XInfinitum transaction ever broadcast were recorded by an adversary today, there is nothing to decrypt retroactively — the signing keys never existed long enough to be captured, and there is no persistent key to recover.
  • AI validators sign with the same guarantee. Every validator vote and consensus message uses a Quantum State Key that is generated and destroyed per event. The entire network — not just users — operates under transaction-level forward secrecy.
Perfect Forward Secrecy is the reason XInfinitum's tagline is "The Way It Should Be." Every blockchain launched before XInfinitum accepted a fundamental compromise: persistent keys, classical signatures, and historical exposure risk. XInfinitum was designed with the clarity that this compromise was always unnecessary — the hardware and cryptographic standards to eliminate it have existed for years. They simply had not been assembled into a coherent blockchain architecture before. That architecture is Quantum State Keys. That guarantee is Perfect Forward Secrecy. That is XInfinitum.
XInfinitum — Blockchain-Native Post-Quantum Forward Secrecy for Signing Authority — Full Infographic

7.5 Signing Tiers — Biometric Is for Personhood, Not for Signing

A critical architectural distinction: biometric input is not required to transact on XInfinitum. Biometric verification is required only for features that assert unique human identity — specifically, Praemium Program enrollment and DAO governance voting. For all other transaction types, including AI validator operations, the Quantum State Key protocol operates without biometric input. The core security property — ephemeral, quantum-derived, single-use keys — is fully preserved at every tier.

Signing TierWhoEntropy SourceBiometricUse Cases
Tier 1 — HardwareHuman with PALLAS QSSKOn-device hardware QRNG (ID Quantique IDQ6MC1)Required — hardware liveness detection inside secure elementAll transactions + Praemium enrollment + DAO governance voting
Tier 2 — SoftwareHuman, software walletQRNG API (ID Quantique cloud / ANU QRNG)Optional — device biometric (Face ID, fingerprint) via phone TEEStandard transactions; not eligible for Praemium or governance without hardware or KYC
Tier 3 — ProgrammaticAI validators, smart contracts, automated signersQRNG APINoneBlock validation votes, consensus messages, reward distributions, contract execution

The Tier 3 flow for AI validators is identical in structure to the core protocol — QRNG entropy is sampled at the moment of each signing event, a Quantum State Key is derived, the block vote is signed, and the key is immediately destroyed. Validators are identified on the network not by biometric but by their staked position, DAO-approved zkML model commitment hash, and on-chain validator identity record. Their signing is just as quantum-resistant and forward-secret as hardware wallet signing.

Biometric = personhood verification. Quantum State Keys = signing security. Every participant on XInfinitum — human, software wallet, or AI validator — signs with ephemeral quantum-derived keys. Only humans claiming Praemium or governance rights are required to prove unique biological identity. The two properties are independent and compose cleanly.

8 · Token & Tokenomics

ParameterValue
NameXFIN
NetworkXInfinitum (native L1)
Total Supply1,000,000,000 XFIN — hard cap, permanently fixed
Decimals22
Base unit1 Quantum = 0.0000000000000000000001 XFIN (10⁻²²)
Supply typeFixed cap with mild deflationary pressure via fee burn (3% of every fee burned)

8.1 Token Distribution

AllocationAmount (XFIN)%Notes
Staking & Liquidity Rewards Pool400,000,00040%Distributed over 15 years, declining schedule
Ecosystem & Developer Grants200,000,00020%DAO-controlled, milestone-gated
Team & Founder100,000,00010%4-year vesting, 1-year cliff, monthly unlock
Public Token Sale (ICO)100,000,00010%$0.50/XFIN ICO price
Pre-Sale100,000,00010%Seed $0.05/XFIN · Pre-sale $0.15/XFIN
Treasury (Foundation DAO)100,000,00010%DAO-governed operations, legal, R&D

8.2 Token Utility

  • Transaction fees (denominated in Quanta for micro-payments)
  • AI validator staking (minimum $33,333 USD equivalent in XFIN maintained continuously — Bootstrap Grant Program available for qualifying applicants)
  • Storage node staking (to host encrypted token shards)
  • DAO governance voting (1 human = 1 vote, PALLAS QSSK biometric verification required)
  • Liquidity pool participation and LP token staking
  • DeFi protocol participation (lending, borrowing, yield farming on XInfinitum-native protocols)
  • Fungible token issuance (deploy custom tokens on the XInfinitum network using the XFIN token standard)
  • NFT minting and trading (native NFT standard; XFIN is the settlement currency)
  • Access to priority mempool lanes (optional fee premium)
Make Bitcoin More Secure — Bridge BTC and ETH to XInfinitum for Post-Quantum Security

9 · Fee Structure

XInfinitum fees are proportional to transaction value — not flat. Transactions of $25 USD or less are fee-free (base gas only) — making XInfinitum the optimal network for micropayments, tipping, and small remittances.

ComponentRateRecipient
Network fee0.0025% of USD transaction value50% validators · 37% staking & liquidity rewards · 10% treasury · 3% burned
Wallet fee0.000625% of USD value (25% of network fee)100% wallet operator (Pilon Labs / third-party)
Base gas0.00001 XFIN flat (all transactions)50% validators · 37% staking & liquidity rewards · 10% treasury · 3% burned
Free tierTransactions ≤ $25 USDPercentage fee waived; base gas only
Enhanced Privacy surcharge+0.0035 XFIN flatCovers ring signature + ZK proof compute

9.1 Competitive Comparison — $250 Remittance

ProviderFee% of $250
Western Union~$12.505.0%
Bank wire / SWIFT~$25–4510–18%
Bitcoin~$1.000.4%
XInfinitum$0.00780.00313%

XInfinitum is 1,600× cheaper than Western Union on a $250 remittance. The recipient's family keeps an extra $12.49 per transfer — $149.88/year at one transfer per month.

10 · Staking & Rewards

Staking TypeBase APYLock Period
Flexible staking5.0%None — withdraw anytime
Liquidity pool participation7.7%None
LP token staking8.0%None
AI Validator staking25–40% estimated1 year minimum (includes slashing risk)

The 400M XFIN Staking & Liquidity Rewards Pool is distributed over 15 years on a declining emission schedule. Year 1 effective APY at 40% staked supply: 18–25%. Stated APYs are mature steady-state targets. Validator staking rewards compensate validators for compute costs and slashing risk — they are separate from the Praemium surplus pool.

10.1 Extended Lock Multipliers

Token holders who voluntarily commit to extended lock periods earn a yield multiplier applied to their base staking APY. This rewards long-term network alignment and deepens liquidity stability.

Lock PeriodMultiplierFlexible (5%)LP Part. (7.7%)LP Token (8%)
1 year1.3×6.5%10.0%10.4%
1.5 years1.6×8.0%12.3%12.8%
2 years1.9×9.5%14.6%15.2%
2.5 years2.2×11.0%16.9%17.6%
3 years2.5×12.5%19.3%20.0%

Multipliers apply to accumulated rewards only — staked principal is always returnable in full at end of lock period. Early unlock is permitted at any time; however, 50% of accumulated rewards earned to date are forfeited and redistributed to the staking rewards pool. Principal is never at risk from an early exit.

11 · The Xinfinitum Praemium Program

XFIN — The Cryptocurrency That Pays You.
One human. One wallet. One equal share. Every month.

The Xinfinitum Praemium Program is a foundational economic feature made possible exclusively by the AI consensus architecture. After AI validators pay their verified compute costs, everything left over belongs to the network's people — divided equally, every month, automatically.

This program cannot exist on a proof-of-work or proof-of-stake chain. In both models, all surplus revenue flows to miners or stakers in proportion to capital investment. In XInfinitum's AI consensus, validators are software agents whose entire economic requirement is their verified compute cost. Any earnings above those costs represent genuine network surplus with no natural owner — which the Praemium Program distributes equally to every verified human on the network.

11.1 Proof of Personhood

The one-time registration process that qualifies a wallet for the Praemium requires verified unique human identity through one of two methods:

  • Tier 1 — PALLAS QSSK Device Enrollment (Automatic): Holders of PALLAS QSSK hardware devices are automatically eligible. The biometric verification is performed on-chip; no biometric data leaves the device. Hardware enforces one-person-one-wallet at the physical layer.
  • Tier 2 — KYC Identity Enrollment (Universal Access): Any government-issued ID from any jurisdiction accepted. Free of charge. The KYC service generates a Zero-Knowledge Enrollment Proof — proving "this wallet belongs to a unique verified human" without revealing who. The identity document is permanently deleted after verification. Only a non-reversible nullifier is retained to prevent duplicate enrollment.

11.2 Projected Monthly Distributions

The Praemium is funded exclusively from network surplus — fees collected after AI validators have been compensated for their verified compute costs. AI validator staking rewards are a separate payment to validators and are not included in the Praemium pool. This keeps the Praemium structurally independent: validator economics and human dividend economics cannot cannibalize each other.

Network ScaleDaily TransactionsMonthly SurplusPer Address / MonthPer Address / Year
Early Stage1,000,000~$600~$0.00012~$0.04
Growth Phase10,000,000~$8,000~$0.0016~$0.58
Streaming Scale100,000,000~$92,000~$0.018~$6.60
Mature Network500,000,000~$475,000~$0.095~$34
Full Scale1,000,000,000+~$950,000+~$0.19+~$69+

Assumes average transaction fee of $0.001 USD and 5,000,000 enrolled addresses.

Xinfinitum Personhood Enrollment is the only form of participation in any blockchain where a billionaire and a subsistence farmer receive an identical reward. It cannot be industrialized. It cannot be gamed with capital. The only contribution required is being a unique human being.

12 · Governance — The Xinfinitum Foundation DAO

XInfinitum is built by Pilon Laboratories Inc., a private Canadian corporation. Protocol governance is progressively transferred to the Xinfinitum Foundation DAO as network milestones are achieved.

PhaseControl
Phase 1 — TestnetPilon Labs holds full protocol control
Phase 2 — MainnetDAO controls validator admission and treasury
Phase 3 — GrowthDAO controls protocol parameters and upgrades
Phase 4 — MaturityFull DAO governance; Pilon Labs = service provider only

12.1 DAO Participation

DAO governance requires: (1) minimum staked XFIN equivalent to $10,000 USD (dynamic floor); (2) registered PALLAS QSSK device with biometric verification at time of voting; (3) on-chain biometric commitment. Every qualifying participant receives exactly 1 vote regardless of stake amount — wealth buys more yield, not more governance influence.

12.2 Proposal Thresholds

Proposal TypeFeeQuorumApproval
Parameter adjustment$50 USD equiv. in XFIN5%60%
AI model training approval$75 USD equiv. in XFIN7%66%
Protocol upgrade$120 USD equiv. in XFIN10%75%
Constitutional amendment$150 USD equiv. in XFIN20%80%

13 · Security Model & Post-Quantum Cryptography

FunctionAlgorithmStandard
Transaction signaturesCRYSTALS-Dilithium5 (ML-DSA)NIST FIPS 204 · Level 5
Key encapsulationCRYSTALS-Kyber (ML-KEM)NIST FIPS 203
Token storage encryptionCRYSTALS-Kyber + AES-256-GCMNIST FIPS 197
Shard distributionShamir Secret Sharing (3-of-5) + decoy shardsInformation-theoretic security
zkML proofsPLONK universal proof systemZK-SNARK
Entropy sourceQRNG — ID Quantique Quantis / ANU APINIST SP 800-90B
HashingSHA3-256, SHA3-512NIST FIPS 202
Key derivationHKDF-SHA3-512RFC 5869
Full Post-Quantum Stack: XInfinitum implements the complete NIST post-quantum cryptography suite from genesis block. No transaction made on XInfinitum is vulnerable to future quantum decryption, including against harvest-now-decrypt-later attacks on data created today.

13.1 Perpetual Token Encryption Architecture

XInfinitum tokens are never stored in plaintext anywhere on the network at any time. Every XFIN token in existence undergoes the following lifecycle immediately upon issuance and remains in this state permanently:

  1. Compression: Token data is compressed before encryption to reduce shard size and network overhead.
  2. Encryption: Each token is individually encrypted using CRYSTALS-Kyber key encapsulation + AES-256-GCM symmetric encryption. The encryption key is itself derived from network consensus entropy — no single party holds it.
  3. Sharding: The encrypted token is split into shards using Shamir Secret Sharing (3-of-5). Any 3 shards can reconstruct the token; 2 or fewer shards reveal nothing.
  4. Decoy shard injection: For every real shard distributed to the network, additional cryptographically indistinguishable decoy shards are distributed alongside it. An adversary observing shard traffic cannot distinguish real shards from decoys, making targeted shard theft structurally ineffective.
  5. Distribution: Real and decoy shards are distributed across geographically diverse storage nodes. No single node holds a complete token or enough real shards to reconstruct one.

Tokens never leave this encrypted, sharded state. They are not "decrypted and transferred" during a transaction. Instead, XInfinitum maintains a cryptographically secured ledger of claims — ownership records that attest which wallet controls which token allocation. When a transaction occurs, the ledger updates the claim. The underlying encrypted token shards do not move; only the on-chain ownership record changes.

Users hold claims, not tokens. When you own XFIN, you hold a cryptographically verified on-chain claim to a specific allocation of perpetually encrypted, sharded tokens distributed across the network. There is no "your token" sitting in a wallet file that can be copied or stolen — only a ledger entry proving your claim, signed with your Quantum State Key. This architecture eliminates the entire category of token theft that affects every other blockchain.

14 · Network Phases & Roadmap

PhaseTargetKey Milestones
Phase 1 — Testnet20267 AI validators · zkML proof system · PALLAS QSSK wallet integration · Praemium enrollment testing · Software QRNG mode
Phase 2 — Mainnet Genesis202715 validators · Public token launch · Praemium Program live · DAO treasury control · XFIN exchange listings
Phase 3 — Growth202851 validators · EVM compatibility layer · DEX launch · Expanded privacy tooling · XInfinitum Card Program · XFINUSD stablecoin launch · XFIN perpetuals market
Phase 4 — Maturity2029+100+ validators · Full DAO governance · L2 rollup support · .xinfinitum domain service · zkML ASIC hardware · XFINCAD stablecoin · THORChain-style native BTC/ETH swaps

15 · Planned Protocol Extensions

Forward-looking notice: The features described in this section represent the current planned direction for XInfinitum protocol development in Phase 3 and beyond. All timelines, features, and specifications are subject to change based on market conditions, regulatory environment, technical feasibility, and DAO governance decisions. Nothing in this section constitutes a commitment or guarantee of delivery.

15.1 XFINUSD & XFINCAD — Delta-Neutral Stablecoins

XInfinitum plans to launch two native delta-neutral stablecoins in Phase 3: XFINUSD (pegged to the US Dollar) and XFINCAD (pegged to the Canadian Dollar). Unlike centralized stablecoins such as USDC or USDT — which require trust in a bank custodian and are subject to account freezes, debanking risk, and regulatory seizure — XInfinitum stablecoins are maintained entirely on-chain through a hedged collateral mechanism.

15.1.1 How Delta-Neutral Pegging Works

A delta-neutral stablecoin holds a hedged position that cancels out price exposure to the underlying collateral:

  1. User deposits XFIN as collateral into the stablecoin protocol smart contract.
  2. The protocol simultaneously opens a short position on an equivalent XFIN value via the XInfinitum perpetuals market — cancelling out price exposure. Whether XFIN rises or falls, the combined position holds its USD or CAD value.
  3. XFINUSD or XFINCAD is minted to the user in the equivalent pegged amount.
  4. Redemption reverses the process — stablecoin is burned, short is closed, XFIN collateral is returned.

This model was pioneered at scale by Ethena Protocol (USDe), which grew to over $5B in circulation using the same mechanism with Ethereum as collateral. XInfinitum's implementation uses XFIN as collateral and targets both USD and CAD pegs.

15.1.2 Why XFINCAD Is Strategically Significant

No major blockchain currently has a widely adopted, natively issued CAD-pegged stablecoin. XFINCAD would be the first serious Canadian-dollar stablecoin on a purpose-built Layer 1 — directly aligned with Pilon Laboratories' Canadian origin, and positioned to attract Canadian institutional participants, remittance corridors, and regulated financial services that require CAD settlement. CADC (the existing CAD stablecoin) has minimal adoption and no native blockchain — XFINCAD fills this gap entirely.

15.1.3 Prerequisites & Sequencing

Delta-neutral stablecoins require underlying infrastructure that does not exist at mainnet genesis. Launch is contingent on:

  • XFIN listed on exchanges with sufficient trading volume to support hedging at scale
  • XInfinitum-native perpetuals market operational (Phase 3 DEX launch)
  • Chainlink or equivalent oracle providing real-time XFIN/USD and XFIN/CAD price feeds
  • Reserve fund established to absorb periods of negative funding rates
  • Full smart contract audit by an independent security firm

15.1.4 Stablecoin Revenue Model

The stablecoin protocol generates revenue from minting and redemption fees (0.1–0.3%) and positive funding rate income from the short position during bullish market conditions. This revenue flows to the Foundation Treasury and ultimately contributes to the Praemium surplus pool — adding a third income stream to the universal dividend alongside network fees and validator surplus.

15.2 XInfinitum Card Program

The XInfinitum Card Program will allow XFIN holders to spend their tokens at any merchant accepting Visa or Mastercard worldwide — converting XFIN to the local fiat currency at point of sale. Cards are issued through a licensed financial institution partner on the Visa and Mastercard networks.

Card TypeFeeFeatures
Virtual Card$9.00 CAD / yearInstant issuance · Online payments · Apple Pay / Google Pay compatible
Physical Card$22.00 CAD one-timeTap-to-pay NFC · Worldwide acceptance · Apple Pay / Google Pay compatible

Both card types are funded directly from the cardholder's XInfinitum wallet. Conversion from XFIN to fiat occurs at the moment of transaction using the live market rate. Card credentials are stored in the user's encrypted wallet vault and can be added to Apple Pay or Google Pay for contactless payments.

15.2.1 PALLAS QSSK — NFC Payment Integration

The PALLAS QSSK hardware device is designed with an NFC module, enabling it to function as a contactless payment device at any NFC-enabled terminal. The PALLAS companion app allows users to load credit cards, debit cards, and their XInfinitum Card directly into the device's encrypted vault. Payment is triggered by the biometric fingerprint sensor — the same liveness-verified touch that authorizes all other device functions. No card number is transmitted in plaintext; credentials are tokenized inside the secure element before transmission, matching the security model of Apple Pay.

This makes the PALLAS QSSK a complete physical wallet replacement — a single device that serves as a post-quantum security key, hardware cryptocurrency wallet, encrypted identity vault, and NFC payment terminal, all protected by biometric liveness detection and quantum-resistant cryptography.

Note on partnerships: The XInfinitum Card Program will be delivered through a licensed BIN sponsor financial institution operating on the Visa and Mastercard networks. Pilon Laboratories does not currently hold a direct partnership agreement with Visa or Mastercard. Card program availability is subject to regulatory approval and financial institution partnership finalization.

16 · Revenue Model & Network Economics

XInfinitum generates protocol revenue through five independent streams. These streams are structurally separate — no single stream's performance affects the others, and each feeds into distinct network pools (validator rewards, treasury, Praemium, burn).

16.1 Network Transaction Fees

The primary revenue source is the proportional network fee (0.0025% of USD transaction value) collected on every transaction above $25 USD. At mature network scale of 500M daily transactions, this generates approximately $475,000 USD in monthly fee revenue before validator cost deduction. The Praemium surplus is the portion remaining after validators are compensated.

16.2 Address Shortening Service — .xfin Domains

XInfinitum wallet addresses are 64-character hexadecimal strings by default. The Address Shortening Service allows users to register a human-readable short address (e.g. derek.xfin) that resolves to their full wallet address — functioning identically to ENS (Ethereum Name Service) on Ethereum.

TierAnnual FeeDescription
Standard address (5+ characters)$7.00 USD/yeare.g. derek.xfin, alice.xfin
Short address (3–4 characters)$35.00 USD/yeare.g. ace.xfin, zk.xfin — premium for brevity
Single character (1–2 characters)$200.00 USD/yearReserved for auction; high-demand identifiers

Annual fees are paid in XFIN at USD-equivalent market rate. 80% of registration revenue flows to the Foundation Treasury; 20% is burned, contributing to XFIN's deflationary pressure. At 1,000,000 registered addresses at an average of $8/year, this stream generates $8M USD/year in treasury revenue.

Why .xfin addresses matter: ENS domains on Ethereum surpassed $100M in cumulative registration revenue with ~3M names registered. XInfinitum's address shortening is built into the base protocol rather than as a third-party contract — lower gas cost, native resolution, and the registration fee accrues directly to the network treasury rather than to a separate organization.

16.3 Wallet Fee Revenue

The PALLAS Wallet App and any third-party wallets built on XInfinitum collect a wallet fee of 0.000625% of transaction value (25% of the base network fee). This revenue stream accrues entirely to the wallet operator — for Pilon Laboratories' own PALLAS Wallet App, this is direct company revenue separate from the protocol treasury.

16.4 XInfinitum Card Program Fees

Virtual Card ($9 CAD/year) and Physical Card ($22 CAD one-time) issuance fees provide recurring and one-time revenue. At 100,000 cardholders, this generates approximately $900,000 CAD/year in virtual card renewals plus one-time physical card revenue.

16.5 Stablecoin Protocol Fees (Phase 3+)

Minting and redemption fees (0.1–0.3%) on XFINUSD and XFINCAD stablecoin operations contribute to the Foundation Treasury once the perpetuals market and stablecoin protocol are live in Phase 3. At $100M circulating stablecoin supply with 10% monthly turnover, this contributes approximately $1–3M/month to treasury revenue.

16.6 Projected Revenue Summary

StreamPhase 2 (2027)Phase 3 (2028)Phase 4 (2029+)
Network transaction fees (treasury 10%)~$50K/mo~$500K/mo~$5M+/mo
.xfin address registrations~$100K/mo~$700K+/mo
PALLAS Wallet App fees~$20K/mo~$200K/mo~$2M+/mo
XInfinitum Card fees~$75K/mo~$300K+/mo
Stablecoin protocol fees~$250K/mo~$3M+/mo

Revenue figures are forward-looking estimates based on comparable network growth trajectories and do not constitute a guarantee of future performance. All figures in USD equivalent.

17 · PALLAS QSSK — Quantum State Security Key Hardware Device

The PALLAS QSSK hardware device is the physical embodiment of the Quantum State Key protocol. Manufactured by Pilon Laboratories Inc. under the PALLAS product line, it provides the highest security tier for XInfinitum wallet operations and serves as the hardware Proof-of-Personhood credential for DAO governance and Praemium enrollment.

  • Embedded QRNG: ID Quantique IDQ6MC1 — certified quantum entropy, physically non-deterministic
  • Secure Element: Infineon SLE97 · Common Criteria EAL 6+ — all key operations inside the SE, never exported
  • Biometric sensor: Synaptics FS7600 · Hardware liveness detection — single biometric = single governance identity
  • Signature algorithm: CRYSTALS-Dilithium5 (NIST FIPS 204) — quantum-resistant at Level 5
  • Multi-function: XInfinitum hardware wallet · FIDO2 security key · Encrypted data vault
PALLAS Patent Coverage: The biometric-triggered QRNG ephemeral key scheme is protected under Canadian Patent (CIPO). Claims 36, 69, 70, and 71 explicitly cover the biometric-authenticated, quantum-derived, one-time blockchain signing architecture that powers Quantum State Keys.