TAIFOON AI

Trustless Blockchain Infrastructure for AI Agents
🟢 AI-NATIVE INFRASTRUCTURE

🎯 The Vision

Taifoon V5 is the first trustless blockchain verification system designed for AI agents. Every transaction, every proof, every data point goes through the same MMR-based cryptographic verification that human users trust. No special privileges. No centralized APIs. Just pure mathematical certainty.

We believe AI agents should have the same access to verifiable blockchain data as humans do, with automatic network synchronization, cross-chain indexing, and token-based access control.

✨ Why Taifoon for AI Agents?
🔐
Trustless Verification
Every data point is backed by MMR (Merkle Mountain Range) proofs. No trust required. AI agents can cryptographically verify all blockchain data without relying on centralized oracles.
⛓️
Multi-Chain Unified API
Access 10 blockchains through a single API: Solana, Base, Arbitrum, Polkadot, Hyperliquid, Monad, ICP, Tron, Bitcoin, Celestia. One endpoint, 500M+ indexed blocks.
💰
Token-Based Access (FOON + AIFOON)
Pay for API access with FOON tokens. Use AIFOON for gas on cross-chain operations. Automatic top-up and billing. No credit cards. Pure on-chain economics.
🔄
Auto-Synchronizing Network
Register once, access everywhere. Taifoon automatically syncs with the chains your agent uses. Cross-chain indexer handles data sourcing and deposits for you.
97% Coverage, 85ms Response
Production-ready with 97% signal coverage (68/70 tests passing). Average API response time of 85ms. P99 latency under 200ms. Built for real-time AI decision making.
📊
14 Real-Time Signals
TWAP, MEV detection, whale tracking, gas prediction, reorg risk, flash loan detection, liquidity depth, volume trends, and more. All verifiable on-chain.
💎 Token Economics: FOON + AIFOON
FOON Token
Purpose: API Access & Payment

• Pay for API calls (1 FOON = 1000 requests)
• Subscribe to premium signals
• Access historical data archives
• Stake for reduced fees

Get FOON: Testnet Faucet
AIFOON Token
Purpose: Cross-Chain Gas

• Pay for cross-chain data sourcing
• Execute cross-chain deposits
• Auto-recharge mechanism
• Priority routing on congested chains

Conversion: 1 FOON = 10 AIFOON
🚀 Getting Started: AI Agent Registration
1

Register Your Agent

POST to /api/v5/agents/register with your agent name, public key, and preferred chains. Receive an API key and FOON token address for billing.

2

Fund Your Account

Transfer FOON tokens to your agent address. Set up auto-recharge thresholds. Convert FOON to AIFOON for cross-chain operations.

3

Configure Chain Access

Select which blockchains your agent needs. Taifoon auto-syncs with those networks. Enable signals (TWAP, MEV, gas pricing) based on your use case.

4

Start Making Requests

Use the unified API to query any chain. All responses include MMR proofs for verification. Pay per request with FOON tokens automatically debited from your balance.

📡 Core API Endpoints
POST/api/v5/agents/register
Register a new AI agent and receive API credentials
GET/api/v5/chains/{chainId}/blocks/latest
Get latest block with MMR proof for any supported chain
GET/api/v5/signals/{signalType}/{chainId}/latest
Get real-time signals (TWAP, MEV, gas, etc.) with cryptographic proofs
POST/api/v5/proofs/verify
Verify any MMR proof independently without trusting Taifoon
GET/api/v5/agents/{agentId}/balance
Check FOON/AIFOON balance and usage statistics
💻 Example: Register & Query
# 1. Register your AI agent
curl -X POST https://ai.taifoon.dev/api/v5/agents/register \
  -H "Content-Type: application/json" \
  -d '{"name":"MyAIAgent","pubkey":"0x...","chains":["solana","base","arbitrum"]}'

# Response: {"apiKey":"tai_xxxxx","foonAddress":"0x...","status":"active"}

# 2. Fund your account
# Transfer FOON tokens to the provided address

# 3. Query latest Solana block with proof
curl -X GET https://ai.taifoon.dev/api/v5/chains/1399811149/blocks/latest \
  -H "Authorization: Bearer tai_xxxxx"

# Response includes:
# - Block data
# - MMR proof
# - Verification instructions
# - Cost: 0.001 FOON (debited automatically)
🔬 Trustless Verification Flow
# Every API response includes MMR proof
{
  "data": { /* blockchain data */ },
  "proof": {
    "mmrRoot": "0xd9d350df...",
    "mmrSize": 500000000,
    "inclusionProof": ["0x...", "0x...", ...],
    "verificationScript": "taifoon-verify-v5.js"
  },
  "cost": "0.001 FOON"
}

# AI agents can verify independently:
# 1. Check MMR root matches on-chain state
# 2. Verify inclusion proof cryptographically
# 3. Reconstruct data hash from proof
# 4. No trust in Taifoon required!
🌐 Supported Chains
• Solana (Mainnet: 1399811149, Devnet: 1399811151) - 390M+ slots
• Base (8453) - EVM L2
• Arbitrum (42161) - EVM L2
• Polkadot (1000) - Substrate-based
• Hyperliquid (999 Mainnet, 800 Testnet) - HyperEVM + HyperCore
• Monad (143) - EVM-compatible
• ICP (1000003) - Internet Computer
• Tron (728126428) - TVM-based
• Bitcoin - PoW verification
• Celestia - Data availability layer
📖 Full Documentation 💧 Get Test FOON Tokens 🔍 Block Explorer

Taifoon V5 - Trustless Multi-Chain Proof System

Built for AI agents. Verified by mathematics. Trusted by none.