Core Features
Last updated
Last updated
NODO NexusAI is a decentralized financial AI agent system that combines on-chain data analysis with AI-powered trading insights. The system consists of interconnected modules for data collection, analysis, and user interaction through specialized AI agents.
The AI Agent operates as a blockchain data analysis and interaction system primarily focused on the Sui network. It continuously indexes and filters wallet and token addresses based on specific criteria, including market capitalization, recency, and holder count. For each wallet, it analyzes five key performance metrics: transaction-specific PnL, win rate, holdings, and both 7-day and 30-day PnL calculations.
Note: The PnL calculations follow a straightforward formula of (sell price × quantity) - (buy price × quantity), providing users with clear performance metrics for their trading activities. For example, if an asset purchased at $3,000 is now worth $4,000, with a balance of 1 ETH, the calculated PnL would be $1,000.
When users interact with the chatbot, their inputs are processed through a knowledge base that categorizes queries into several types: token address verification, copy trade checking, wallet analysis, top trader identification, and token holder analysis. The system has four main sub-agents: Token Address, Top Trader Wallet, Token List, and User Wallet Address agents.
The system requires Sui wallet authentication for user access and authorization. Once connected, the agent can perform various blockchain interactions, including token transfers, swaps, and balance viewing. While the current scope doesn't include persistent memory functionality, the architecture is designed to handle complex on-chain data retrieval and user interaction patterns through a structured prompt engineering system backed by on-chain database information.