RustChain Token Economics

June 14, 2026 · View on GitHub

Overview

RustChain Token (RTC) is the native cryptocurrency of the RustChain network. Unlike traditional cryptocurrencies that reward computational power, RTC rewards hardware antiquity — the older your hardware, the more you earn.

Token Supply

Fixed Supply Model

┌─────────────────────────────────────────────────────────────┐
│                    RTC Total Supply                         │
│                      8,388,608 RTC                          │
├─────────────────────────────────────────────────────────────┤
│  Premine (4 founders)   │  Mining Rewards                  │
│       503,316 RTC         │    7,885,292 RTC                 │
│         6%            │       94%                     │
└─────────────────────────────────────────────────────────────┘

Supply Breakdown

AllocationAmountPercentagePurpose
Block Mining7,885,292 RTC94%Epoch rewards for miners
Founders125,829 RTC1.5%founder_founders core team
Dev Fund125,829 RTC1.5%founder_dev_fund development
Team / Bounty125,829 RTC1.5%founder_team_bounty contributions
Community125,829 RTC1.5%founder_community airdrops, grants
Total8,388,608 RTC100%Fixed (2232^{23}), no inflation

Distribution Milestones (March 2026)

MetricValue
Total Wallets500
Non-Founder Wallets496
RTC to Contributors~90,568 RTC
Bounty Payments~27,000 RTC to 1,000+ recipients
Largest Single-Day Payout1,995 RTC (B1tor, March 26, 2026)
Mining Rewards Distributed~63,000 RTC (epoch settlements)
On-Chain Transactions2,511
Top Contributor Earnings3,258 RTC

Emission Schedule

graph LR
    subgraph "Year 1"
        Y1[547.5 RTC/year<br>1.5 RTC × 365 epochs]
    end
    
    subgraph "Year 5"
        Y5[~500 RTC/year<br>Slight reduction]
    end
    
    subgraph "Year 20+"
        Y20[Mining continues<br>until 8M cap]
    end
    
    Y1 --> Y5 --> Y20

At current rate (1.5 RTC/epoch):

  • Daily emission: ~1.5 RTC
  • Annual emission: ~547.5 RTC
  • Years to full emission: ~14,500 years

Antiquity Multipliers

Base Multipliers by Hardware

The core innovation of RustChain: older hardware earns more.

graph TD
    subgraph "Vintage Tier (1.8x - 2.5x)"
        G4[PowerPC G4<br>2.5×]
        G5[PowerPC G5<br>2.0×]
        G3[PowerPC G3<br>1.8×]
    end
    
    subgraph "Retro Tier (1.3x - 1.5x)"
        P8[IBM POWER8<br>1.5×]
        P4[Pentium 4<br>1.5×]
        C2[Core 2 Duo<br>1.3×]
    end
    
    subgraph "Modern Tier (1.0x - 1.2x)"
        M1[Apple Silicon<br>1.2×]
        RZ[Modern x86<br>1.0×]
    end

Complete Multiplier Table

HardwareEraBase MultiplierExample Earnings/Epoch
PowerPC G41999-20052.5×0.30 RTC
PowerPC G52003-20062.0×0.24 RTC
PowerPC G31997-20031.8×0.21 RTC
IBM POWER820141.5×0.18 RTC
Pentium 42000-20081.5×0.18 RTC
Pentium III1999-20031.4×0.17 RTC
Core 2 Duo2006-20111.3×0.16 RTC
Apple M1/M2/M32020+1.2×0.14 RTC
Modern x86_64Current1.0×0.12 RTC
ARM (Raspberry Pi)Current0.0001×~0 RTC
VM/EmulatorN/A0.0000000025×~0 RTC

Multiplier Rationale

Why reward old hardware?

  1. Digital Preservation: Incentivize keeping vintage hardware operational
  2. Sybil Resistance: Vintage hardware is rare and expensive
  3. Environmental: Reuse existing hardware instead of e-waste
  4. Fairness: Modern hardware already has advantages everywhere else

Time Decay Formula

Vintage Hardware Decay

To prevent permanent advantage, vintage hardware multipliers decay over time:

decay_factor = 1.0 - (0.15 × (years_since_launch - 5) / 5)
final_multiplier = 1.0 + (vintage_bonus × decay_factor)

Constraints:

  • Decay starts after 5 years from network launch
  • Minimum decay factor: 0.0 (multiplier floors at 1.0×)
  • Rate: 15% per year beyond year 5

Decay Example: PowerPC G4

