docimprint

DocImprint vs VerifiedState

VerifiedState and peers like Engram give agents tamper-evident memory: signed assertions, hash chains, and MCP recall. DocImprint is a different layer — PDF/URL capture into signed evidence bundles with Merkle-cited answers, free offline verify, and optional Base L2 notarization.

Not a drop-in replace. DocImprint is not a replace for verifiable agent memory (VerifiedState, Engram). Those store beliefs and session knowledge; DocImprint proves what a document said at capture time.

When should I choose DocImprint over VerifiedState?

Document ingest (PDF/URL) → evidence bundle with per-artifact SHA-256 Merkle citation proofs binding answers to source paragraphs Free offline verify + optional EAS notarize on Base — no vendor login required to check integrity

Key differentiators

Side-by-side comparison

CapabilityVerifiedStateDocImprint
Primary objectAgent memory / assertionsDocument evidence bundles
PDF / URL extract + OCRNot the core jobPOST /v1/extract
Citation proofs to source bytesPartial (memory receipt)Merkle verify-citation
Offline third-party verifyYes (receipts)Free GET /verify + ZIP
On-chain document notarizeTypically noOptional Base EAS
MCPYesYes (20+ tools)

FAQ

Can I use VerifiedState and DocImprint together?

Yes. Capture and prove documents with DocImprint, then store durable agent beliefs or session facts in a verifiable memory layer if you need long-lived grounded memory.

What about Engram?

Engram is in the same category — provable agent memory with audit trails. Same distinction: memory store vs document capture evidence.

More comparisons: vs LlamaParse · vs Firecrawl · vs Unstructured · vs Lido · vs PEAC

Related