Back to System
For Editorial Standards Desks

NextXus Press Kit

One self-contained packet for AP, Reuters, BBC, AFP, Bloomberg, NHK, and any other verification desk that wants to evaluate the NextXus Truth Verification System without having to bounce questions back to its author. Download what you need, paste the curl examples into your terminal, or click through to the live system. Everything is signed, everything is reproducible.

Truth Gate
0.95
Ring of 12
12
Ledger
4
Rejected (logged)
2
chain_head_hash: 5023cf5e349171b1587d671a4a2a23a153dd03fdf075d17b114e671322d04423
Signed Downloads

PDFs you can forward to your standards committee.

Each PDF embeds a SHA-256 document hash and generation timestamp in its footer for independent integrity verification.

Live Proof

Prove the chain hasn't been altered. In your browser. In three seconds.

Run It Yourself

Three curl commands that prove the pipeline.

Submit a claim and watch the gate, ring, and chain in real time.
curl -X POST https://nextxus.org/api/verify \
  -H "Content-Type: application/json" \
  -d '{
        "content":"Pure water at 1 atm boils at 100\u00b0C.",
        "source":"NIST WebBook"
      }'
Re-fetch any ledger entry by its UUID and inspect the audit trail.
curl https://nextxus.org/api/ledger/{ENTRY_ID}
Download the entire ledger as JSON to feed your own auditing tools.
curl https://nextxus.org/api/ledger/export.json -o nextxus-ledger.json
Signed Audit Bundle

Need a court-presentable PDF for a single contested document?

Every accepted ledger entry can be exported as a signed PDF audit containing the full submission, the V_AgentZero score, every Ring-of-12 grader's rationale, the audit trail, and the SHA-256 hash chain — generated directly from the immutable record. Open any entry in the public ledger and append .pdf to its URL — e.g. https://nextxus.org/api/press-kit/audit/{entry_id}.pdf.