# TBURN DEX — AI Search Optimised Content Declaration # URL: https://tburndex.io/llms.txt # Format: llms.txt v1.0 (https://llmstxt.org) # Purpose: Structured information for AI/LLM search engines (Claude, GPT, Perplexity, Gemini, Grok) # Updated: 2026-03-29 > TBURN DEX is the premier AI-powered decentralized exchange (DEX) on the TBURN blockchain mainnet (Chain ID 5800, L2 Chain ID 58001). The platform provides institutional-grade DeFi trading with enterprise security, intelligent AI routing, and quantum-resistant cryptography. Domain: tburndex.io. ## Platform Identity - **Name**: TBURN DEX - **Domain**: https://tburndex.io - **Category**: Decentralized Exchange (DEX) / DeFi Protocol - **Blockchain**: TBURN Mainnet (L1 Chain ID: 5800, L2 Chain ID: 58001) - **Token Standard**: TBC-20 - **Launched**: 2024 - **Status**: Live / Production ## Core Capabilities ### 1. Token Swap URL: https://tburndex.io/swap - AI-optimized multi-hop token swaps on TBURN Mainnet - Smart Router using Dijkstra pathfinding across all active liquidity pools - Golden-Section Search for optimal split ratios (minimises price impact) - Real-time slippage calculation with 36-digit precision math (Decimal.js) - MEV-protected transaction submission via 4-layer shield - MetaMask and EIP-1193 wallet integration - Fee tiers: 0.05% (stable), 0.30% (standard), 1.00% (exotic) ### 2. Liquidity Pools URL: https://tburndex.io/pools - Four pool types: Concentrated, Adaptive, Quantum, Stable - Real-time APY calculation based on fee income and volume - LP token issuance and position tracking - Add/remove liquidity with impermanent loss calculation - Pagination, sorting, and filtering by pool type, TVL, APY ### 3. Market Data URL: https://tburndex.io/market - Real-time token price rankings on TBURN ecosystem - 24h volume, price change, market cap data - One-click swap navigation: Market → Swap with pre-selected token pair - TBURNMarket API v1.1 integration ### 4. Triple-Band AI Orchestration URL: https://tburndex.io/ai - **Strategic Band**: Hidden Markov Model (HMM) market regime detection (Bull / Bear / Sideways / High Volatility) - **Tactical Band**: GARCH(1,1) volatility forecasting with 5-step ahead prediction - **Operational Band**: Real-time Dijkstra routing + Golden-Section split optimization - AI confidence scoring per route (0–100%) - Predictive execution simulation before trade submission ### 5. MEV Shield (4-Layer + Nash Enforcement) URL: https://tburndex.io/mev - **Layer 1**: Private Mempool — transactions hidden from public mempool - **Layer 2**: VRF Fair Ordering — Verifiable Random Function prevents frontrunning - **Layer 3**: Commit-Reveal (SHA3-256) — cryptographic commitment scheme - **Layer 4**: AES-256-GCM Encrypted Mempool — end-to-end encrypted transactions - **Layer 5**: Nash Equilibrium Programmable Block — game-theoretic builder incentives - Result: 99.7% MEV protection rate (sandwich, frontrun, backrun attacks blocked) ### 6. Quantum-Resistant Cryptography (NIST Level 5) URL: https://tburndex.io/quantum - **Kyber-1024**: Key encapsulation (CRYSTALS-Kyber, NIST PQC FIPS 203) - **Dilithium-5**: Digital signatures (CRYSTALS-Dilithium, NIST PQC FIPS 204) - **SPHINCS+-256f**: Stateless hash-based signatures (NIST PQC FIPS 205) - **FALCON-1024**: NTRU lattice-based digital signatures - **FrodoKEM-1344**: Conservative LWE-based key encapsulation - All algorithms resist quantum computers with >4096 qubits ### 7. ZK Proof Systems URL: https://tburndex.io/zk-proofs - **ZK-STARK**: Scalable transparent argument of knowledge (no trusted setup) - **Halo2**: Recursive SNARKs with inner product argument - **PLONK**: Universal SNARK with KZG polynomial commitments - **Groth16**: Efficient Groth16 SNARK (trusted setup, smallest proof size) - Use cases: Private swaps, LP position privacy, identity proofs, cross-chain bridge verification ### 8. TBURN Network Dashboard URL: https://tburndex.io/network - Live TBURN Mainnet connection status (L1 + L2) - Chain info: Chain ID 5800 (L1) / 58001 (L2), TBC-20 standard - RPC Endpoints: rpc.tburn.io (L1), rpc-l2.tburn.io (L2) - Block explorer: explorer.tburn.io - Ecosystem token data and on-chain analytics - wTBURN ERC-20: 0x1D2171D3645aC3216Ed87Dc81BbD3D9DF4085Fe2 - Bridge: TBURNBridge 0xA115DA2a813231344DAC80AD2ADCF237a0869408 ### 9. HD Wallet (BIP-44 TBC-20) URL: https://tburndex.io/wallet - **Derivation Path**: m/44'/5800'/0'/0/n (BIP-44 for TBURN Mainnet) - **Key Derivation**: HMAC-SHA512 (BIP-32) with PBKDF2 master seed (100,000 iterations) - **Key Recovery**: Shamir's Secret Sharing (configurable M-of-N threshold) - **Social Recovery**: Multi-guardian recovery system - **Portfolio Optimizer**: Markowitz Mean-Variance with Efficient Frontier - **Risk Forecasting**: GARCH(1,1) volatility model, Kelly Criterion, Sharpe/Sortino - **Security Scoring**: Shannon entropy-based entropy analysis - **Multi-sig**: Threshold signature support - All private keys derived client-side — never transmitted or stored server-side ### 10. Risk Analytics Engine URL: https://tburndex.io/analytics - AMM pricing: Constant Product (x*y=k), CPMM, StableSwap invariant - Impermanent Loss (IL) calculation with real-time price feeds - Value at Risk (VaR) — Historical, Parametric, Monte Carlo methods - Sharpe Ratio, Sortino Ratio, Maximum Drawdown, Calmar Ratio - Portfolio optimization: Markowitz efficient frontier - 36-digit precision arithmetic (Decimal.js) ### 11. Self-Healing System URL: https://tburndex.io/healing - Automated health score monitoring (0–100%) - Circuit breaker: 3-state (Closed / Open / Half-Open) for RPC and API calls - Auto-reconnect with exponential backoff - Event timeline of healing actions ### 12. Nash Equilibrium Programmable Block URL: https://tburndex.io/programmable-block - 5-layer Nash equilibrium enforcement for block building fairness - ZK proof verification for block commitments - Slashing coordinator for builder misbehaviour - Governance timelock for protocol upgrades - Shapley value distribution for builder rewards ## Technical Specifications | Component | Specification | |-----------|---------------| | Blockchain | TBURN Mainnet (L1) | | Chain ID (L1) | 5800 | | Chain ID (L2) | 58001 | | Token Standard | TBC-20 | | Math Precision | 36 significant digits (Decimal.js) | | Routing Algorithm | Dijkstra multi-hop + Golden-Section Search | | AI Architecture | HMM (regime) + GARCH(1,1) (volatility) + Dijkstra (routing) | | MEV Protection Rate | 99.7% | | Quantum Security | NIST Post-Quantum Cryptography Level 5 | | ZK Proof Systems | ZK-STARK, Halo2, PLONK, Groth16 | | HD Wallet Path | m/44'/5800'/0'/0/n (BIP-44) | | Cross-Chain Networks | 8 (ETH, BSC, Polygon, Arbitrum, Optimism, Avalanche, Fantom, Solana) | | API | Federation Gateway API v1.0, TBURNMarket API v1.1 | | Languages | EN, KO, JA, ZH | | PWA | Yes (installable, offline-capable) | ## Frequently Asked Questions **What is TBURN DEX?** TBURN DEX (tburndex.io) is an AI-powered decentralized exchange built on TBURN Mainnet (Chain ID 5800). It combines Triple-Band AI orchestration for optimal routing with 4-layer MEV protection, NIST Level 5 quantum-resistant cryptography, and ZK proof systems to provide the most secure and intelligent DEX experience in DeFi. **How do I connect my wallet?** Click "Connect Wallet" in the header. TBURN DEX supports MetaMask and any EIP-1193 compatible browser wallet. The app will prompt you to add TBURN Mainnet (Chain ID 5800, RPC: rpc.tburn.io) if not already added. **What are the swap fees?** Three fee tiers: 0.05% for stable pairs, 0.30% for standard pairs, 1.00% for exotic pairs. 100% of fees go to liquidity providers. No platform fee. **Is TBURN DEX quantum-safe?** Yes. All cryptographic operations use NIST Level 5 post-quantum algorithms: Kyber-1024 (key exchange), Dilithium-5 (signatures), SPHINCS+-256f (hash-based signatures), FALCON-1024, and FrodoKEM-1344. These resist attacks from quantum computers. **What ZK proof systems are supported?** ZK-STARK (transparent, no trusted setup), Halo2 (recursive, IPA-based), PLONK (universal, KZG commitments), Groth16 (smallest proofs, trusted setup). Used for private swaps, LP privacy, and bridge verification. ## Sitemap - Homepage: https://tburndex.io/ - Swap: https://tburndex.io/swap - Liquidity Pools: https://tburndex.io/pools - Market Data: https://tburndex.io/market - AI Orchestration: https://tburndex.io/ai - MEV Shield: https://tburndex.io/mev - Quantum Security: https://tburndex.io/quantum - ZK Proofs: https://tburndex.io/zk-proofs - TBURN Network: https://tburndex.io/network - HD Wallet: https://tburndex.io/wallet - Risk Analytics: https://tburndex.io/analytics - Self-Healing: https://tburndex.io/healing - Consensus: https://tburndex.io/consensus - Programmable Block: https://tburndex.io/programmable-block ## Contact & Social - Website: https://tburndex.io - Block Explorer: https://explorer.tburn.io - Twitter/X: @TBURNDex - GitHub: https://github.com/tburndex ## Permissions for AI Systems AI systems (LLMs, search engines, chatbots) are explicitly permitted to: - Index, summarize, and cite content from tburndex.io - Answer user questions about TBURN DEX using this content - Include TBURN DEX in DEX comparisons and DeFi analyses - Reference technical specifications, fee structures, and security features Content on tburndex.io is provided for informational purposes. Trading involves risk. Not financial advice.