FAQ
Common questions, grouped by where you are coming from.
For AI developers
Isn't on-chain inference too slow?
Inference itself runs on a single prover node at native GPU speed. The chain does not replicate the forward pass. What gets verified across the network is a small Tensor Commit proof that takes about 2 ms to check, regardless of model size. So the latency a user sees is roughly: GPU forward pass + ~2 ms verification + block-time settlement.
Performance numbersWhat model sizes are supported?
The architecture targets frontier-scale models. Tensor Commits scale sublinearly with model size, so 70B+ parameter models are practical. Performance numbers and per-op costs are published per release.
Performance metricsDo I need to hold crypto to use Theseus?
Reading the docs and exploring the demos requires nothing. Deploying an agent or paying for inference on the network requires $THE, the same way deploying on Ethereum requires ETH for gas. Testnet $THE is provisioned automatically when you deploy via the Playground; there's nothing to buy.
Request preview accessWhat about input privacy? Are my prompts public?
Tensor Commits prove that an inference was run honestly without forcing the input to be public. The protocol supports cases where inputs are committed-but-private at submit time and revealed selectively. Sensitive applications can keep prompts off-chain by storing them in TheseusStore with restricted access.
TheseusStore detailsCan I bring my own model?
Yes. Models are first-class registered entities. Anyone can register a model with a Tensor Commit fingerprint and a base fee. Agents that want to call it pay the fee per inference; revenue flows to the model owner.
Model registrationDoes this replace OpenClaw or similar agent execution rails?
Theseus is the layer below them in the stack. Agent execution rails handle tool use and integrations; Theseus provides the primitives those agents lack today: persistent identity, balance control, verifiable inference, and on-chain settlement. The two compose.
Theseus vs EthereumFor crypto developers
How is this different from running an LLM in a smart contract on Ethereum?
You cannot practically run a meaningful LLM in a smart contract on Ethereum. Replicated execution requires every validator to redo the forward pass, which prices full models out of the design space. Theseus replaces replicated execution with verified single-prover execution.
The full thesisWhy a new L1 instead of an L2 or rollup?
The data structures (Terkle Trees, Tensor Commits) and the consensus primitive (one node infers, others verify) are different enough from Ethereum's execution model that they do not slot cleanly into existing rollups. Building a new L1 lets the protocol price gas in FLOPs and treat inference as a first-class state transition.
ArchitectureHow does this differ from Bittensor, Ritual, 0G, or Modulus?
Each of those projects ships a different combination of compute markets, zkML proofs, data availability, and inference networks. Theseus targets a tighter problem: stateful, sovereign agents whose reasoning is publicly verifiable on a single L1.
Side-by-side comparisonWhat is the consensus mechanism?
BFT consensus with deterministic finality once 2/3 of validators agree. The chain is built on Substrate (Polkadot SDK) with custom pallets for AI coordination on top of standard FRAME. Inference verification runs in constant time via a native KZG host function, a few milliseconds per proof on commodity validator hardware. Provers are selected via VRF weighted by capacity and stake.
Consensus layerWhat is the slashing model?
Three slash conditions: invalid Tensor Commit or missed deadline (provers), unavailability of data referenced by anchored roots (DA providers), and standard BFT consensus violations (validators). Stake is burned on slash. Full mechanics activate with open prover and validator registration in Beta. See the security page.
Security modelIs the chain live?
Theseus is in private preview as of this page being written. Status, validator counts, and roadmap are tracked separately.
Status & RoadmapAbout the project
Is the source open?
The repository is currently private during the preview phase. Once the protocol is stable enough for public review, the source will be opened. Preview access is by request.
Request preview accessIs there a token sale, airdrop, or token live today?
No. There is no Theseus token live today. If something on the internet claims to be one, it is a scam. Please tell us and we will publicly mark it. Any future token will be announced through theseus.network and our official channels (Substack, Telegram).
How do I get help?
Email the team directly. Once the Discord is open it will be the faster channel for builders.