Verifying the Social Context of Token Deploys
Why This Matters
{
"contract_address": "0xabc...",
"msg_sender": "0xdeadbeef...",
"social_context": {
"platform": "farcaster",
"id": "12345"
},
"trustStatus": {
"isTrustedDeployer": false,
"isTrustedClanker": false,
"fidMatchesDeployer": true,
"verifiedAddresses": ["0xdeadbeef..."]
}
}Trust Signals (in Priority Order)
1. Allowlisted Clanker (isTrustedClanker)
isTrustedClanker)2. Trusted Deployer (isTrustedDeployer)
isTrustedDeployer)3. FID Verified (fidMatchesDeployer) — Farcaster
fidMatchesDeployer) — Farcaster
4. Twitter Context Match — Twitter
Verification Flow
Using the API
Field
Type
Meaning
Checking a Single Token
How to have your Farcaster account show as Creator
Last updated