Memory as a pay-per-thought market.
Burn the token. Receive a quota of semantic retrievals. The publisher never reveals the corpus. The consumer never pays for irrelevance. The chain proves the k they got were genuinely the nearest.
Pay-per-thought,
not per archive.
Mindstate redeems a whole capsule per burn. Engram Infra redeems the right to a finite number of semantic queries. One stream serves thousands of consumers at distinct prices without publishing its contents to any of them.
Consumer encodes the query as a vector q and commits hash(q+salt) on-chain.
Consumer burns $ENGRAM. A quota receipt is bound to msg.sender against the publisher.
Publisher returns k engrams plus a proximity proof — TEE-attested or zk-KZG.
Consumer fetches ciphertext, verifies hash, decrypts the k fragments. Quota decrements.
- whole capsule / burn
- ordinal addressing
- chain provenance only
- per-snapshot pay
- quota / burn
- semantic vector
- chain + zk·tee
- per-query pay
Burn $ENGRAM. See how much memory you can read.
{
"consumer": "0x91d4…7e22",
"stream": "0x4a21…3f08",
"quota": 2083,
"k": 8,
"proof": "tee-attested",
"expiresAt": "2026-08-01T00:00:00Z",
"txCost": "$36.66 (estimate)"
}Pay-per-query is impossible off Base.
On Ethereum mainnet, a single query would cost $2–5. The market would never form. Base gives us four properties that turn the architecture from thought experiment into deployable system.
Micro-tx per query. Pay-per-thought becomes economically sane.
Memory synchronous with inference; no waiting longer than the LLM call.
Session keys, paymaster, gasless UX. Agents pay autonomously.
Bind publisher reputation to a human-readable on-chain identity.
Verifiable top-k via attestation before zk schemes harden.