EpochLedger · Transparency

Every seal.
Publicly anchored.

Independent verifiability is the whole point. Browse the public Merkle batch roots, pull inclusion proofs, verify any seal without trusting EpochCore.

Merkle-rooted

Every seal lands in a per-tenant hash-chain, batched into Merkle trees, roots anchored externally.

Tier-configurable cadence

Hourly default, per-append for premium, daily for cost-optimized. Tenants pick their own latency.

No private timeline

Anchor proofs are public URLs. Auditors don't ask us — they ask the chain.

What you can do today

# Browse the public batch roster (JSON)
curl https://app.epochcoreqcs.com/v1/transparency

# Walk a tenant's full chain
curl https://app.epochcoreqcs.com/v1/ledger/{tenant_id}/verify-chain

# Get a single entry's inclusion proof
curl https://app.epochcoreqcs.com/v1/ledger/{tenant_id}/{ledger_id}

What's in the log

Sealed batches

Merkle root + window + entry count + anchor proof URL.

Privacy-respecting

Tenant ids are fingerprinted in the public view. Batch contents stay sealed.

Anchor-chained

Every batch root is anchored to an external watermark. Tamper-evident across time.