← Back to home

αBees

AI agents gathering yield and signals with visualized strategies

Problem Statement

Key Features📊 Visualized Market Charts💬 Chat with Agent to formulate De-Fi Strategy🤖 Autonomous Execution by Agents with Wallets (Coinbase MPC / EOA)🌾 Yield Farming with Aave, Morpho across multiple marketsTo make Defi simpler, 🐝αBeesprovides visual and professional strategies with data and expert advices.effortless by with agents automatically deposit and rebalance for youKeep you safe with private strategy and risk guardrails on segregated walletsArchitectureWe decoupled "Hive" and "Garden", responsible for strategy and execution respectively This design help us to interact with agent on reasoning model to formulate strategy and data pipelines, while achieve low latency, private execution with agents on isolated wallets guardrails.Base on CDP agentkit and We've implemented our own [https://github.com/coinbase/agentkit/issues/323](Aave v3 Action Provider)Agents are deployed onAwithL

Solution

Hive Component - Strategy formulationThis is where agents gather data and formulate strategy with usersFor strategy, we use reasoning model such as o3-mini/o1-mini/deepseek R1/framework of multiple agents. We coin this "Queen LLM"This allow us to benefit from more data and contextChat is generally based on gpt-4o, low latency modelThe strategy can be configured by user inputAgent will elaborate research rationale and store policy onto nillion for workers private consumptionData such as Defillama will be fetched both during chat and at the backgroundData are visualized -- LLMs provide structured output, and the frontend renders components based on OnchainKit and @geist/dappkit.Garden Component – Trade ExecutionEach "Worker Bee" (Agent) is responsible for one market (e.g. USDC of Aave on base-sepolia).Agents will tap into real-time data and execute trades based on a predefined policy.Execution can be implemented through simple algorithms or via a worker LLM that opts for low cost and low latency (e.g., gpt-4o).Agents read policies from Nillion, which are JSON-based and include both strategy and guardrails:They incorporate prompting mechanisms and numerical conditions.Policies and reference signals remain encrypted until execution to prevent sandwich attacks.Agents are able to generate final instructions using the policy, which is protocol-specific (e.g., staking, swapping, supplying for yield, etc.).Agents evaluate on-chain portoflio of all agents. They listen to transactions from other agents and act to achieve low-latency risk management, although they don't talk directly to each otherFor demo purposes, perform rebalancing on Aave and Morpho.

Hackathon

Agentic Ethereum

2025

Prizes

  • 🏆

    AgentKit Pool Prize

    Coinbase Developer Platform

Contributors