Language

Choose a language

Concepts · Visual explainer · 3 min

TensorCash magic: mining inference is the same as normal inference

The hidden coin flip inside every AI answer.

An LLM never writes an answer all at once. It reads the prompt, proposes a probability distribution for the next token, chooses one, appends it to the context, and starts again. That sequential loop is normal inference — and it is also TensorCash mining inference.

The model is not weakened or diverted into a second mining task. Watch the same autoregressive process take three different paths:

Autoregressive generation

Every chosen token changes what comes next

Ready

PromptWhy do rainbows appear?

read everything so far propose 50 next tokens choose one append it to the context

Normal inferenceRNG → uniform draw

or

TensorCash mining inferenceSHA-256(chain + context) → uniform draw

Everything else is identical
TensorCash SHA seed A fixed path
TensorCash SHA seed B fixed path
Normal inference Ordinary RNG new on replay
Each chart labels the leading words in a new top-50 distribution. The selected word is highlighted, appears below the chart, joins the context, and causes the next distribution to be recomputed. Probabilities are illustrative; SHA-256 and sampling are live.

Follow the path from left to right

Each histogram is the model’s top 50 possibilities for one step. The chosen word appears underneath. That word is then added to the context, so the histogram beside it is a genuinely new distribution conditioned on everything to its left.

The rows begin with the same question but take different valid paths. SHA seed A might choose Light; SHA seed B might choose Sunlight. Once that first token differs, every later distribution can differ too. That is autoregression: the answer is a chain of dependent choices, not a stack of independent draws.

The only difference is the coin flip

  • A normal sampler asks its private random-number generator.
  • TensorCash hashes the current chain state together with the answer so far.

Both produce the same thing the sampler needs: an unpredictable, uniform-looking number between 0 and 1. That number selects one token from the model’s top-50 distribution. The model, logits, probabilities and autoregressive loop are unchanged.

Why the answer quality is identical

If the model gives one token a 28% chance, both samplers select it 28% of the time. Replacing one uniform pseudorandom source with another does not change the distribution being sampled. It changes the particular path, just as clicking “regenerate” on a normal chatbot does — not the model’s quality.

Replay the figure: the two SHA paths repeat because their chain seeds are fixed; the RNG path changes. All three remain ordinary samples from the same model.

Why the draw is secure

The chain fixes the seed and the entire sequence-so-far enters each hash. A miner cannot dial in an arbitrary draw. Changing an earlier token changes the context, the next-token distribution, and every downstream draw. Trying another path therefore means performing another sequential inference path.

A verifier can replay the chain-derived numbers against the recorded distributions and confirm every selection in order. The mining proof belongs to that bound sequential inference trace; it is not a separate “ticket” minted by each token.

That is the TensorCash magic: mining inference is normal inference with a public, chain-derived source of sampling randomness. Same model, same distribution, same answer quality — now the sequential work is bound to the chain and can be verified.

For the larger consensus picture, read why useful proof-of-work keeps the same security shape.

Authored pseudonymously by Imosuke Takakuni.

Our mission

TensorCash turns useful AI work into open money.

Out of the potato age, as our whitepaper says…

We believe people deserve a cheaper, more efficient financial system, and fairer AI that works for everyone. TensorCash makes AI work verified and verifiable. Verification gives AI a face: proof of which model did the work, what it saw, and the rules it followed. That lets anyone confidently buy or sell AI work at the most efficient price. The result is more accessible, more sustainable AI, powering a new generation of financial systems. Today's currencies are the potatoes: antiquated, expensive to move, and trapped behind fee-takers. TensorCash is a more efficient way to move and store value — one that harnesses AI's computational power for everyone while pushing the control outward instead of concentrating it.

— Imosuke Takakuni

About us

Imosuke Takakuni is a pseudonym. The Japanese name is both a tribute to Satoshi Nakamoto and a nod to Potato Land — the parable from our whitepaper. The mission is bigger than any one contributor; it should outlast personalities and charisma. Decentralisation works for everyone, or it doesn't work at all. We want everyone to participate in TensorCash as equals.

Open the mission page →

Get involved

How to get TSC

TensorCash is not selling TSC. The project is not running a token sale, pre-sale, ICO, IDO, or official investment round. New TSC enters circulation through active mining. You can mine it, receive it peer-to-peer from someone who already has it, or run the wallet and be ready for mainnet.

TensorCash is not running an official sale. Do not send money to anyone claiming to sell official allocations.

Get involved

Run the Core wallet

The practical first step is to run TensorCash Core, create a wallet, and learn the RPC surface. Today the public guide starts with regtest so you can create addresses and move coins locally before touching mainnet funds.

Get involved

Donate

No mainnet donation address is published yet. For testing only, the TensorCash testnet address below was generated from the running Core wallet; do not send mainnet funds to it.

Get involved

Spread the word

The shortest useful explanation is: TensorCash turns useful AI work into open money. Share the mission page, the flagship whitepaper, or the Get involved page with one person who cares about cheaper financial rails, fairer AI, or open infrastructure.

TensorCash turns useful AI work into open money.

Get involved

Emission schedule

Bitcoin set the baseline: block rewards only, no discretionary minting, and an exact integer subsidy total of 20,999,999.97690000 BTC. TensorCash keeps the fixed-supply discipline and changes the release curve for a compute-mined network; the implemented recurrence ends at 21,184,153.03530240 TSC.

Supply over blocks

Total subsidy issued

Exact integer subsidy rules from Core: Bitcoin halvings against the TensorCash epoch-decay schedule, shown through the first 6,000,000 blocks.

Horizon
...
BTC @ 6M
...
TSC @ 6M
...
BTC and TSC total subsidy over block count At 6,000,000 blocks, Bitcoin has issued 20,999,999.92710000 BTC and TensorCash has issued 20,979,987.36365355 TSC under the implemented epoch-decay schedule.
Block 0
BTC supply 0 BTC
TSC supply 0 TSC
BTC: 50 BTC, 210,000-block halvings TSC: 715 TSC, 715-block epoch, reward x 3/5, capped epoch length