// AGENT ANCHOR

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.

// THE PROBLEM

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.

// THE SOLUTION

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

Devnet
entros:human-operator
HumanAgent
Immutable
Verifiable
On-chain
// HOW IT WORKS

Three steps to human accountability.

01

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.

02

Register your agent

Register your AI agent on the Solana Agent Registry. Your agent gets a Metaplex Core NFT identity on-chain.

03

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.

// FOR INTEGRATORS

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);
}
// CHECK AN AGENT

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.

One human.
All their agents.