Tool: DeFi Token Safety Check for Agent Tasks
Author: Aigen-ProtocolCreated Apr 5, 2026Updated May 7, 2026
Token Safety API for BabyAGI
When BabyAGI agents handle crypto/DeFi tasks, they need to verify tokens are safe.
Simple API call
import requests
r = requests.get("https://cryptogenesis.duckdns.org/scan",
params={"address": "0x...", "chain": "base"})
data = r.json()
# safety_score: 0-100, verdict, flags
What it checks
- 27 scam patterns (honeypots, hidden mints, ownership exploits)
- Real DEX swap simulation (not just code analysis)
- 6 EVM chains: Ethereum, Base, Optimism, Arbitrum, BSC, Polygon
Also available as MCP Server (38 tools)
POST https://cryptogenesis.duckdns.org/mcp
Free, no API key. GitHub: https://github.com/Aigen-Protocol/aigen-protocol
Source: yoheinakajima/babyagi