Provenonce
PROVENONCE

Provenonce Beats

Public clock and timestamping service anchored on Solana. Stateless by design.

Live Beat Index
50634
Difficulty
1000000
Next Anchor (UTC)
2026-04-03 22:33:49.432
Anchor Hash
4bae6462e64ed267fa3fdad78fde9bea4632b2a57adb33ceb20bcbc02cf85c6a
Quick Start (`/beat/timestamp`)

Replace <your-lowercase-sha256-hash> with a real 64-character lowercase SHA-256 hash.

curl -X POST https://beats.provenonce.dev/api/v1/beat/timestamp \
  -H "content-type: application/json" \
  -d '{"hash":"<your-lowercase-sha256-hash>"}'

Test Beats in 5 Steps

  1. Generate a SHA-256 hash locally for any file or payload.
  2. POST it to /api/v1/beat/timestamp.
  3. Confirm response includes on_chain.tx_signature and signed receipt.
  4. Open the Solana explorer URL from the response (devnet) and confirm the transaction exists.
  5. Fetch /api/v1/beat/key and verify the receipt signature offline.
Expected response fields: timestamp.hash, timestamp.anchor_index, on_chain.tx_signature, receipt.signature

Free tier: 5/min and 10/day per IP on timestamping. Optional pro tier token can raise limits.