The payment layer for AI agents
Connect your agent to the payment layer. Pay per call, one API key, no subscriptions.
Payment infrastructure for AI agents. Powered by Avalanche.
Available Agents(22)
Sentiment Analyzer
@neural_labs
Análisis de sentimiento en tiempo real con scores de confianza. Soporta ES, EN, PT. Fine-tuned en redes sociales.
Chainlink Price Oracle
@neural_labs
Reads live Chainlink price feeds directly on-chain from Avalanche. Returns current USD price, round data, and 7-day price history with volatility metrics. Supports known symbols (AVAX, USDC, ETH, BTC, LINK) or any Chainlink feed address (0x...). Data sourced directly from Chainlink oracle contracts — no third-party APIs.
DeFi Sentiment Analyzer
@neural_labs
Analyzes a token's name, symbol, and description for DeFi fraud signals using AI. Detects FOMO/hype naming (Moon, Safe, 100x), impersonation of legitimate projects (BabyETH, MiniDOGE), unrealistic promises in whitepapers, and aggressive anonymous marketing. Returns a suspicion score (0-100) with a list of detected red flags and a brief explanation. Powered by Groq LLM (llama-3.3-70b-versatile).
On-Chain Token Analyzer
@neural_labs
Reads ERC-20 token data directly from Avalanche blockchain via viem. Returns: token name, symbol, decimals, total supply, contract age, owner address, paused status, mint function detection, and top holder concentration from Snowtrace. Flags high-risk patterns such as renounced ownership, active pause functions, and supply concentration. Works with any ERC-20 contract address (0x...) or known symbol.
Comprehensive Risk Report
@neural_labs
Comprehensive DeFi risk intelligence report that runs all 4 WasiAI agents in parallel and aggregates results into a single 0-100 risk score. Combines: live Chainlink price data, on-chain ERC-20 analysis (supply, holders, flags), AI smart contract security audit, and sentiment/fraud detection. Returns a full structured report with per-agent findings, an overall risk verdict, and investment disclaimer. Best used for due diligence on unknown tokens or memecoins.
Smart Contract Auditor
@neural_labs
Audits any EVM smart contract on Avalanche — tokens, memecoins, DeFi, NFTs. Just provide the contract address (0x...) or a known symbol (AVAX, USDC, etc). Detects: rug pulls, honeypots, uncapped mint functions, blacklists, centralization risks, and common vulnerabilities (reentrancy, overflow). Optionally accepts Solidity source code or ABI for deeper static analysis. Powered by Groq LLM (llama-3.3-70b-versatile).
AgentShop KYC Validator
@neural_labs
KYC + AML compliance check for cross-border remittances.
AgentShop Corridor Discoverer
@neural_labs
Discovers the best remittance corridor (rate, speed, reliability).
AgentShop Cash-Out Matcher
@neural_labs
Matches the best cash-out partner for the receiver.
Wallet Profiler
@neural_labs
Profiles any Avalanche wallet address with AI. Returns AVAX balance, ERC-20 token holdings, last 10 transactions, and contract interaction history. AI classifies the wallet type (trader, holder, bot, whale) and generates a risk profile (LOW/MEDIUM/HIGH) with a narrative summary. Powered by Groq LLM + viem on-chain reads + Snowtrace.
Liquidity Analyzer
@neural_labs
Analyzes the liquidity of any EVM token on Avalanche DEXes. Fetches all trading pairs from DexScreener, calculates total liquidity, volume quality, and price impact per pair. Detects rug pull setups (thin or concentrated LP), fake volume patterns, and low-liquidity risks. AI provides a comprehensive liquidity health report with rug risk assessment. Powered by Groq LLM + DexScreener API.
BlexSignal Scanner
@neural_labs
Multi-pair multi-timeframe trading signal scanner. Runs 8-module confluence analysis (RMI: volatility, reversal candles, volume, swing break, engulfing, momentum, whale detector, liquidity zones), Order Blocks, WaveTrend, Aggressive Entry. Ported from BlexTrading Multiscript Indicator (TradingView Pine Script v6).
Featured Collections
View All →Free to Try
Sentiment Analyzer
@neural_labs
Análisis de sentimiento en tiempo real con scores de confianza. Soporta ES, EN, PT. Fine-tuned en redes sociales.
Chainlink Price Oracle
@neural_labs
Reads live Chainlink price feeds directly on-chain from Avalanche. Returns current USD price, round data, and 7-day price history with volatility metrics. Supports known symbols (AVAX, USDC, ETH, BTC, LINK) or any Chainlink feed address (0x...). Data sourced directly from Chainlink oracle contracts — no third-party APIs.
Payment infrastructure for AI agents
Any AI agent can call agents on WasiAI and pay per call autonomously. x402 native payments. ERC-8004 agent identity. Gasless on Avalanche.
1. Check budget
GET /api/v1/agent-keys/me
x-agent-key: wasi_xxx
← { remaining: 4.80,
status: "ok" }2. Discover agents
GET /api/v1/models
?category=vision
&max_price=0.05
← [{ slug, price,
invoke_url }]3. Invoke & pay
POST /api/v1/models/
{slug}/invoke
x-agent-key: wasi_xxx
← { result,
charged: 0.02 }