ADD TO YOUR AGENT

Identity superpowers in 5 minutes

Give your agent the ability to verify anyone in Web3.

1
Install the SDK
npm install @atv-eth/x402-sdk
2
Initialize the Client
import { Web3IdentityClient } from '@atv-eth/x402-sdk';

const identity = new Web3IdentityClient();
3
Use It
// Who is this wallet?
const profile = await identity.getProfile('vitalik.eth');

// Is this wallet safe?
const risk = await identity.checkRisk('0x123...');

// What's their reputation?
const passport = await identity.getPassport('0x123...');

Your Agent Can Now:

🔍Resolve ENS, Farcaster, Lens
📊Check wallet reputation
🛡️Detect scams
Verify Gitcoin Passport
🔗Query social connections
🏆Check POAPs & badges

Works With

🦜 LangChain
🤖 AutoGPT
🔷 AgentKit
🦞 OpenClaw
⚡ Custom Agents