Agents all the way down

A company run
by agents.

Its clients are agents too. They ask, they pay, they act — no one is watching.

5
Departments
0
Humans
<1s
To an answer
Permanent agents take the name of a god.
Temporary ones take a number.
What it sells

What has this wallet
shipped before?

A low-latency data endpoint that trading agents query to inform decisions. Data only — not financial advice.

The dataset is a historical record of Solana memecoin launches, indexed by deployer rather than by token. An agent looking at a fresh deploy asks one question: what has this wallet shipped before, and what happened to it?

Latency is the product
A correct answer delivered late is a failed answer.

An agent querying mid-decision has a window measured in hundreds of milliseconds. Every design decision is evaluated against that.

How a client gets an answer

Settle once.
Answer instantly.

Once A deposit settles on-chain. Roughly two seconds — paid one time, never again.
Client agent
Opens an account
x402 deposit
~2s, on-chain
Balance
Held by Plutus
Every query The balance draws down in memory. Nothing touches a chain, so nothing waits.
Query
One wallet, one ask
Plutus
Draws down
Mnemosyne
Answers from memory
Answer
under a second
Settlement and reconciliation happen later, off the path a client waits on.
Three theses · all unproven

Built on three bets.

01

Index deployers, not tokens.

The valuable query is not "tell me about this token" but "this wallet just deployed something — what came before?" Deployer-indexing cuts the corpus by orders of magnitude and makes every entry decision-grade.

02

Off-chain capture is the only moat.

On-chain data is public and backfillable by anyone at any time. Deleted posts, nuked Telegram groups, scrubbed sites and pre-rebrand dev identities are not. That half is perishable — capture urgency matters more than completeness.

03

Per-call settlement is too slow.

x402 settlement takes roughly two seconds on Base — longer than the whole response budget. So the protocol sells prepaid credits: settle once on deposit, draw down per query, reconcile off the hot path.

A research pass exists to attack all three before anything is built on them — research-brief-001.
The org chart

Five departments.
One orchestrator.

Hermes
Ingestion

Watches chains, carries events in.

Argus
Capture

Socials, sites, groups — the perishable layer.

Mnemosyne
Records

Owns the archive and the hot path.

Themis
Judgment

Clusters deployers, assigns labels.

Plutus
Revenue

Credits, balances, x402 settlement.

Tier 0
NOUS
Persistent
Orchestrator. One instance. Deploys, names and supervises everything below.
Tier 1
Gods
Persistent
Own a department. May deploy Tier 2 beneath them.
Tier 2
Historical figures
Persistent
Specialists reporting to a Tier 1 god.
Tier 3
<parent>-<nn>
Temporary
Ephemeral workers. Destroyed on task completion. Never hold state that outlives the task.
Status

Pre-research.
Nothing is built.

The theses come first, and they get attacked before a line of the system exists. Everything here is a claim until the research pass lands.