Base multiplier: 2.5×
Vintage bonus: 1.5 (2.5 - 1.0)

Year 1:  decay = 1.0                    → 2.5×
Year 5:  decay = 1.0                    → 2.5×
Year 10: decay = 1.0 - (0.15 × 5/5)     → 2.275× (1.0 + 1.5 × 0.85)
Year 15: decay = 1.0 - (0.15 × 10/5)    → 2.05×  (1.0 + 1.5 × 0.70)
Year 20: decay = 1.0 - (0.15 × 15/5)    → 1.825× (1.0 + 1.5 × 0.55)
Year 30: decay = 0.0 (floor)            → 1.0×
graph LR
    Y1[Year 1<br>2.5×] --> Y5[Year 5<br>2.5×]
    Y5 --> Y10[Year 10<br>2.275×]
    Y10 --> Y15[Year 15<br>2.05×]
    Y15 --> Y20[Year 20<br>1.825×]
    Y20 --> Y30[Year 30<br>1.0×]

Loyalty Bonus

Modern Hardware Incentive

Modern hardware (≤5 years old) can earn loyalty bonuses for continuous uptime:

loyalty_bonus = min(0.5, uptime_years × 0.15)
final_multiplier = base_multiplier + loyalty_bonus

Constraints:

  • Rate: +15% per year of continuous mining
  • Maximum bonus: +50% (capped at 3.33 years)
  • Resets if miner goes offline for >7 days

Loyalty Example: Modern x86

Base multiplier: 1.0×

Year 0: 1.0×
Year 1: 1.0 + 0.15 = 1.15×
Year 2: 1.0 + 0.30 = 1.30×
Year 3: 1.0 + 0.45 = 1.45×
Year 4: 1.0 + 0.50 = 1.50× (capped)

Reward Distribution

Epoch Pot Distribution

Each epoch (24 hours), 1.5 RTC is distributed:

graph TD
    A[Epoch Pot: 1.5 RTC] --> B[Calculate Total Weight]
    B --> C[Sum of all multipliers]
    C --> D[Distribute Proportionally]
    D --> E[Miner A: weight/total × 1.5]
    D --> F[Miner B: weight/total × 1.5]
    D --> G[Miner N: weight/total × 1.5]

Distribution Formula

miner_reward = epoch_pot × (miner_multiplier / total_weight)

Example Distribution

Scenario: 5 miners in epoch

MinerHardwareMultiplierWeight %Reward
AG42.5×32.5%0.487 RTC
BG52.0×26.0%0.390 RTC
Cx861.0×13.0%0.195 RTC
Dx861.0×13.0%0.195 RTC
EM11.2×15.5%0.234 RTC
Total7.7100%1.501 RTC

wRTC Bridge (Solana)

Wrapped RTC

RTC can be bridged to Solana as wRTC for DeFi access:

graph LR
    subgraph RustChain
        RTC[RTC Token]
    end
    
    subgraph Bridge
        B[BoTTube Bridge]
    end
    
    subgraph Solana
        wRTC[wRTC Token]
        RAY[Raydium DEX]
        DS[DexScreener]
    end
    
    RTC -->|Lock| B
    B -->|Mint| wRTC
    wRTC --> RAY
    wRTC --> DS

wRTC Details

PropertyValue
Token Mint12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X
DEXRaydium
ChartDexScreener
BridgeBoTTube Bridge
Ratio1:1 (1 RTC = 1 wRTC)

Bridge Process

RTC → wRTC (Lock & Mint):

  1. Send RTC to bridge address on RustChain
  2. Bridge verifies transaction
  3. wRTC minted on Solana to your wallet

wRTC → RTC (Burn & Release):

  1. Send wRTC to bridge contract on Solana
  2. wRTC burned
  3. RTC released on RustChain

wRTC on Base (Ethereum L2)

Base Integration

wRTC is also available on Base L2:

PropertyValue
Contract0x5683C10596AaA09AD7F4eF13CAB94b9b74A669c6
DEXAerodrome
Bridgebottube.ai/bridge/base

Value Proposition

Current Valuation

MetricValue
Reference Price$0.15 USD per RTC
Fully Diluted Value~$1,258,291 USD
Circulating Supply~90,568 RTC (contributor payouts + mining)
Market Cap~$13,585 USD
Wallet Holders500 (milestone reached March 26, 2026)
Bounties Paid~27,000 RTC to 1,000+ recipients
Ledger Entries2,511 on-chain transactions

