SYS // v0.1.0-ALPHAHEALTH // Nodes (6/6) OK
UNTRACE
Documentation

Tokenomics

$UNTRACE is the native utility and governance token of the Untrace protocol. It powers every interaction across the network — from storage node incentives to dApp deployment fees to protocol governance.


Design Philosophy

The $UNTRACE token model is designed around three principles:

  1. Utility-first — Every token demand is backed by a real protocol action, not speculation
  2. Deflationary with usage — A burn mechanism ensures supply decreases as network activity grows
  3. Aligned incentives — The majority of token supply flows to network participants (nodes, users), not insiders

The model is structurally modeled on Filecoin's proven token design: majority distribution to network participants, minority to team and early investors, with storage mining as the primary emission mechanism.


Token Utility

$UNTRACE is required for every meaningful interaction with the Untrace protocol:

| Action | Token Requirement | | -------------------------- | ------------------------------------------------------------ | | Node staking | Operators stake $UNTRACE to participate in the network | | Transaction fees | All interactions on the network pay fees in $UNTRACE | | ZK proof fees | Proof computation for data reconstruction generates a fee | | dApp deployment | Developers stake $UNTRACE to deploy dApps on the network | | Governance voting | Token holders vote on protocol upgrades and ecosystem grants | | Storage mining rewards | Nodes earn $UNTRACE for providing storage and uptime |


Supply and Distribution

Total Supply: 1,000,000,000 $UNTRACE (fixed cap, no inflation after genesis)

| Allocation | % | Amount | Vesting | | -------------------------------- | --- | ----------- | ------------------------------------------------ | | Storage Mining Rewards | 55% | 550,000,000 | Emitted over 20 years via storage proofs | | Ecosystem & Developer Grants | 15% | 150,000,000 | 4-year linear unlock, governed by DAO | | Team & Founders | 10% | 100,000,000 | 4-year vest, 1-year cliff | | Early Investors (Seed) | 8% | 80,000,000 | 2-year vest, 6-month cliff | | Treasury Reserve | 7% | 70,000,000 | Multi-sig DAO control; no unilateral access | | Public Sale / Network Launch | 5% | 50,000,000 | No lockup; bootstraps node network and liquidity |


Emission Schedule

Mining rewards are emitted on a halving schedule modeled on Bitcoin and Filecoin:

| Years | Annual Emission | Cumulative Supply Released | | ----- | ---------------- | -------------------------- | | 1–4 | ~34,375,000 / yr | 137,500,000 | | 5–8 | ~17,187,500 / yr | 206,250,000 | | 9–12 | ~8,593,750 / yr | 240,625,000 | | 13–20 | ~6,953,125 / yr | 296,250,000 |

The long tail emission schedule incentivizes node operators to remain in the network for decades — aligning long-term network security with long-term token rewards.


Fee Mechanics

Every protocol transaction generates a fee denominated in $UNTRACE:

Transaction Fee = Base Fee + Priority Fee

Base Fee: burned (deflationary)
Priority Fee: distributed to validators and storage nodes

Burn mechanism: The base fee component is permanently removed from supply. As network usage grows, the burn rate grows — creating deflationary pressure that increases the scarcity of $UNTRACE.

This is structurally similar to Ethereum's EIP-1559 model, but applied to a storage and privacy network with significantly higher per-transaction value (ZK proof fees, large-file storage operations).


Node Staking

Storage nodes must stake $UNTRACE to participate in the network. The stake serves as:

  1. Collateral against malicious behavior (slashing)
  2. Sybil resistance — expensive to spin up fake nodes
  3. Commitment signal — nodes with higher stakes earn proportionally more routing weight

Slashing Conditions

| Violation | Slash Amount | | ----------------------------- | ----------------------------- | | Failed storage proof (PoSt) | 1% of stake per epoch | | Serving corrupted shard | 10% of stake | | Double-serving (equivocation) | 50% of stake | | Unauthorized shard disclosure | 100% of stake + permanent ban |

Slashed tokens are split between burning (deflationary) and a victim compensation fund.


Governance

$UNTRACE is a governance token for the Untrace DAO. Token holders vote on:

  • Protocol parameter changes (fee levels, threshold defaults, slash rates)
  • Ecosystem grant allocations
  • dApp whitelisting and priority routing
  • Treasury deployments
  • Protocol upgrade proposals

Voting power is proportional to staked (not liquid) $UNTRACE. This ensures that active network participants — not passive speculators — control governance decisions.

A time-lock applies to all governance actions: 7 days for parameter changes, 21 days for protocol upgrades. This gives the community time to review and respond before changes take effect.


Value Accrual

The token captures value from every layer of the network:

Network Activity
      ↓
Transaction Fees Generated
      ↓
    Base Fee → Burned (reduces supply)
    Priority Fee → Node Operators (rewards)
      ↓
Reduced supply + Increased demand = Token appreciation

As more dApps are built on the Untrace base layer — Privacy Vault subscriptions, eSign fees, escrow commissions, tokenization revenue — each creates additional transaction volume that flows through the fee and burn mechanism.

Owning the base layer means capturing value from every application built on top. This is the same compounding dynamic that made Filecoin, Ethereum, and Solana generational assets.


Comparison

| Token | Utility | Burn | Governance | Storage Mining | | ------------ | ------- | -------------- | ---------- | -------------- | | $UNTRACE | Yes | Yes | Yes | Yes | | $FIL | Yes | No | Partial | Yes | | $ETH | Yes | Yes (EIP-1559) | Partial | No | | $ALEO | Yes | No | Yes | No |


Further Reading

  • Whitepaper — Full protocol specification including staking mechanics
  • Web3 Access Control — How staked nodes participate in access enforcement