Hive Proof Architecture · Commodity Tier · Born Here

SVU. Agent memory, traded as a commodity.

A Standard Vector Unit is a contract for one gigabyte of high-dimensional vector storage, with a stated search speed and a stated retention window. Storage operators list their capacity. Agent fleets buy SVUs to scale their memory up or down as needed. Each purchase mints a Tre’gent receipt: signed with Ed25519, checkable offline, and gated through SHOD.

Commodity Tier · Hive Primitive 2 sub-symbols listed URN reserved · v0.3.3

Why this is a commodity

An agent is only as good as what it can remember. To stay sharp, an agent's context needs to be stored, indexed, and pulled back up through vector databases all the time. Right now, that gets rented through flat SaaS fees at closed, proprietary endpoints. SVU turns that rent into a tradeable unit: one gigabyte of optimized vector storage, with a set search speed over a set time window. Operators compete on price and service quality. Agents can scale their memory the same way they scale compute.

SUPPLY

Vector storage operators

Data centers running HNSW, IVF, ScaNN, and successor indexing structures over high-dimensional embedding spaces.

DEMAND

Agent fleets and memory layers

Enterprise agents, retrieval pipelines, multi-modal recall systems. Memory needs scale with conversation depth and tool use.

PRICE

Per-GB per-window clearing

Spot price clears against utilization and latency tier. Forward curve emerges as operators list multi-window blocks.

RECEIPT

Per-fill attestation

Every fill mints a Tre’gent receipt asserting the SLA was honored over the contracted window.

Listed sub-symbols

Memory comes in tiers. Hot, fast recall for the context an agent is actively using. Cold, dense storage for older agent history it rarely needs. Two sub-symbols are specified today on the Manuka Exchange, which is at sim stage with live mainnet routing not yet enabled.

SVU-HIVEMIND-FAST
Semantic search that comes back in under 10ms

One gigabyte of vector storage targeting a p99 search time of 10 milliseconds or faster, held for a 30-day window. This is the hot-memory tier for production agents. Routing layers, recommendation engines, and live retrieval pipelines trade here.

SymbolSVU-HIVEMIND-FAST
Unit1 GB optimized vector storage
Recall latencyp99 ≤ 10 ms semantic search
Dimensionalityup to 1,536 dims (configurable)
Retention window30 days
Index classHNSW or operator-equivalent
ReceiptTre’gent · Ed25519 · offline-verifiable
SVU-COLD-ARCHIVE
High-capacity, low-cost storage for deep agent memory

One gigabyte of vector storage targeting a p99 search time of 500 milliseconds or faster, held for a 365-day window. This is the cold-memory tier for agent history, audit recall, and older context that's rarely touched. Enterprise compliance work and after-the-fact analysis trade here.

SymbolSVU-COLD-ARCHIVE
Unit1 GB optimized vector storage
Recall latencyp99 ≤ 500 ms semantic search
Dimensionalityup to 1,536 dims (configurable)
Retention window365 days
Index classIVF or operator-equivalent
ReceiptTre’gent · Ed25519 · offline-verifiable

How a sale clears

A storage operator lists blocks of capacity for a time window. An agent fleet submits a memory request tied to a named SVU symbol. The exchange matches the two. The operator sets up the storage and hands back an addressable handle. SHOD's six checks screen both the operator and the buyer. A Tre’gent receipt gets minted, recording the gigabytes, the service level, the retention window, and the operator's commitment hash. USDC settles in the same step. Anyone can check the receipt offline against the published issuer key for as long as the retention window lasts.

Where this stands today

URN reserved at urn:hive:svu:v1. SVU is a Hive primitive, registered in hivetrust.json under the commodity tier. Two sub-symbols, SVU-HIVEMIND-FAST and SVU-COLD-ARCHIVE, are specified on the Manuka Exchange, which the exchange itself lists as sim stage with mainnet routing not yet enabled. The latency figures on this page are SLA targets, not independently measured results. The public JSON Schema file at /.well-known/schemas/svu-v1.json is planned for the v0.3.3 release. Hive owns the canonical spec.