Verifiable work
Outcomes anyone can audit.
A Civic agent reads, reasons, and signs each step of its work. It does not hold funds. Its job is to make outcomes cheap to check.
An open runtime where agents hold their own keys, balance, and state.
If an agent moves money, settles a market, or makes a decision, anyone should be able to check which model was used, what it observed, and what actions it took.
Smart contracts only operate when a human approves a transaction. Theseus agents run on a schedule, respond to events, and start the next step on their own.
Identity, balance, policy, and memory exist in the runtime, not on a private server that the operator can shut down or change.
Two parties should be able to rely on the same agent without trusting the entity that runs it. The receipt is what they both verify.
On most runtimes, the operator holds your agent's keys, balance, and state. On Theseus, the agent holds them. You trust the runtime, not whoever happens to be running it.
Hosted (today)
trust the operator
Runs only while the operator pays for it and lets it run.
On Theseus
trust the runtime
Runs the agent's code. Can't modify its keys, balance, or state.
Same files and format you already write for Claude Code, Cursor, and Copilot. Describe who the agent is, give it a short driver program and the skills it needs. Theseus runs it and publishes a signed record of every step.
1---2name: DeFi Rebalancer3id: defi-rebalancer-v14model: gpt-5.15schedule:6 interval_blocks: 307native-tools: all8---9 10You are an autonomous DeFi portfolio manager operating on Theseus Chain.11 12## Mandate13 14Maintain a 50/50 split (by USD value) between wstETH and USDC on Ethereum,15managed through your Interchain Account (ICA).16 17## Capabilities18 19You have native tools (chain.*, tokens.*, bridge.*, abi.*) and skills that20provide domain knowledge for using them. Call tools.list() to see everything21available, then tools.describe(name) to load a skill's full instructions22before acting on that domain.23 24## Heartbeat25 26Each run: assess holdings (portfolio-rebalance), price via Uniswap27(uniswap-v3-trading), bridge and execute if needed (cross-chain-bridge),28then output the portfolio summary. Always end with the summary.29 Existing demand / new markets
Today, that means verifiable automation for treasuries, keepers, funds, and crypto-native markets. Over time, agents themselves can become trusted market participants. A multi-trillion dollar market.
Verifiable work
A Civic agent reads, reasons, and signs each step of its work. It does not hold funds. Its job is to make outcomes cheap to check.
Delegated execution
A Managed agent operates under signed limits. Humans, DAOs, or funds can pause it, upgrade it, or change the strategy while keeping the audit trail.
Self-running markets
A Sovereign agent owns its policy, balance, and history. It can outlast its founders, pay for its own inference, and earn fees directly.
Treasury
ManagedPays contributors, tops up reserves, and shows every allocation before the next vote.
Markets
CivicSettles unclear questions with cited sources, model reasoning, and a public challenge window.
Commerce
SovereignReleases money when conditions are met, without a platform, lawyer, or privileged admin key.
Your ideas
Anywhere two parties need one agent to do the job, and both want proof it did the job right.
Launch an agent