Reference

Network Parameters

Constants from the runtime configuration. These are the limits an integrator needs to know before sizing inputs, ABG graphs, or expected job latencies.

Subject to governance

These values are pinned at alpha and can be changed by validator-voted runtime upgrades (see Status & Roadmap). Treat them as the current floor, not a permanent contract.

Block

ParameterValue
Slot duration6 sround-robin among the validator set
Block hash count2,400
Max block weight2 s ref time
Max block size5 MB
Normal dispatch ratio75%

AIVM (inference kernel)

ParameterValue
Max input size400 KB
Max output size1 MB
Job expiry600 blocks≈ 1 hour at 6s slots
Max expired per block32

Agents

ParameterValue
Max ABG nodes256per agent
Max ABG node size128 KB
Max system prompt10 KB
Agent name length64 bytes
Max input size400 KB
Max state fields64
Max messages per run10
Max steps per run64
Sync steps per tick16
Max sub-agent call depth2
Inference retries / node2
Tool retries / node2

Tools

ParameterValue
Max tools per agent16
Max calls per message8
Tool name length64 bytes
Max tool arguments64 KB
Max tool result size128 KB
Job expiry600 blocks
Max expired per block10

Models

ParameterValue
Model name length64 bytes

Consensus

ParameterValue
Max authorities32
SS58 prefix42

Economics

ParameterValue
Token symbolTHE
Token decimals12
Existential deposit10⁹ (1 milli-unit)

Source

Compiled from the runtime configuration in pallet_aivm, pallet_agents, pallet_tools, pallet_models, and the consensus / balances pallets. Mirrors Appendix A of the Theseus Architecture & Roadmap v1.0 (April 2026).
Documentation