Ilyon AI Documentation
Ilyon AI is a multi-chain DeFi intelligence platform for token analysis, approval scanning, contract review, DeFi research, and chat-assisted investigation.
Supported chains
Token analysis and discovery cover Solana plus major EVM networks. Contract scanning and approval management are EVM-focused. Chat can orchestrate these tools, but it never executes transactions.
Safety model
- Read-only analysis only; no wallet transactions are executed by the AI.
- Approval revokes are prepared as unsigned transactions for the user to review.
- AI verdicts are advisory and should be paired with your own due diligence.
Token analysis
Analyze a token address, review market/security data, inspect holder concentration, and read the AI verdict.
Security operations
Scan EVM contracts, review wallet approvals, and prepare revoke transactions without executing them.
DeFi intelligence
Discover opportunities, inspect protocol due diligence, compare markets, and simulate stress across supported ecosystems.
AI chat
Use the chat agent to analyze tokens, contracts, wallets, audits, and DeFi opportunities from one interface.
Key endpoints
/api/v1/analyzeCreates or refreshes a full token analysis response.
{
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"chain": "ethereum",
"mode": "standard"
}/api/v1/search?query=usdc&chain=baseSearches DexScreener-backed token results and returns chain-aware links.
/api/v1/contract/scanRuns EVM contract analysis and returns normalized vulnerabilities, risk score, and AI findings.
{
"address": "0x1f98431c8aD98523631AE4a59f267346ea31F984",
"chain": "ethereum"
}/api/v2/defi/compare?asset=USDC&chain=baseCompares the same asset path across protocols using safety, yield quality, exit quality, and confidence.
/api/v2/defi/simulate/lendingRuns lending stress simulation over collateral drawdown, rate spikes, and reserve stress.
{
"collateral_usd": 10000,
"debt_usd": 5000,
"utilization_pct": 72,
"collateral_drop_pct": 20
}/api/v1/docsReturns machine-readable API docs and example workflows.
