Documentation Index
Fetch the complete documentation index at: https://docs.deepidv.com/llms.txt
Use this file to discover all available pages before exploring further.
The explorer lives at proof.deepidv.com. It’s a public, no-login-required view into the chain layer.
Home
URL: proof.deepidv.com Live attestation stream. Every mint appears in real time via Server-Sent Events. Below the fold: a rolling table of the most recent 50 attestations with ULID, record type, issuer, envelope hash prefix, mint timestamp, and segment number.Registry
URL: proof.deepidv.com/registry Paginated table of every attestation in the log. Filterable by:- Record type.
IDVis the only active type at v1 launch.BIO,DOC, andADDRappear as disabled “Phase 2” chips.WIT(witness attestations) andAGT(agent verifications) ship in Phase 3. - Issuer. Restrict the view to a single issuer.
- Segment. View only attestations in a specific segment.
Attestation Detail
URL:proof.deepidv.com/a/{attestation_id}
The single most important page in the explorer. Renders the full six-step proof pipeline for one attestation:
- Envelope hash. The hash of the canonicalized envelope JSON.
- Issuer signature. ECDSA P-256 signature by the issuer over the envelope hash.
- Dual TSA timestamps. RFC 3161 timestamp tokens from DigiCert and Sectigo, proving the envelope existed at the claimed time.
- Merkle inclusion. The audit path from this envelope’s leaf to the segment’s current STH root.
- Master STH signature. ECDSA P-256 signature by the chain-master key over the STH.
- On-chain anchor. The Base L2 transaction hash committing the STH root. Click through to Basescan.
- Download the
.dpivproof bundle - Click through to the issuer’s profile
- Click through to the segment
- See the label commitments table (names + revealed values where available; salts are never rendered)
Issuer Profile
URL:proof.deepidv.com/issuer/{issuer_id}
Per-issuer page showing:
- The issuer’s P-256 public key (downloadable as PEM)
- Rotation history (empty in v1)
- Last 50 attestations issued
Segment Profile
URL:proof.deepidv.com/segment/{segment_id}
Per-segment page showing:
- Tree size over time (sparkline chart)
- Full STH list — every hourly checkpoint plus the segment’s closure STH
- Base L2 transaction hashes for each anchored STH (linked to Basescan)
- Consistency proofs between successive STHs (downloadable)
Log
URL: proof.deepidv.com/log Bird’s-eye view of the entire transparency log. Recent STHs across all segments, tree-size visualization, and a downloadable copy of the master public key (master.pem) for offline verification of any STH.
See The Log for full details.