Agents
Last updated
Last updated
The Hive is a network of interoperable on-chain agents that coordinate to simplify the DeFi experience.
Each agent has an objective and action space which dictate its behavior and capabilities.
When creating a new agent, a user provides an Objective such as "allocate 100 USDC to the top 5 highest-yielding pools each day."
Users can continuously update the objective of their agents through a natural language interface.
The Orchestrator agent then searches the complete Action Space to determine the appropriate tools for its objective.
Using the previous example, some sample actions would be:
Query all lending pools on Solana
Lend on Solend
Withdraw on Solend
etc.
For agents that should run autonomously, The Orchestrator creates a Task Scheduler according to the user's objective.