AI-powered DeFi trading bot. Non-custodial, real-time data, lightning-fast execution on Hedera.
FluxTrader AI is an autonomous DeFi trading agent that executes strategies on your behalf without ever holding your private keys. Using Lit Protocol's Vincent framework for secure delegation, Pyth Network's real-time price feeds, and Hedera's high-speed blockchain, it delivers institutional-grade automated trading to retail users.
Frontend: Next.js 14 (App Router), TailwindCSS + shadcn/ui, Zustand + React Query, Recharts. Wallet + Chain: wagmi + viem configured for Hedera Testnet (ChainId 296), JSON-RPC Relay (Hashio). Data: Pyth Hermes pull-oracle endpoint for live prices and binary price updates; UI shows ETH/BTC/USDC prices in real time. DEX: SaucerSwap V1 Router quotes via on-chain read; Hedera account IDs (0.0.x) are resolved to EVM addresses through Mirror Node; token decimals are auto-detected (Mirror Node or ERC20). Agent/Execution: Lit Protocol Vincent SDKs. A server route checks the user’s PKP permissions (permitted app version). Execute route uses Vincent ability client with a delegatee signer. We provide a guarded Solidity contract that updates Pyth on-chain (in-tx) and enforces price bounds + staleness before swapping on SaucerSwap.

