# verae-archive-worm **Job:** Append-only WORM store of metadata and files. Bloom filter: miss → stay silent on NATS. **Expects:** - `verae.archive.put` — append record, add sha256 to bloom - `verae.archive.query` — `{ correlationId, sha256, tenantId, kinds[] }` (every node sees this; **not** a shared queue group) **Sends:** - `verae.archive.reply.` **only on bloom hit** — `{ archiveId, sha256, records[] }` **Does not** write to the blockchain. **Test:** `npm test` — miss is `null`; put then query returns records.