trace

Trace a judgment's integrity across PoJ blockchain stages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zeyxx/CYNIC --skill trace-zeyxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/zeyxx/CYNIC/tree/main/.claude/skills/trace
Command: npx skills add https://github.com/zeyxx/CYNIC --skill trace-zeyxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trace judgments' end-to-end integrity on the PoJ blockchain.

Core Features & Use Cases

  • Traces a judgment through the full integrity chain: Judgment → PoJ Block → Merkle Proof → Solana Anchor.
  • Verifies creation timestamp, tamper resistance, and blockchain anchoring.
  • Use Case: post-hoc audits, compliance checks, and independent verification of judgments across sessions.

Quick Start

Trace a judgment by its ID to verify its on-chain integrity.

Frequently Asked Questions about trace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a judgment's integrity on the PoJ blockchain?

Tracing a judgment on the PoJ blockchain involves retrieving it by ID to verify its creation timestamp, confirm block inclusion, validate Merkle proofs, and confirm the Solana anchor for end-to-end integrity.

What does a Merkle proof check confirm during a PoJ blockchain audit?

A Merkle proof check confirms block inclusion and tamper resistance by validating the cryptographic proof for a specific judgment across the PoJ chain stages down to the Solana anchor.

Can I use this to perform a post-hoc compliance check on a judgment?

Yes, you can use this to perform a post-hoc compliance check by independently verifying a judgment's end-to-end integrity, including its creation timestamp and Solana anchoring, across sessions.

How does Solana anchoring work for PoJ chain judgments?

Solana anchoring for PoJ chain judgments confirms that a verified block containing the judgment is cryptographically anchored to the Solana blockchain, providing a tamper-resistant external finality layer.

Do I need a specific judgment ID to start tracing on the PoJ chain?

Yes, you need a specific judgment ID to start tracing on the PoJ chain, as it serves as the initial input to retrieve the judgment and verify its subsequent block and Merkle proof stages.