{"name":"Human","description":"Human verification for AI agents — proof of humanity, sybil resistance, and 'is this wallet a real person' answers in one paid call. Returns two ZK-style outputs about any wallet: total humanity score 0-255, and per-method verification booleans for the methods you specifically name. Buyer never sees the full verification list, only verdicts. Backed by 141,871 Twin Matrix Soulbound Tokens on BNB Chain plus the canonical humanity registry off-chain.","version":"0.3.1","provider":{"organization":"Twin3","url":"https://twin3.ai"},"capabilities":["humanity-verification","sybil-resistance","person-recognition","threshold-query","method-check"],"skills":[{"id":"verify-human","name":"Verify Human","description":"Given a wallet, return whether a real person stands behind it (isHuman) and their humanity score (0-255). The score is the cumulative weight of verifications they've cleared — 15 = baseline (reCAPTCHA), 45 = + Google OAuth, 70 = + Apple ID, 105 = + 2FA, 255 = full stack.","examples":[{"input":"Is the person behind 0xabc...123 real?","output":"{\"isHuman\": true, \"score\": 105, \"sbtId\": 142031}"}]},{"id":"threshold-pass","name":"Threshold Pass","description":"Pass `min_score=N` (0-255) to get a yes/no `passes` boolean. Buyer decides the threshold; we never reveal which specific verifications satisfied it.","examples":[{"input":"Is 0xabc...123 above verification threshold 70?","output":"{\"isHuman\": true, \"score\": 105, \"passes\": true, \"sbtId\": 142031}"}]},{"id":"method-check","name":"Per-Method Verification Check","description":"Pass `check=<csv>` of verification method names to get yes/no per method. ZK-style: we return verdicts ONLY for the methods you name. Buyer cannot enumerate \"what does this user have\" — they must already know which to ask about. Methods: recaptcha, google, discord, line, telegram, apple, g2fa, onchain, worldid.","examples":[{"input":"Did 0xabc...123 verify with telegram and apple?","output":"{\"isHuman\": true, \"score\": 105, \"verifications\": {\"telegram\": true, \"apple\": false}}"}]}],"endpoints":{"http":[{"url":"https://human.twin3.ai/v1/human","method":"GET","payment":{"protocol":"x402","network":"eip155:8453","price":"$0.001","currency":"USDC"}}]},"signed":false}