How the Protocol Is Used

Whytegod is used to prove that something existed at a specific time without revealing the thing itself.

Core Usage Flow

  1. Create or collect your data
  2. Generate a cryptographic hash
  3. Anchor the hash to a public immutable system
  4. Verify later when proof is needed

Who Uses Whytegod?

Common Use Cases

What You Do NOT Upload

Only a cryptographic hash is ever anchored.

Anchoring

Anchoring is the act of publishing a hash to an immutable public system.

This can be done using blockchains, public timestamping services, or append-only public logs.

Verification

To verify a record:

  1. Recompute the hash from the original data
  2. Compare it to the anchored hash
  3. A match proves integrity and time

Does Whytegod Run the System?

No. Whytegod does not run servers, store records, or control anchors.

The protocol defines rules — users execute them independently.

What Happens If Whytegod Disappears?

Nothing breaks. Verification depends only on hashes and public anchors, not this website.

Costs

Verification is always free. Anchoring may involve external network fees or protocol-defined costs.

Trust Model

Whytegod is a protocol for proof — not permission.