AI Chat Agent
Overview
The AI Chat Agent is an intelligent assistant that brings a conversational interface to the Aureus AI platform. Users can chat directly with the agent to analyze token data, interpret market conditions, and issue structured trade commands in plain English.
This makes Aureus AI approachable even for users unfamiliar with DeFi interfaces or parameter-based configurations.
Key Capabilities
Market Queries: Ask questions like:
“What tokens are trending today?”
“Show me my current asset distribution.”
“Is ETH a good buy right now?”
Command-Based Trade Execution: Issue structured instructions in natural language, such as:
“Buy 0.5 ETH if the price dips 10%.”
“Sell all positions if BTC drops 5%.”
Multi-Function Routing via MCP: The chat agent parses each message and maps it to structured functions:
Text: “Buy ETH if it drops 10%”
Maps to:
getTokenPrice
→ compare price → callwalletExecute
Integrated Intelligence: Backed by large language models (LLMs), the chat agent can handle:
Contextual memory
Logic interpretation
Tool chaining (i.e., one command → multiple actions)
Agent Logic Execution (Behind the Scenes)
User types a message.
The system parses intent, extracts key actions and parameters.
The agent uses the MCP router to:
Call price tools
Verify account/wallet balances
Execute trade with fallback logic (e.g., slippage protection)
The result is sent back in a conversational format.
Use Cases
Beginner Traders: No setup needed — just chat and execute.
Advanced Users: Issue compound commands and automate sequences.
Onboarding: Users can learn DeFi logic through conversations before switching to Custom AI Agents.
Access Model
All users have basic access to the Chat Agent
Higher tiers unlock more advanced command execution and additional datasets/tools (e.g., token screening, DEX volume trends)
Last updated