🔐
Cryptographic Proofs
Create tamper-proof timestamps backed by blockchain consensus. Anyone can verify without trusting a third party.
Decentralized timestamping protocol for verifiable proofs of existence
Visit timestamps.now to timestamp your first file in seconds. No sign-up required!
Install the CLI and timestamp your first file:
cargo install uts-cli --version 0.1.0-alpha.0 --locked
uts stamp myfile.txt
# wait ~10 seconds for the batch to be attested on-chain
uts upgrade myfile.txt.ots
uts verify myfile.txtFor implementation details, see the Reference Book.