Omnichain AI trading dApp with easy web2/web3 onboarding and user-oriented trading options.
NeuroTrade.eth is an innovative omnichain AI trading platform that empowers users to trade across multiple blockchains seamlessly. The project uses Privy for user onboarding and wallet management, making it easy for web2 users to onboard, ensuring a smooth, secure experience without forcing web3 users to manage seed phrases. Once onboarded, users can choose between three trading modes: AI-generated trade suggestions, fully automated trading driven by AI decisions, or user-defined trading rules (e.g., “Buy ETH on Arbitrum if price drops below $2400”).
All sensitive data, such as user-defined trading rules or proprietary AI parameters, can be stored and computed privately using Oasis ROFL, keeping user strategies confidential while still allowing on-chain validation proofs. ENS integration with the neurotrade.eth domain is used to publicly identify the platform and store metadata like supported chains or agent versions.
The AI core is implemented as a Python-based Fetch.AI uAgent, deployed on Agentverse. This agent consumes on-chain data, processes market analysis, and produces trading signals or decisions. A FastAPI backend bridges the gap between this Python agent and the frontend built in JavaScript/TypeScript, exposing endpoints for the frontend to request AI insights.
For trading execution, the project uses the 1inch Fusion+ API for both single-chain and cross-chain swaps, avoiding the need for separate bridging solutions. Fusion+ enables routing liquidity and executing swaps across different networks while abstracting away the complexity of manual bridging from users. Altogether, NeuroTrade.eth delivers a robust, privacy-preserving, AI-enhanced trading experience that operates seamlessly across chains, combining cutting-edge DeFi protocols and privacy tech to make sophisticated trading accessible to everyday users.
This project uses Privy for seamless user onboarding and wallet management, allowing users to sign in with email, social logins, or external wallets without handling seed phrases themselves. The AI trading logic was built using Fetch.AI’s uAgent framework, which processes on-chain data and generates trading signals. For executing token swaps, both single-chain and cross-chain, we integrated the 1inch Fusion+ API to achieve efficient, decentralized trading without relying on traditional bridges.