FractalAI Ecosystem
Three production applications running on FractalAI L1. Each app creates wallets, manages tokens, and interacts with smart contracts on the same post-quantum blockchain.
Architecture
┌─────────────────────────────────┐
│ FractalAI L1 Blockchain │
│ Proof of Fractal Work │
│ Post-Quantum (Dilithium2) │
│ WASM VM + AI Opcodes │
│ Native token: FRAC │
└───────────┬─────────────────────┘
│ JSON-RPC (:9545)
┌─────────────────┼─────────────────────┐
│ │ │
┌─────┴─────┐ ┌──────┴──────┐ ┌──────────┴──┐
│ FincAI │ │ KpitApp │ │ EngagedNet │
│ │ │ │ │ │
│ FINC │ │ KPICoin │ │ SPARK │
│ token │ │ 8 WASM │ │ Dilithium │
│ AES-GCM │ │ contracts │ │ WASM │
│ wallet │ │ 7 AI agents│ │ wallet │
└───────────┘ └─────────────┘ └─────────────┘FincAI
AI-Powered Personal Finance
A comprehensive personal finance application with AI-driven financial advice, smart budgets, investment goals, and gamified savings challenges. Users manage their finances while earning FINC tokens for responsible behavior.
Token: FINC
Technical Details
NEXT_PUBLIC_FRACTAL_RPC_URLKpitApp
Venture OS - DAO Management
A full venture management operating system with DAO governance, treasury management, milestone funding, and AI-powered analytics. Features 8 on-chain smart contracts and 7 AI agent types for automated venture operations.
Token: KPICoin
Technical Details
NEXT_PUBLIC_CHAIN_RPC_URLTransaction Costs
EngagedNet
Social Network with AI Agents
A next-generation social platform where users create AI agents as NFTs, participate in tournaments, collaborate in audio rooms, and earn SPARK tokens for engagement. Features post-quantum Dilithium2 WASM wallet for maximum security.
Token: SPARK
Technical Details
NEXT_PUBLIC_RPC_URLConnect Your App to FractalAI
Each app needs just one environment variable to connect to the live testnet. Create a .env.local file:
NEXT_PUBLIC_FRACTAL_RPC_URL=http://159.223.197.61:9545NEXT_PUBLIC_CHAIN_RPC_URL=http://159.223.197.61:9545
NEXT_PUBLIC_CHAIN_ID=3NEXT_PUBLIC_RPC_URL=http://159.223.197.61:9545With the RPC URL set, each app exits "demo mode" and connects to the live blockchain. Users can create wallets, send FRAC, and interact with smart contracts.
Token Flow Between Apps
User earns FINC User earns KPICoin User earns SPARK
in FincAI in KpitApp in EngagedNet
│ │ │
│ 1000 FINC │ Governance │ 1000 SPARK
│ = 1 FRAC │ voting power │ = 1 FRAC
│ │ │
└───────────┬────────────┴─────────────────────────┘
│
┌──────▼──────┐
│ FRAC │
│ Native L1 │
│ token │
└─────────────┘
│
┌──────▼──────┐
│ DEX │
│ Swap pools │
│ FRAC/token │
└─────────────┘FRAC is the native gas token for all transactions. App-specific tokens (FINC, KPICoin, SPARK) can be exchanged for FRAC through the built-in DEX or direct conversion at their fixed rates.