Earning Potential

HardwareMultiplierDaily EarningsMonthlyYearly
G4 (solo)2.5×1.5 RTC45 RTC547 RTC
G4 (10 miners)2.5×0.375 RTC11.25 RTC137 RTC
x86 (10 miners)1.0×0.15 RTC4.5 RTC55 RTC

Earnings depend on total network weight

Bounty System

Contribution Rewards

TierCurrent RateAfter 35K PaidAfter 50K PaidExamples
Micro1-10 RTC1-8 RTC1-5 RTCTypo fix, small docs, first PR
Standard20-50 RTC15-40 RTC10-25 RTCFeature, refactor, tests
Major75-150 RTC55-115 RTC40-75 RTCSecurity fix, SDK, integration
Critical200-400 RTC150-300 RTC100-200 RTCRed team, consensus, vulnerability

Bounty Payout Scaling (RIP-306)

As the ecosystem matures and RTC distribution widens, bounty payouts scale down to protect token value for existing holders:

MilestoneRate AdjustmentRationale
0-27K RTC paid (current)Full ratesBootstrap phase — attract contributors
35K RTC paid-25% across all tiersEarly maturity — 500+ wallets, ecosystem proven
50K RTC paid-50% across all tiersGrowth phase — only high-impact gets premium
100K RTC paid-75% — elite bounties onlyMature phase — RTC value should reflect scarcity

Why scale down?

  1. 500 wallet holders already exist — distribution goal met
  2. 50K of 8.3M supply (0.6%) allocated to bounties is approaching meaningful dilution
  3. If RTC reference price increases, current bounty amounts become disproportionately expensive
  4. Early contributors who earned at full rates benefit from increasing scarcity
  5. The network is proven — we no longer need to overpay to attract contributors

What doesn't change:

  • Mining epoch rewards (1.5 RTC/epoch) — unchanged, consensus-driven
  • Antiquity multipliers — unchanged, hardware-based
  • Airdrop pool — separate allocation
  • The commitment to paying contributors — rates adjust, payments continue

Active Bounty Pools

PoolTotalStatus
Star Repo200 RTCOpen
Run Miner 7 Days500 RTCOpen
Referral Program300 RTCOpen
Bug Reports150 RTCOpen

Economic Security

Sybil Attack Cost

Running multiple miners is economically unfeasible:

Attack VectorCostRewardROI
Buy 10 G4 Macs~$2,000~$137/year14.6 years
Rent VMs~$100/month~$0.00001/yearNever
Emulate G4$0~$0.00001/yearNever

Why Vintage Hardware?

  1. Scarcity: Limited supply of working vintage hardware
  2. Cost: Expensive to acquire and maintain
  3. Authenticity: Can't be faked (fingerprinting)
  4. Decay: Multipliers decrease over time

500 Wallet Milestone (March 26, 2026)

On March 26, 2026, RustChain reached 500 unique wallet holders — a critical mass for a network that launched just four months earlier with zero marketing budget.

How We Got Here

PhaseWalletsStrategy
Launch (Dec 2025)8Founder hardware only (G4s, G5, POWER8)
First External (Jan 2026)15Ryan's Factorio VM (first non-lab node)
Bounty System (Feb 2026)501 RTC first-PR bounties attract contributors
Growth Sprint (Mar 2026)5001,000+ recipients, awesome list PRs, Moltbook presence

What 500 Wallets Means

  1. Sybil-resistant distribution — 500 real wallets across diverse hardware
  2. Community-driven growth — no airdrops to bots, every wallet earned RTC
  3. Bounty system works — paying contributors builds both code AND distribution
  4. Ready for DEX — sufficient holder count for healthy trading when wRTC bridge launches

Wallet Distribution

Balance RangeWallets% of Holders
> 1,000 RTC~153%
100-1,000 RTC~408%
10-100 RTC~10020%
1-10 RTC~20040%
< 1 RTC~14529%

This is a healthy distribution — most holders earned small amounts through first-PR bounties and mining, with larger balances going to consistent contributors. No whale concentration outside founder allocations.

Future Considerations

Potential Adjustments

  • Epoch Pot: May increase with network growth
  • New Hardware Tiers: As hardware ages, new tiers added
  • Decay Rates: Community governance may adjust
  • Bridge Fees: May introduce small fees for sustainability

Governance

Currently centralized (core team). Future plans:

  • Token-weighted voting
  • Proposal system
  • Community treasury

Next: See api-reference.md for all public endpoints.