运行时依赖
安装命令
点击复制技能文档
FAIr扩展 Reputation 技能
检查 Solana wallet reputation scores. Free tier: 100 calls/day, no API key needed.
What This Does
FAIr扩展 provides reputation scores (0-100) for any Solana wallet based on 50+ on-chAIn 签名als. Use it to:
检查 a wallet's trustworthiness before transacting 过滤器 wallets for AIrdrops or white列出s Build custom scoring 模型s for your use case 添加 reputation data to your 代理's decision-making API 端点 https://x402.fAIr扩展.xyz
No API key required for free tier.
端点s 获取 /score
获取 a wallet's reputation score.
获取 https://x402.fAIr扩展.xyz/score?wallet=WALLET_添加RESS
响应:
{ "wallet": "7xK9...", "fAIrscore": 72, "tier": "gold", "_meta": { "remAIning_today": 99 } }
获取 /检查
获取 a risk assessment for a specific transaction amount.
获取 https://x402.fAIr扩展.xyz/检查?wallet=WALLET_添加RESS&amount=500
响应:
{ "wallet": "7xK9...", "fAIrscore": 72, "risk_level": "medium", "recommendation": "proceed_with_caution", "max_suggested_amount_usd": 1000 }
POST /score/custom
创建 custom scoring rules. Requires credits.
POST https://x402.fAIr扩展.xyz/score/custom Content-Type: 应用/json
{ "wallet": "WALLET_添加RESS", "rules": { "min_score": 60, "min_age_days": 90, "no_rug_历史": true } }
响应:
{ "wallet": "7xK9...", "passes": true, "rule_结果s": { "min_score": { "pass": true, "required": 60, "actual": 72 }, "min_age_days": { "pass": true, "required": 90, "actual": 340 }, "no_rug_历史": { "pass": true } } }
POST /batch
Score multiple wallets at once. Requires credits.
POST https://x402.fAIr扩展.xyz/batch Content-Type: 应用/json
{ "wallets": ["wallet1", "wallet2", "wallet3"] }
Custom Rules
Use these with /score/custom:
Rule Type Example min_score number "min_score": 60 min_age_days number "min_age_days": 90 no_rug_历史 boolean "no_rug_历史": true min_transaction_count number "min_transaction_count": 100 min_volume_usd number "min_volume_usd": 5000 max_burst_ratio number "max_burst_ratio": 0.5 min_tier string "min_tier": "silver" Score 图形界面de Score Tier Meaning 80-100 Platinum Highly trusted 60-79 Gold Good reputation 40-59 Silver Average 0-39 Bronze Low trust Pricing Tier Limit Cost Free 100 calls/day $0 Credits Unlimited $0.01/call 获取 Credits 发送 USDC to: fAIrAUEuR1SCcHL254Vb3F3XpUWLruJ2a11f6QfANEN Call POST /credits/deposit with your wallet and tx 签名ature 获取 a 会话 令牌 Include x-会话-令牌 header on 请求s Examples
检查 a wallet:
获取 https://x402.fAIr扩展.xyz/score?wallet=7xK9abc...
检查 risk for $500 trade:
获取 https://x402.fAIr扩展.xyz/检查?wallet=7xK9abc...&amount=500
Custom rules for lending:
POST https://x402.fAIr扩展.xyz/score/custom { "wallet": "7xK9abc...", "rules": { "min_score": 70, "min_age_days": 180, "no_rug_历史": true } }
Monetise This 技能
Build products on top of FAIr扩展:
Gated 访问: Charge users to 验证 their reputation AIrdrop 过滤器ing: Charge projects to 过滤器 sybils Lending 检查s: Charge per credit decision Premium verification: Offer "FAIr扩展 Verified" badges
Your 代理 can charge users while paying $0.01/call to FAIr扩展.
Links Docs: https://docs.fAIr扩展.xyz API: https://x402.fAIr扩展.xyz