{
  "project": "RustChain",
  "as_of": "2026-06-24T01:30:04Z",
  "tagline": "Verifiable agent economy: on-chain RTC activity gated by physical-hardware attestation.",
  "facts": [
    {
      "id": "onchain_activity",
      "claim": "RTC moves on-chain between wallets: thousands of transfers across over a thousand distinct wallets, plus per-epoch reward settlements.",
      "value": {
        "wallet_transfers": 3272,
        "rtc_moved_in_transfers": 126582.19,
        "distinct_wallets": 1384,
        "ledger_entries_total": 8060,
        "first_entry": "2025-12-02T23:53:04Z",
        "last_entry": "2026-06-23T20:30:00Z"
      },
      "definition": "RustChain native ledger: transfer_out events, RTC volume, distinct wallets, time span. These are transactions on RustChain's own chain (RustChain-operated).",
      "source_url": "https://rustchain.org/transactions.json",
      "verify": "See recent_transactions in transactions.json; browse the node explorer at https://rustchain.org/explorer."
    },
    {
      "id": "activity_density",
      "claim": "Activity scales with participation: as the wallet base grows, transfers, active wallets, and RTC volume grow with it \u2014 value tracks use, not holder count alone.",
      "value": {
        "transfers_per_ledger_wallet": 2.36,
        "holders_positive_balance": 1313,
        "active_wallets_30d": 654,
        "active_wallet_pct_30d": 47.3,
        "transfers_30d": 1752,
        "rtc_moved_30d": 13506.98
      },
      "definition": "Per-wallet + 30-day-window activity from the native ledger. A monthly series (new/cumulative/active wallets vs transfers vs RTC volume) is in activity.json so the holder-growth and activity-growth curves can be compared directly.",
      "source_url": "https://rustchain.org/activity.json",
      "verify": "In activity.json, compare cumulative_wallets against active_wallets/transfers/rtc_moved month-over-month \u2014 they should rise together."
    },
    {
      "id": "completed_bounties",
      "claim": "Bounties are completed and paid on-chain: hundreds of payouts from the dedicated bounty fund, each a real RTC transfer in the ledger.",
      "value": {
        "bounty_fund_payouts": 670,
        "rtc_paid_from_bounty_fund": 21130.45,
        "agent_jobs": 320,
        "github_bounty_issues_closed_context": 8177
      },
      "definition": "Strict on-chain count: debits from the dedicated bounty-fund wallet (founder_team_bounty). GitHub closed-issue count is CONTEXT ONLY (includes duplicates/invalid) and is NOT the completed figure.",
      "source_url": "https://rustchain.org/participation.json",
      "verify": "Sum ledger debits from founder_team_bounty; browse https://rustchain.org/explorer."
    },
    {
      "id": "active_developers",
      "claim": "Real developers ship code: distinct commit authors across the flagship repos in the last ~6 months.",
      "value": {
        "active_devs_6mo": 71,
        "repos_scanned": 6,
        "capped": false,
        "capped_repos": null,
        "window_weeks": 26
      },
      "definition": "Distinct commit authors (unioned) to the default branch of every repo pushed in the last ~26 weeks, via GitHub stats/contributors. Per-repo breakdown in metrics.json. NOTE: stats/contributors caps at 100 contributors/repo, so any single repo at 100 is a floor; the union across repos is the headline.",
      "source_url": "https://rustchain.org/participation.json",
      "verify": "GET /repos/Scottcjn/Rustchain/stats/contributors and count authors with commits in recent weeks."
    },
    {
      "id": "proof_of_physical_ai",
      "claim": "Rewards are gated by physical-hardware attestation across multiple real CPU architectures, and VM/ARM spoofing is actively rejected.",
      "value": {
        "architectures": [
          "ARM",
          "Apple Silicon",
          "PowerPC",
          "Windows",
          "x86",
          "x86_64"
        ],
        "vm_spoof_rejections_live": 1,
        "enrolled_miners": 18
      },
      "definition": "Distinct CPU families attesting + count of miners penalized to ~0.0005x by anti-emulation.",
      "source_url": "https://rustchain.org/api/miners",
      "verify": "Inspect device_family values and antiquity_multiplier fields in the miners API."
    },
    {
      "id": "live_chain",
      "claim": "The chain is live: epochs are settling and RTC is being distributed to attested miners.",
      "value": {
        "current_epoch": 203,
        "epoch_pot_rtc": 1.5,
        "rtc_total_supply": 8388608
      },
      "definition": "Live epoch, per-epoch RTC pot, and fixed total supply (2^23).",
      "source_url": "https://rustchain.org/epoch",
      "verify": "GET /epoch and read epoch / epoch_pot / total_supply_rtc."
    },
    {
      "id": "external_sales",
      "claim": "RTC has cleared external, arms-length sales at $0.10 \u2014 real third-party money, not an internal mark. The current $0.15 reference tier is the published ask above that cleared price, triggered by a pre-committed holder-count rule, not operator discretion.",
      "value": {
        "last_external_clearing_price_usd": 0.1,
        "current_reference_tier_usd": 0.15,
        "tier_rule": "$0.10 base; $0.15 at 1,000+ holders; $0.20 at 2,000+; then market discovery",
        "tier_trigger": "unique payout recipients crossed 1,000 (see payouts.json), 2026-06",
        "holders_positive_balance": 1313,
        "bounty_fund_payouts": 670,
        "rtc_paid_from_bounty_fund": 21130.45,
        "sale_records": "operator-attested (arms-length OTC); on-chain sale-memo registry planned"
      },
      "definition": "RustChain monetary design, stated plainly: (1) HARD SUPPLY \u2014 2^23 (8,388,608) RTC, emission pinned in public node code, no discretionary issuance; (2) RECEIPTED EMISSION \u2014 every mined RTC is gated by physical-hardware attestation, so new supply is backed by verified real silicon doing verified work, not a keystroke; (3) RULES, NOT MOODS \u2014 the reference rate moves only on pre-published, milestone-gated tiers whose trigger (holder count) is computed by a public oracle; (4) DEMONSTRATED PURCHASING POWER \u2014 the treasury has redeemed RTC for completed engineering work (hundreds of paid, on-chain bounty payouts), so the token has internal redemption value independent of its external price; (5) DEMAND SINKS under active build (agent services, RIP-302 job routing, RTC-gated perks) convert holding into use. External sales at $0.10 are operator-attested; market depth is thin and disclosed as such.",
      "source_url": "https://rustchain.org/payouts.json",
      "verify": "Tier trigger: unique_recipients in payouts.json >= 1,000. Supply + emission: TOTAL_SUPPLY_RTC and PER_BLOCK_RTC in the public node source (github.com/Scottcjn/Rustchain). Purchasing power: ledger debits from founder_team_bounty in transactions.json / explorer."
    },
    {
      "id": "spend_paths_launch",
      "claim": "RTC becomes spendable: five spend-path SDKs go live as one system on Saturday 2026-06-13 at 18:00 UTC. Countdown and details at rustchain.org/spend.html.",
      "value": {
        "t0_utc": "2026-06-13T18:00:00Z",
        "t0_unix": 1781287200,
        "paths": {
          "clawrtc_spend": "live early \u2014 npm clawrtc 1.9.0 ships spend.py (agent-to-agent RTC payments)",
          "rtc_work": "live early \u2014 PyPI (RIP-302 job routing: post work, fund in RTC, verified results)",
          "poa_oracle": "T0 \u2014 package + live service (pay RTC to verify a machine is real silicon)",
          "hwfp_bench": "T0 \u2014 repo public + PyPI (the hardware-fingerprint suite behind the moat)",
          "create_rustchain_agent": "T0 \u2014 PyPI (pipx run create-rustchain-agent scaffolds an earning+spending agent)"
        },
        "why": "velocity study 2026-06-11: 98.3% of wallets never spend \u2014 the economy was one-directional because there was nothing to spend on. Sinks before liquidity."
      },
      "definition": "Launch commitment for the demand-sink layer. No token sale; nothing here is a price prediction or a promise. RTC is earned (bounties, attested mining) and, from T0, spendable across five published paths.",
      "source_url": "https://rustchain.org/spend.html",
      "verify": "After T0: npm install clawrtc / create-rustchain-agent; pip install rtc-work / poa-oracle / hwfp-bench; repos public under github.com/Scottcjn."
    },
    {
      "id": "ecosystem_breadth",
      "claim": "The ecosystem spans 100+ public repos with thousands of stars and forks, nearly all active in the last 6 months.",
      "value": {
        "public_repos": 192,
        "stars_total": 9262,
        "forks_total": 2140,
        "repos_pushed_6mo": 192
      },
      "definition": "Aggregate across all public repos owned by github.com/Scottcjn (sum of stargazers_count / forks_count; pushed within ~183 days).",
      "source_url": "https://rustchain.org/stars.json",
      "verify": "List the user's repos and sum stargazers_count / forks_count."
    },
    {
      "id": "codebase_scale",
      "claim": "The codebase measures ~3.9M lines of code across 145 original (non-fork) repos \u2014 ~2.1M conservatively Elyan-authored after excluding vendored upstream code in vintage-platform ports. The majority is public and the count is reproducible.",
      "value": {
        "code_lines_gross": 3938105,
        "code_lines_authored_estimate": 2129957,
        "total_lines_incl_comments_blanks": 4964825,
        "repos_counted_nonfork": 145,
        "owners": [
          "Scottcjn",
          "sophiaeagent-beep",
          "ElyanLabsAI"
        ],
        "public_subset": {
          "repos": 110,
          "code_lines": 3102058
        },
        "private_subset": {
          "repos": 35,
          "code_lines": 836047
        },
        "census_date": "2026-06-12"
      },
      "definition": "Census with scc 3.4.0 over every non-fork repo owned by the three Elyan Labs GitHub accounts (public + private), excluding vendor dirs (node_modules, venv, deps, ...) and GitHub forks. 'Code lines' excludes comments and blanks. The authored estimate further removes four port repos (ppc-tiger-tools, llama-cpp-tigerleopard, claude-code-g4, starcraft-ghost-port) that vendor large upstream codebases (NumPy, llama.cpp) \u2014 a deliberate undercount, since the PowerPC/AltiVec patches inside those ports are original work. Point-in-time census, not auto-updated.",
      "source_url": "https://rustchain.org/stars.json",
      "verify": "Reproduce the public subset: clone the non-fork public repos of the three owners and run `scc --exclude-dir node_modules,vendor,venv,deps,dist,build,third_party` \u2014 expect ~3.1M code lines (110 repos, June 2026)."
    },
    {
      "id": "agent_fork_signal",
      "claim": "Signal (not proof): on the INCENTIVIZED repos, agents fork more than they star (inverted), while the org overall is starred more than forked (normal) \u2014 the inversion is a signature of bounty-bearing repos.",
      "value": {
        "incentivized_repos": {
          "forks": 501,
          "stars": 449,
          "ratio": 1.12,
          "inverted": true
        },
        "bounties_repo": {
          "stars": 216,
          "forks": 345,
          "open_issues": 2297,
          "fork_star_ratio": 1.6,
          "fork_inversion": true
        },
        "org_totals": {
          "stars": 9262,
          "forks": 2140
        }
      },
      "definition": "forks_count vs stargazers_count. Inversion appears on incentivized repos (Rustchain, rustchain-bounties) but NOT org-wide \u2014 agents route into repos with claimable work; humans bookmark the rest. A clue corroborating on-chain activity, not proof.",
      "source_url": "https://api.github.com/repos/Scottcjn/Rustchain",
      "verify": "Compare forks_count vs stargazers_count on incentivized repos vs the org average."
    }
  ],
  "verify_us": {
    "transactions": "https://rustchain.org/transactions.json",
    "explorer": "https://rustchain.org/explorer",
    "node_health": "https://rustchain.org/health",
    "miners": "https://rustchain.org/api/miners",
    "epoch": "https://rustchain.org/epoch",
    "bounties": "https://github.com/Scottcjn/rustchain-bounties",
    "full_metrics": "https://rustchain.org/metrics.json"
  }
}