PatentChecker
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 PatentChecker packages procedural patent events into forwardable, offline-verifiable artifacts.
Appeal metadata
Appellant: Syngenta Participations AG
Decision outcome: Reversed
Decision date: 2026-04-14
Tech center: 1600
Application number: 16461392
Appeal number: 2025003472
Technology areas: chemical, biotech, agriculture
Why this matters
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
Checksum
f03833c1de50c2b12a599766b4e5b599252d98046ca089014369afbd3da6dfde
Download the bundle, verify the SHA-256, unzip, and run replay_verify.sh to check manifest integrity and the Ed25519 signature.
Commands
# 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