Demo: PTAB appeal evidence bundle
A complete, signed evidence bundle capturing a PTAB reversal decision: structured metadata, decision PDF, portal captures, provenance, and a replay verifier.
This is not legal advice. It is a demonstration of how LocusTrace packages procedural patent events into forwardable, offline-verifiable artifacts.
Browse the LocusTrace demo set
Jump between live posture reports, delivery blocking analysis, and offline-verifiable proof bundles without backing out to the LocusTrace overview.
Public 90-second review workflow: inspect one IP event, check evidence status, confirm coverage limits, and choose a disposition.
Vector blocking analysis across capsid overlap, licensing dependency, manufacturing sensitivity, and exclusivity zones.
Live posture report for sequence-watchlist drift: baseline, delta, open actions, and monitoring queues.
Downloadable drift packet with checksums, manifest verification, and contract-validated Evidence Packet JSON.
Verifiable runner-image quickstart for the signed LocusTrace trial path.
Replay-verifiable PTAB evidence bundle with decision metadata, captures, provenance, and verifier scripts.
Signed deterministic proof bundle for an engineering and procurement review workflow.
Appeal metadata
Reversed outcomes in TC 1600 are rare. Packaging the decision into a schema-addressed evidence bundle lets downstream teams track claim-scope and validity dynamics without re-querying portals.
Bundle contents
- ptab_appeal_metadata.jsonStructured appeal metadata with schema validation.
- ptab_decision_2026_04_14.pdfCompiled decision PDF from USPTO.
- uspto_appeal_portal_capture.htmlPortal capture for provenance and reproducibility.
- uspto_application_data.jsonApplication data snapshot from USPTO.
- source_provenance.jsonSource URLs and retrieval metadata.
- syngenta_reversal_summary.mdHuman-readable summary of the reversal.
- replay_verify.shShell script to replay and verify bundle integrity.
- MANIFEST.json + signatureSHA-256 addressed manifest with Ed25519 signature.
Verify offline
# Verify the bundle SHA-256 curl -sL "/patent-checker/ptab/syngenta_ptab_reversal_20260414.zip" -o syngenta_ptab_reversal_20260414.zip curl -sL "/patent-checker/ptab/syngenta_ptab_reversal_20260414.zip.sha256" -o syngenta_ptab_reversal_20260414.zip.sha256 sha256sum -c syngenta_ptab_reversal_20260414.zip.sha256 # Unzip and inspect unzip -q syngenta_ptab_reversal_20260414.zip -d syngenta_bundle cat syngenta_bundle/MANIFEST.json cat syngenta_bundle/SUMMARY.txt # Run the bundled replay verifier bash syngenta_bundle/replay_verify.sh