Unnamed service
GET human.twin3.ai/v1/human
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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 EVM wallet: (1) total humanity score 0-255 (15 = baseline reCAPTCHA, 45 = + Google OAuth, 70 = + Apple ID, 105 = + 2FA, 255 = full stack), with optional `min_score=N` for a yes/no `passes` verdict; (2) per-method verification check via `check=telegram,apple,g2fa,...` — buyer must NAME the methods to ask about, we never enumerate the full set. Backed by 141,871 Twin Matrix Soulbound Tokens on BNB Chain plus the canonical humanity registry off-chain. The underlying verification list never leaves Twin3 — only verdicts.
Resource: human.twin3.ai/v1/human
Network: eip155:8453, eip155:196 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xcD3273893d1c8DF15A4D6bc411aA3D25A60Fdc60
Payment methods: — · Last validation: 2026-09-14 16:05:16.005+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"wallet"
],
"properties": {
"check": {
"type": "string",
"description": "Optional CSV of specific verification methods to check (minimal-disclosure: buyer must name them; we don't enumerate). Returns `verifications: {method: bool}` for ONLY the methods asked. Valid methods: recaptcha, google, discord, line, telegram, apple, g2fa, onchain, worldid."
},
"match": {
"type": "string",
"description": "Optional CSV of attribute match conditions `key:value` (AND-ed). Returns pass/fail per condition + overall `matched` — NEVER the raw values (minimal disclosure). Keys: age, gender, occupation, income, social, web3, ai, risk, interest. A `+` suffix on ordered keys (age/income/web3/ai/risk) means '≥ this level'. Examples: `age:25-34`, `income:200-500+`, `social:instagram`, `interest:travel`."
},
"wallet": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$",
"description": "EVM address (0x-prefixed, 40 hex chars). The wallet to verify."
},
"include": {
"type": "string",
"description": "Optional CSV of richer fields: `verified_at` (SBT mint timestamp, useful for sybil-pattern detection), `dimensions_filled` (count of non-zero matrix bytes, profile completeness signal)."
},
"min_score": {
"type": "string",
"pattern": "^([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
"description": "Optional integer 0-255. When set, response adds `passes: bool` indicating whether the wallet's humanity score meets the threshold. Reference levels: 15 = baseline (reCAPTCHA + sybil filter), 45 = + Google OAuth, 70 = + Apple ID, 105 = + 2FA, 255 = full verification stack."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xcD3273893d1c8DF15A4D6bc411aA3D25A60Fdc60",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xcD3273893d1c8DF15A4D6bc411aA3D25A60Fdc60",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "1000"
},
{
"raw": {
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"extra": {
"name": "USD₮0",
"version": "1",
"decimals": 6
},
"payTo": "0x0FFE96d5123dc144753034F6F388aceD830e5A5f",
"amount": "1000",
"scheme": "exact",
"network": "eip155:196",
"maxTimeoutSeconds": 300
},
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"payTo": "0x0FFE96d5123dc144753034F6F388aceD830e5A5f",
"scheme": "exact",
"network": "eip155:196",
"amountAtomic": "1000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.