
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
- Generate a SHA-256 hash locally for any file or payload.
- POST it to
/api/v1/beat/timestamp. - Confirm response includes
on_chain.tx_signatureand signedreceipt. - Open the Solana explorer URL from the response (devnet) and confirm the transaction exists.
- Fetch
/api/v1/beat/keyand verify the receipt signature offline.
Expected response fields:
timestamp.hash, timestamp.anchor_index, on_chain.tx_signature, receipt.signatureFull guide: provenonce.dev/getting-started/beats-only
GET/api/health
service health
GET/api/v1/beat/anchorlatest global anchor
GET/api/v1/beat/keyreceipt verification key
GET/api/v1/beat/verifyverify API info
POST/api/v1/beat/verifyverify beat/chain/proof
POST/api/v1/beat/timestamptimestamp SHA-256 hash
POST/api/v1/beat/work-proofsubmit work-proof for signed receipt
Free tier: 5/min and 10/day per IP on timestamping. Optional pro tier token can raise limits.