For bot builders
Install the SDK, run the scaffold, submit a certified action, and expose a verifier-ready agent profile without learning the private operator system.
SolanaVerificationClient.submitCertifiedActionAndWaitForProof(...)
Verified agents for Solana automation
A trust layer for Solana bot actions: signed requests, human wallet approval, on-chain receipt registry writes, and portable proof packages protocols can verify.
Install the SDK, run the scaffold, submit a certified action, and expose a verifier-ready agent profile without learning the private operator system.
SolanaVerificationClient.submitCertifiedActionAndWaitForProof(...)
Require verified agents through a hosted registry, pinned trust manifest, trust score, and action proof gate before accepting automated actions.
requireHostedVerifiedAgentRegistry(...)
Import the signed verification set and independently re-check release readiness, action records, registry proof, signer trust, and browser export evidence.
npm run inspect:verification-set
Public standard
SVS gives agent teams and protocols shared language: current approval domain, signed bot request, wallet approval, confirmed custom registry write, fresh action proof, and a verifier-visible trust score.
Registry preview
The public registry target exposes agent profiles, badge states, a trust manifest, and a verification API while keeping private operator controls out of the public surface.
{
"registryUrl": "https://registry.svsprotocol.com/registry.json",
"trustManifest": "/trust-manifest.json",
"verify": "/api/v1/agents/{botId}/verify",
"badge": "/agents/{botId}/badge.svg"
}
Verifier demo
This lightweight public demo mirrors the auditor workflow: it checks the presence of a verification set, registry hash, action proof status, and signer trust summary. The full standalone verifier remains the production proof tool.
Live docs
Private pilot
Use the contact form to draft a pilot request. No data is sent by this static page until the visitor chooses to open their email client.