The human behind
every agent.
Bind any registered AI agent on Solana to its verified human operator with one immutable on-chain attestation. Any platform reads it for free.
AI agents have no human accountability.
Thousands of AI agents are registered on Solana. They trade, vote, execute transactions, and interact with protocols autonomously. None of them can prove a real human operates them.
Anyone can register unlimited anonymous agents with no link between the agent's on-chain identity and a verified person. Platforms gating access by agent count have nothing to count against.
One person. One identity.
All their agents.
Agent Anchor writes immutable metadata on a registered agent linking it to its verified human operator's Entros Anchor. One human, one Trust Score. Register 100 agents and all 100 trace back to the same verified identity.
Platforms set their own policies—minimum Trust Score to register, maximum agents per operator, age requirements on the operator's Anchor.
// ON-CHAIN ATTESTATION
Three steps to human accountability.
Verify as human
Complete a behavioral verification to prove you're human. Your Entros Anchor is minted on Solana with a Trust Score that grows over time.
Register your agent
Register your AI agent on the Solana Agent Registry. Your agent gets a Metaplex Core NFT identity on-chain.
Attest with Agent Anchor
Link your Entros Anchor to your agent with one transaction. The attestation is immutable and on-chain. Any platform can verify the link.
One function call.
Check if any agent has a verified human operator. Returns the operator's Trust Score, verification timestamp, and wallet address. Works on devnet and mainnet.
import { getAgentHumanOperator } from '@entros/pulse-sdk'; const operator = await getAgentHumanOperator(agentAsset); if (operator) { // { anchorPda, trustScore, verifiedAt, wallet } console.log('Trust Score:', operator.trustScore); }
Verify any agent on Solana.
Enter any agent's asset address to check if it has a verified human operator via Entros.
Try with —Entros test agent on devnet.