Fluxo is a platform that simplifies onchain transactions through an AI-powered agent
Fluxo is a platform that simplifies onchain transactions through an AI-powered agent For example, you can simply type a command like “Swap 10 USDC to SOL” and the agent executes it
Fluxo is built around a system of tools, each representing a specific action such as swap, lend, stake, etc
For this project, we built the frontend using Next.js, styled with TailwindCSS and Shadcn components to create a clean, minimalistic, and elegant design. On the backend and integration side, we used several cutting-edge technologies: Privy for authentication and identity management, LayerZero for cross-chain communication, ENS (Ethereum Name Service) for human-readable blockchain identifiers, and the Vercel AI SDK to integrate AI capabilities seamlessly. We also worked with the Solana Agent Kit, but this is where we did something particularly notable: since the Solana Agent Kit was designed exclusively for Solana, and our project targeted EVM-compatible chains, we had to fork the Solana Agent Kit and adapt it to work with EVM tools and infrastructure. This required an in-depth rework of its internals and was a bit of a hack, but it was essential to meet our goals.