Aegis Agents

The Aegis architecture fundamentally relies on an agent-based model rather than a traditional monolithic smart contract application. This system is composed of two distinct groups of agents: the Chatbot Agents and the AutoFi Agents. These groups operate in separate environments to ensure security and functional specialization.

Chatbot Agents (The Interaction Layer)

The Chatbot Agents represent the user interface of the Aegis protocol. These agents are responsible for all natural language interactions.

Responsibilities

  • Intent Recognition: Parsing user messages to understand requests (e.g., "Deposit 100 USDC", "Explain my yield").

  • Guidance: Walking users through complex flows like Strategy Configuration or Deposit initiation.

  • Information Retrieval: Querying the knowledge base to answer questions about the protocol, DeFi concepts, or specific account states.

Operational Limits

circle-exclamation

AutoFi Agents (The Execution Layer)

The AutoFi Agents constitute the backend engine of the protocol. They are the autonomous executors tasked with the actual management of capital. Like the Chatbot Agents, they operate within a secure, server-side environment with restricted access to the Agent Addresses.

Responsibilities

  • Market Monitoring: Continuously tracking data points such as APY, Total Value Locked (TVL), and utilization rates across integrated protocols.

  • Decision Making: Selecting the optimal "Instrument" (DeFi pool or vault) based on the user's active Strategy and Preferences.

  • Execution: Constructing and broadcasting transactions to open, close, or rebalance positions.

  • Risk Management: Analyzing real-time risk factors (liquidity depth, social signals) and triggering defensive maneuvers when necessary.

Architecture

The AutoFi workflow is designed to handle the complex lifecycle of DeFi investments, ensuring that the rigorous logic required for financial execution is isolated from the conversational logic of the user interface.