What is BTCC?
BTCC (Bitcoin Currency) is a denomination of Bitcoin whose fiat-equivalent price on any given day is the arithmetic mean of every historical Bitcoin price from the genesis block (January 3, 2009) through the previous completed day.
It is not a token. It is not a stablecoin. It is not a new protocol. It is a unit of account — a standard for expressing Bitcoin's value that is mathematically stable, entirely Bitcoin-native, and requires no institution to maintain it.
Where N is the total number of days in Bitcoin's history through the previous completed day, and BTCADP(i) is the Bitcoin Average Daily Price for each day. The price updates once per day at midnight UTC and is locked for the following 24 hours.
The Problem It Solves
Bitcoin works. The network has operated continuously since January 2009. Lightning provides throughput. Settlement is secure and final. Yet Bitcoin has not achieved widespread adoption as a medium of everyday exchange. The barrier is not technical — it is that Bitcoin's fiat-denominated price is volatile, making it impractical for the daily commerce that constitutes most economic activity.
Stablecoins emerged to fill this gap, but in doing so they reintroduce the trust dependencies Bitcoin was designed to eliminate: centralized issuers who can freeze accounts, reserves that must be audited, and continued operation of entities subject to regulatory risk. Algorithmic approaches have demonstrated catastrophic failure modes.
Mathematical Stability
The stability of the BTCC price is not maintained by market incentives or policy decisions. It follows directly from the mathematics of cumulative averages. As of early 2026, the BTCC price incorporates over 6,200 daily observations. The sensitivity of the price to any single new day is exactly 1/(N+1) of the difference from the current average.
Each new day has less influence than the last. The denomination becomes more stable permanently and irreversibly with every passing day.
With N > 6,200, no single day can move the BTCC price by more than ~0.016% of the shock's magnitude, regardless of how extreme.
Sustained price changes in BTC spot are reflected as a gradual drift in BTCC — attenuated by a factor of thousands.
Example:
| Market Event | BTC Spot Impact | BTCC Price Impact |
|---|---|---|
| Flash crash, BTC falls 10% in one day | −10% | < 0.01% |
| Severe crash, BTC falls 40% in one day | −40% | ~0.04% |
| Bear market, BTC at $20,000 for 3 years | −78% | < 5% total |
| Bull run, BTC rises to $500,000 over years | +450% | Slow, steady appreciation |
Timeblocks
Each UTC day constitutes a timeblock: a single day's BTCADP value that, once the day closes, is permanently recorded into the cumulative average. Once a timeblock enters the average, it cannot be significantly altered or removed.
Like a block on the blockchain, a timeblock becomes more immutable over time — not because it is buried under computational work, but because it is buried under subsequent timeblocks. Each new day added to the cumulative average dilutes the influence of every previous day. The oldest timeblocks — the Era 0 days at $0.00, the early exchange trading days — are now as permanent a feature of the BTCC price as the genesis block is of the blockchain.
Three Dimensions of Bitcoin
Bitcoin's network can be understood through three dimensions that together form a complete record of what happened, why it cannot be undone, and what it was worth.
Encode what happened
Ensures it cannot be undone
Records what it was worth
Historical Eras
Bitcoin's price history spans multiple periods with different data characteristics. The BTCADP specification defines four eras, all of which feed into the BTCC cumulative average.
| Era | Date Range | Data Source | Status |
|---|---|---|---|
| Era 0 | Jan 3, 2009 – Jul 17, 2010 | No market existed | BTCADP = $0.00 by definition |
| Era 1 | Jul 18, 2010 – Feb 24, 2014 | Mt. Gox VWAP | Single-source, flagged |
| Era 2 | Feb 25, 2014 – Dec 31, 2017 | Multi-exchange trimmed mean | Reduced → Full confidence |
| Era 3 | Jan 1, 2018 – Present | Multi-exchange trimmed mean | Full confidence |
The BTCC price incorporates all 561 days of Era 0 at $0.00. This is not a claim that Bitcoin was worthless — it is a recognition that no market-based price discovery mechanism existed. Including these days in the average is what gives the BTCC its historically grounded, deeply anchored baseline.
Implementation
BTCC requires no changes to the Bitcoin protocol. No soft fork, no hard fork, no new opcodes. The denomination operates entirely in the calculation layer — it defines a unit of account, not a transaction mechanism.
Any wallet, merchant, or payment system can adopt BTCC independently by implementing its own conversion logic against a single daily price that updates at midnight UTC. The price is deterministic, publicly verifiable, and reproducible by any party with access to the BTCADP specification and trade data.
Read the Full Technical Paper
The complete BTCC specification, including mathematical proofs, stability analysis, manipulation resistance, and implementation guidance.