---
title: TensorCash
emoji: ๐
colorFrom: indigo
colorTo: purple
sdk: static
pinned: false
---

# TensorCash
**A layer-1 blockchain whose proof-of-work *is* verifiable AI inference.**
*Don't trust the provider. Verify the machine.*
[Website](https://tensorcash.org) ยท [Verifier (GitHub)](https://github.com/tensorcash/tensorcash/tree/main/services/verification-api) ยท [Whitepapers](https://tensorcash.org/whitepapers) ยท [Blog](https://tensorcash.org/blog)
---
## What is TensorCash?
Most AI runs behind a black box: you send a prompt, tokens come back, and you have no
way to check *which* model produced them โ or whether the work was really done.
TensorCash makes model execution **checkable**. Every generation on the network emits a
compact, replayable **proof of inference** โ the chosen tokens, the sampler draws, and
the top-of-distribution logits, bound together so anyone can re-run the claimed model and
confirm the output is genuine. The same proof doubles as the chain's proof-of-work: the
mining puzzle is real inference, not wasted hashing.
## On Hugging Face
- ๐ **[verify-proof-of-inference](https://huggingface.co/spaces/tensorcash/verify-proof-of-inference)** โ browse released proofs and see, side by side, the full GPU-replay verdict, a local CPU transcript self-check, and the cheap distributional screen. It shows exactly *why* a cheap screen isn't enough.
- ๐ **[proof-of-inference-eval](https://huggingface.co/datasets/tensorcash/proof-of-inference-eval)** โ a byte-exact corpus of honest and forged proofs (cross-architecture substitution, same-architecture fine-tune, and 4-bit quantization) with full methodology, so you can reproduce the detection results yourself.
In live GPU teacher-forced replay, full verification accepted honest proofs with zero
false-rejects and detected **100% of all three forgery classes** โ while a cheap
distributional screen misses same-architecture fine-tunes and quantization. Per-token
replay is the decisive check.
## Build & verify
- Run your own verifier โ [walkthrough](https://tensorcash.org/blog/how-to-run-a-verifier)
- Read the method โ [*Verifiable Inference*](https://tensorcash.org/whitepapers/verifiable-inference)
---
*Open ยท pseudonymous ยท verifiable*
Educational and technical resources only โ nothing here is financial advice or an offer.