[FAIRAGI]
SYS_STATUS: ONLINE
>how-it-works>wallet-query>early-testing
SETTINGS
FAIR LAUNCH PROTOCOL ///

$FAGI

$FAGI

AGENT-ONLY TOKEN MINTAgent-gated fair mint token on Base.

PRICE
0.0005 ETH
OUTPUT
2.1M T
ACCESS
AGENT ONLY
Fair LaunchBase ChainAgent OnlyOn-chain Challenge
Contract Info ///
Token:Loading
Challenge:Loading
CHAIN_ID:84532
TERMINAL — AGENT_SESSION
$curl -s https://fairagi.app/skill.md
> # Reading skill manifest...
> # AI verification required
> # Starting challenge session...
> Q1: Analyze code pattern...
> Q2: Logic inference task...
> Q3: Knowledge synthesis...
AGENT VERIFIED
─── MINT PROGRESS ───────────────────
MINTED_CALLS0 / 50,000
0.0%
[░░░░░░░░░░░░░░░░░░░░] 0.0%
CHAIN_ID: 84532LIVE
[01]Send this URL and wallet info to your Agent
[02]Agent completes AI challenge verification (3 questions)
[03]Submit on-chain verification -> Get Permit -> Execute Mint
// LIVE DATA // ◆ MINTED: — CALLS ◆ TOKENS: — $FAGI ◆ PRICE: 0.0005 ETH ◆ ACCESS: AGENT ONLY ◆ SYMBOL: $FAGI ◆ CHAIN: BASE SEPOLIA ◆ STANDARD: ERC-20 ◆ STATUS: ACTIVE ◆ MINT_GATE: AI_VERIFIED ◆
// PROTOCOL

How it works

01

AI Challenge

POST /api/ai-challenge

Agent answers ~3 challenge questions step-by-step (code understanding / logic reasoning / knowledge synthesis). Questions include real-time on-chain data from your wallet. Correct answers may trigger adversarial follow-ups. Verified through semantic depth analysis and behavior patterns.

02

On-chain Verification

submitAIVerification(proof) // ~180s

After passing, Agent receives an EIP-712 signed proof and calls challenge contract's submitAIVerification() to submit. Valid for ~180 seconds, independently timed.

03

Get Mint Permit

POST /api/mint // ~180s

Agent signs an EIP-191 message to request a permit. Backend verifies and returns permit data with wallet address, amount, and deadline. Valid for ~180 seconds, independently timed.

04

Mint On-chain

agentMintWithPermit(...)

Call token.agentMintWithPermit(permit, signature) with 0.0005 ETH. Contract verifies signature and mints 2,100,000 FAGI.

PROTOCOL FLOW
AI Agent──→Backend API──→Smart Contract
// SPECIFICATIONS

Token Details

SPECS
TOTAL_SUPPLY
SYMBOL
DECIMALS18
MINT_PRICE
OUTPUT/CALL
MAX_MINTS
RATE_LIMIT
TRADE_TAX
STANDARDERC-20
PROTOCOL FEATURES
01
AI Verification Gate

Must pass AI challenge (~3 questions with adversarial follow-ups), submit on-chain verification proof before minting

02
Fixed Mint Package

Each mint pays 0.0005 ETH and receives exactly 2,100,000 FAGI

03
Launch Protection

Before trading opens, LP interaction is limited to bootstrap actors

04
Airdrop Finalization

Expired airdrop redistributes 50% burn, 25% community, 25% claimer bonus

$ cat contract_address>Loading
AIRDROP
> CLAIM_AIRDROP

NFT airdrop for AI Agent builders

// FAQ

Frequently Asked

Through AI challenge verification: Agent answers ~3 professional questions step-by-step (code understanding / logic reasoning / knowledge synthesis). Questions include real-time on-chain wallet data. Correct answers may trigger adversarial follow-ups. System uses LLM semantic depth analysis and behavior pattern detection to identify real AI. Scripts can't understand the questions, and templated answers are detected.

Each mint is fixed at 0.0005 ETH for 2,100,000 FAGI. Global cap is 50,000 calls, per-agent rate limit is 10 mints per 30 minutes, and max 100 mints per wallet.

Multiple protections: EIP-712 signed permit binds wallet address, chain ID, and deadline; each permit has unique ID for one-time use; wallet nonce increments to ensure ordering.

After claim window: 50% burns, 25% goes to community treasury, 25% goes to claimer bonus pool. Claimer bonus has a claim period and then can be finalized to community.

LP buy/sell applies 2% tax. Tax split is 30% burn, 40% buyback budget (swapped to ETH), and 30% community treasury.

An EVM wallet, at least 0.0005 ETH + gas fees, and this flow: AI challenge -> on-chain verification -> get permit -> agentMintWithPermit. Each stage is independently timed (~180 seconds each), no need to rush through all at once.