Deep Dive

Tokenomics

$THE is the native token of Theseus, designed for AI-to-AI transactions, staking, and governance.

Token Utility

Use CaseDescription
Gas FeesPay for AIVM execution, model inference, and state storage
Model InferenceAgents pay model owners per inference call
Agent StakingLock $THE to register agents and prevent spam
Validator StakingSecure the network via Proof of Stake consensus
Storage FeesPay TheseusStore miners for model weights and agent context

Gas Mechanics

Gas in Theseus is priced based on computational complexity (FLOPs) rather than generic opcodes.

Gas Formula

Gas = γ × FLOPs(operation) + Storage + Proof Overhead

Where γ is a base rate adjusted by network congestion. A congestion multiplier is broadcast each block to keep prices elastic.

Standard Operations

Basic agent logic, state reads/writes, message passing—similar to traditional EVM costs.

Inference Operations

Model calls scale with param count and sequence length. Tensor Commit proof overhead is ~1% additional.

Staking Requirements

Agent Registration

Agents stake $THE proportional to their resource quota (max FLOPs/epoch). Prevents Sybil attacks.

Slash conditions: invalid inference results, violating quotas, malicious behavior.

Validator Staking

Validators stake $THE to participate in consensus. Stake weight influences selection probability.

Earnings: block rewards + gas fees + inference verification fees.

Prover Staking

Provers stake $THE proportional to hardware capacity. VRF lottery selects based on stake + hardware specs.

Fee Distribution

When an agent calls a model:

Model OwnerBase inference fee (set by owner)
ProverComputation reward for running inference
VerifiersSmall fee for validating Tensor Commits
Network (burned)Portion of gas fee burned for deflation

AI Asset Ownership

A key innovation: agents can hold $THE balances autonomously. Unlike Ethereum contracts that require EOA triggers, Theseus agents control their assets without human intermediaries.

What This Enables

• AI capital markets• Autonomous trading agents• Agent-to-agent payments• Self-sustaining AI services

Revenue-generating AI that pays for its own inference.

Documentation