How to Prove an Idea Existed at a Specific Date – Without a Lawyer, a Notary, or a Sealed Envelope
Guillaume Latorre3 min read·Just now--
You have an idea. A product concept, a design, a piece of code, an algorithm. You share it with someone. Six months later, that person launches the exact same thing.
How do you prove the idea was yours first?
This is the problem of proof of prior art – and most existing solutions are either expensive, slow, or fragile.
The traditional methods (and why they fall short)
A notary or attorney. Legally solid, but expect to pay hundreds per document. Fine for a major contract, not for timestamping an idea at 3 AM.
Emailing yourself. The instinct many people have: send yourself an email with the document attached. Unfortunately, email metadata is easily tampered with. No serious evidentiary value.
A private timestamping platform. Some services offer to store your file with a timestamp. But your proof depends entirely on trusting that company. If they shut down, your proof vanishes with them.
A sealed envelope filed with a patent office. Some countries offer this. It’s slow, paper-based, and jurisdiction-limited.
What the ideal solution would look like
A perfect proof of prior art should meet four criteria:
• Tamper-proof – nobody can alter the date after the fact, not even the service provider.
• Independently verifiable – anyone can check the proof without relying on a third party.
• Durable – the proof survives the disappearance of the company that created it.
• Confidential – the content of the document doesn’t need to be revealed for the proof to exist.
None of the traditional methods check all four boxes. But there is a public ledger that does.
Bitcoin as a global public clock
When people hear “Bitcoin,” most think cryptocurrency, speculation, volatility. But under the hood, Bitcoin is fundamentally a distributed chronological ledger – a database replicated across thousands of computers worldwide, where every entry is timestamped and nobody can alter the past.
This property – and this property alone – is what makes it useful for proof of prior art.
The principle is straightforward:
1. You take your document (text, image, code, PDF…).
2. You compute its digital fingerprint (a SHA-256 hash) – a unique string that identifies the document without revealing its content.
3. That fingerprint is embedded in a Bitcoin transaction.
4. The transaction is included in a block, which is timestamped by the network.
From that moment on, you have mathematical proof that your document existed no later than the date of that block. Nobody – not a government, not a corporation, not a hacker – can modify that entry.
And crucially: to verify the proof, you just recompute the hash and look up the transaction on the blockchain. No trust required.
In practice
This is exactly what Proxae does. You upload a file or paste text. The hash is computed in your browser – your content never leaves your machine. Only the fingerprint is sent and anchored in the Bitcoin blockchain.
You receive a proof certificate. If you ever need to demonstrate prior art, you present the original document and the certificate. Anyone can verify in seconds that the hash matches and the transaction exists on the blockchain.
If Proxae disappears tomorrow, your proof remains intact. It lives on Bitcoin, not on our servers.
Who is this for?
• Inventors and creators who want to timestamp a concept before sharing it.
• Developers who want to prove the origin date of source code.
• Designers and artists who want to protect original work.
• Entrepreneurs sharing a business plan with partners or investors.
• Researchers who want to timestamp a finding before publication.
This is not a patent. It’s not automatic legal protection. It’s a proof of date – evidence you can present in court, in mediation, or simply in a conversation.
The bottom line
Proof of prior art shouldn’t be expensive, slow, or dependent on a company’s survival. By using Bitcoin not as a currency but as public infrastructure, you can timestamp an idea as easily as sending an email – with a level of durability that even a notary can’t match.
Proxae is free for your first certifications. Try it at proxae.com.