The authenticity chain
Privacy and authenticity answer different questions. The privacy proof asks what the server can learn from a wallet query. Database authenticity asks whether the database root the wallet trusts is tied to Bitcoin history.
BitcoinPIR's authenticity story is a chain of small commitments. A PIR answer is checked against database Merkle roots; those roots are bound to an attested database build anchor; the anchor names a Bitcoin height, block hash, and Core-style MuHash; and a separate blockhash-to-MuHash proof ties that same tuple to a SEV-SNP-attested computation.
What this adds
Section 09 already showed how a wallet verifies returned bins against published Merkle roots. This section adds the next question: where did those published roots come from, and why should a verifier believe they correspond to a Bitcoin snapshot?
Database proof
Binds bucket and onion database super-roots to a snapshot anchor:
height, block_hash, and Core-display
MuHash.
BHTM proof
Shows that the same anchor appears as a leaf under an append-only blockhash-to-MuHash chunk tree.
SEV-SNP quote
Binds the BHTM chunk tree root to a measured reusable proof-runner image and checked report signature.