Agents

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.
Objective
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.
Action Space
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.
Task Scheduler
For agents that should run autonomously, The Orchestrator creates a Task Scheduler according to the user's objective.
Last updated