Reference

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 numbers

What 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 metrics

Do I need to hold crypto to use Theseus?

Building and reading the docs requires nothing. Deploying an agent or paying for inference on the network requires $THE, the same way deploying on Ethereum requires ETH for gas. The CLI and onboarding flow handle this for invited developers during preview.

Request preview access

What 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 details

Can 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 registration

Does 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 Ethereum

For 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 thesis

Why 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.

Architecture

How 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 comparison

What is the consensus mechanism?

HotStuff BFT proof-of-stake with one-block finality. Validators stake $THE; provers stake separately and are selected via VRF weighted by stake and hardware capacity. Verifiers check Tensor Commits in roughly 2 ms each.

Consensus layer

What is the slashing model?

Three slash conditions: invalid Tensor Commit (provers), failure to serve pinned shards (storage miners), standard consensus violations (validators). Stake is burned on slash. Economic security scales with total staked value.

Security model

Is the chain live?

Theseus is in private preview as of this page being written. Status, validator counts, and roadmap are tracked separately.

Status & Roadmap

About 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 access

Is there a token sale, airdrop, or token live today?

$THE is the native token but is not live for trading at the time of writing. Allocation, vesting, and distribution mechanisms are described in the tokenomics page and finalized at mainnet launch.

Supply & Distribution

How do I get help?

Email the team directly. Once the Discord is open it will be the faster channel for builders.

Documentation