Permanently timestamp any file on the Kaspa BlockDAG. No accounts. No uploads. No trust. Pure math and chain.
Stamp a file →Three steps. No middlemen. Your file never leaves your device. Only its mathematical fingerprint touches the blockchain.
Drop a file. Get permanent proof on the Kaspa BlockDAG. Or verify any file. No receipt needed, the chain is the proof.
Every file produces a unique SHA-256 hash. That hash becomes a unique Kaspa address. Sending any transaction to that address is your timestamp, permanently recorded on the BlockDAG.
Verification works in reverse: hash the file, derive the address, check if it has transaction history. If it does, the file was stamped. The earliest transaction is your proof date.
Your file never leaves your browser. Only the hash touches the chain.
Two parties. One file. Both can verify. Neither can tamper. The DAG is the witness.
No servers. No uploads. No accounts. Every critical operation happens locally in your browser.
Your file is hashed with SHA-256 in the browser via the Web Crypto API. The file never leaves your device. Not even a byte.
File hash → private key → Kaspa address. Same file always produces the same address. Different file = different address. Pure math.
Verification checks the permanent transaction history via the Kaspa REST API, not just the current balance. Proof survives even if the dust is spent.
If the network is busy, the priority fee bumps automatically. Stamps don't fail during high traffic, they just cost a fraction more.
No accounts. No emails. No tracking. No analytics. The wallet key lives in your browser's localStorage — nowhere else.
XSS-sanitized logs. Timeout-protected API calls. File size guards. Response validation. Open source. Read every line.