The current BSV protocol and SDK expose script and transaction primitives suitable for data commitments as well as payments.
Design tradeoffsSourced answer
Is BSV just a cheap database for spam?
“Bitcoin is money, not a database. Non-payment data bloats the chain and subsidizes grifters.”
Short answer
The answer without the theater.
BSV permits a broader use of transaction outputs and script than a money-only design. For workflows needing public timestamping, payment-linked events, or verifiable commitments, cheap blockspace can be useful. It is usually a mistake to publish private or bulky application data merely because fees are low. Good designs put only the minimum verification material on-chain and price the long-term externalities.
What is true
The objection's strongest ground
- Every byte retained or indexed has resource and operational costs even when the sender's fee is small.
- A hash, commitment, transaction reference, encrypted object, and plaintext payload have very different privacy and verification properties.
- BTC and BSV communities make different policy and product tradeoffs around blockspace use.
What remains unresolved
Do not claim more than the evidence
- A public timestamp does not prove that the underlying statement is true; it proves that particular data existed no later than a point in the chain.
- Encryption does not make permanent publication harmless; keys can leak and metadata can remain visible.
Inspect it yourself
A better next move than arguing
- Define the exact fact another party must verify and publish only the minimum commitment needed.
- Compare on-chain, content-addressed off-chain, ordinary database, and hybrid designs.
- Threat-model personal data, deletion obligations, metadata, indexers, and future key compromise.
Open to better evidence
What would change this answer?
Products demonstrating durable verification value with proportionate data and costs would strengthen the case. Indiscriminate payload storage, hidden privacy harm, or unsustainable resource subsidy would weaken it.
Evidence behind the answer
What the cited sources establish
Source desk
Read the underlying material
PrimaryBSV protocol documentationAssociation-maintained protocol reference and its stated stewardship model.BSV AssociationCodeBSV TypeScript stackCurrent monorepo for SDK, wallet, overlay, messaging, middleware, helpers, infrastructure, documentation, and conformance vectors.BSV Association contributorsPrimaryBitcoin: A Peer-to-Peer Electronic Cash SystemThe original paper; read its proof-of-work, incentives, privacy, and SPV claims in their own terms.Satoshi Nakamoto