invinoveritas-goat
v0.1.1
Published
GOAT SDK plugin for invinoveritas — an automated, independent second opinion before an irreversible action (the agent calls it and decides, no human in the loop), plus free recomputable proof verification. The independent check an agent can't self-serve.
Maintainers
Readme
invinoveritas-goat
A GOAT SDK plugin that gives your agent an automated, independent second opinion on a high-stakes action — and free, recomputable proof verification. Fully autonomous: one API call, the agent weighs the verdict and decides — no human in the loop, never blocks. The independent check on another agent's output that an agent can't self-issue.
npm install invinoveritas-goatimport { invinoveritas } from "invinoveritas-goat";
const tools = await getOnChainTools({
wallet: /* ... */,
plugins: [
invinoveritas({ apiKey: process.env.INVINO_API_KEY }), // or just set INVINO_API_KEY
// ...your other plugins
],
});Free key: POST https://api.babyblueviper.com/register {"label":"your-app"}. review is pay-per-call
(USDC via x402 on Base, or Lightning sats); verify_proof is free.
Tools
invinoveritas_review— verdict on a proposed action before you execute it.artifactType: "trade"→ capital-scale-aware risk review;"onchain_action"→ deterministic scam/drainer/approval/poisoning checks. Returnsverdict/confidence/summary/issues, and withsign: truea recomputable signed proof. Advisory — degrades toreview_unavailable, never blocks.invinoveritas_verify_proof— free, no-auth verification of a proof another agent handed you.
Why this, not a generic reasoning-verifier
- Recomputable proof, not a trust-us score —
sign: truereturns a verdict anyone re-derives from public data (NIP-01 + BIP-340 vs a published key). - A public, Bitcoin-anchored track record (
/ledger) of being right — wins and losses. - Committed before the outcome it's graded against (anti-back-dating).
- Specialized for trades + on-chain actions (deterministic risk engine), not generic claim-checking.
- Free verification of proofs you receive.
The principle, both ways: demand a proof on what you receive; attach one to what you ship.
Setup for every client: https://api.babyblueviper.com/install · Track record: https://api.babyblueviper.com/ledger · MIT licensed.
