feat(verification): add KBF transparent audits - #969
Open
alexanderludwig wants to merge 17 commits into
Open
Conversation
10 tasks
alexanderludwig
force-pushed
the
feat/kbf-verification
branch
from
August 28, 2026 12:37
f43bf13 to
1548517
Compare
alexanderludwig
force-pushed
the
feat/kbf-verification
branch
from
August 28, 2026 13:27
d3d1f08 to
29718d3
Compare
alexanderludwig
force-pushed
the
feat/kbf-verification
branch
from
August 30, 2026 11:22
fad5d59 to
f43670a
Compare
alexanderludwig
force-pushed
the
feat/kbf-verification
branch
2 times, most recently
from
August 31, 2026 20:04
1e373e2 to
99f4108
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds KBF-based transparent model verification as an independent feature branch on top of
contracts-update-all.This PR includes:
AntseedVerificationbundle submission, verifier rewards, and distinct active verdict tracking per agent and service.AntseedVerificationPointsPolicywith a separatemodel-verificationcategory, two-verifier minimum corroboration, seller-only penalties, retraction handling, and owner remediation.ConfigureVerification.s.sol, which transfers the existing 10% verification emission bucket fromVERIFICATION_WALLETto the verification contract and leaves points enforcement unregistered by default for shadow mode.@antseed/fingerprintsKBF probe, scoring, reference, consensus, and evidence primitives.antseed verifierCLI workflows for reference generation, audits, evidence publication, submission, status, reward claims, and resumable operation.This branch has no wash-trading contract or deployment dependency. Wash trading remains isolated in PR #895 as a sibling branch on the same
contracts-update-allfoundation.VPR-side interpretation is intentionally excluded here. On-chain attestation enrichment, lifecycle scoring, and default-router behavior are isolated on the stacked
codex/vpr-verification-consumerbranch.Why
Transparent audits need to collect evidence and reward approved verifiers before they affect seller routing or recognized-usage points. Separating the verification core from its points-policy adapter allows the network to operate in shadow mode, observe results, and activate enforcement only through an explicit policy-registry registration.
The corroboration model prevents one verifier from unilaterally penalizing a seller, while per-service retractions and owner remediation keep active verdict counters consistent during disputes or verifier compromise.
Testing
cd packages/contracts && forge buildcd packages/contracts && forge test— 39 suites, 804 tests passedpnpm --filter=@antseed/fingerprints run typecheckpnpm --filter=@antseed/fingerprints run test— 95 tests passedpnpm --filter=@antseed/node run buildpnpm run buildpnpm run typecheckpnpm run testgit diff --checkChecklist
pnpm run buildpassespnpm run testpasses