16 capsules built · 3 attestation routes live · secp256k1 signing

A testimonial you can replay,
not just read

Anima Kernel attests the outcome behind a claim — positive, negative, and the truth-score computation that weighs them — as a signed, off-box-verifiable envelope. The claim graph, authorship, and human-proof bindings are built to wrap around it as the vertical matures.

Request sandbox access → How attestation works ◉
POST /testimonials/v1/attest/positive_outcome
POST /testimonials/v1/attest/negative_outcome
POST /testimonials/v1/attest/truth_score_emission
→ EIP-712 struct hash · salt-aware signing hash · secp256k1 sig ✓ live

SYSTEM PILLARS · CAPSULE INDEX

16 capsules, 3 wired to live attestation

Every row below is a real capsule manifest in this vertical (manifests/testimonials/). "Live" means an HTTP attest route exists today; the rest are built and parity-tested but not yet exposed over the wire.

live

Positive Outcome

Signed attestation of a favorable, verified outcome behind a claim.

live

Negative Outcome

Signed attestation of an unfavorable outcome — the counterweight to positive_outcome.

live

Truth Score Emission

Emits the computed truth-score for a claim after weighing outcome evidence.

built

Truth Score Compute

The underlying computation capsule that truth_score_emission publishes from.

built

Verified Claim Node

A single claim as a node in the testimonial claim graph.

built

Claim Graph Edge

Relationship between two claims — corroboration, contradiction, or citation.

built

Authorship Event

Binds a claim to its author at time of creation.

built

Human Proof Binding

Binds a claim to proof-of-human-origin evidence.

built

Content Credential Binding

Binds a claim to an external content-credential (e.g. C2PA) reference.

built

Citation Query Event

Records a citation-style query made against the claim graph.

built

Trailblazer Checkpoint

Milestone checkpoint in the trailblazer reputation system.

built

Royalty Settlement Event

Settlement event for royalty distribution tied to verified claims.

built

Demand Board Question

A question posted to the demand board, awaiting answer.

built

Demand Board Answer Binding

Binds an answer to its originating demand-board question.

built

ZKP Circuit Registration

Registers a zero-knowledge circuit used for privacy-preserving verification.

built

OpenTimestamps Anchor

Anchors a claim's timestamp to an external OpenTimestamps proof.

Note — Testimonials signing uses its own salt-aware EIP-712 domain separator and a dedicated 20-byte verifying contract, distinct from the gov/medical/fintech/secops signing shape. This is an intentional divergence, not a bug — see internal/testimonials/signing. Signatures are software secp256k1; no HSM is claimed.