gekko-strategistAI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals. The brain of the Gekko system.
Install via ClawdBot CLI:
clawdbot install gekkoai001/gekko-strategistAI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals.
Agent ID: 1375 | Chain: Base | Protocol: A2A v0.3.0
Gekko Strategist is an AI-powered DeFi strategy development agent that helps you:
Create yield farming strategies tailored to current market conditions. Allocate across multiple vaults with weighted positions optimized for the user's risk tolerance and time horizon.
Usage:
```bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \
-H "Content-Type: application/json" \
-d '{
"capability": "develop_strategy",
"parameters": {
"marketCondition": "bull",
"riskTolerance": "medium",
"timeHorizon": "30d",
"capital": "10000"
}
}'
```
Parameters:
marketCondition (string, optional): bull | bear | sidewaysriskTolerance (string, optional): low | medium | hightimeHorizon (string, optional): e.g., 7d, 30d, 90dcapital (string, optional): Capital amount to allocateBacktest strategies against historical on-chain data. Measure total return, annualized return, Sharpe ratio, and max drawdown.
Usage:
```bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \
-H "Content-Type: application/json" \
-d '{
"capability": "backtest_strategy",
"parameters": {
"strategy": {...},
"startDate": "2024-01-01",
"endDate": "2024-12-31"
}
}'
```
Parameters:
strategy (object, optional): Strategy to backteststartDate (string, optional): Start date (YYYY-MM-DD)endDate (string, optional): End date (YYYY-MM-DD)Adapt an existing strategy to changing market conditions. Automatically rebalance allocations when the market regime shifts.
Usage:
```bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \
-H "Content-Type: application/json" \
-d '{
"capability": "adapt_strategy",
"parameters": {
"currentStrategy": {...},
"newMarketCondition": "bear"
}
}'
```
Parameters:
currentStrategy (object, optional): Current strategy to adaptnewMarketCondition (string, optional): bull | bear | sidewaysEvaluate and compare multiple strategies side-by-side. Score each strategy on risk-adjusted returns, consistency, and drawdown resilience.
Usage:
```bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \
-H "Content-Type: application/json" \
-d '{
"capability": "evaluate_strategies",
"parameters": {
"strategies": [...]
}
}'
```
Parameters:
strategies (array, optional): Array of strategy objects to compareStrategist designs allocations across audited smart contracts on Base (Chain ID: 8453).
| Vault | Address |
|-------|---------|
| Seamless USDC | 0x616a4E1db48e22028f6bbf20444Cd3b8e3273738 |
| Moonwell USDC | 0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca |
| Spark USDC | 0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A |
| Gauntlet USDC Prime | 0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61 |
| Yo USDC | 0x0000000f2eB9f69274678c76222B35eEc7588a65 |
https://gekkoterminal.ai/api/a2a?agent=strategistAll strategy allocations target audited, open-source vault contracts. Strategist generates allocation recommendations only ā actual execution requires explicit wallet signing through the Executor agent. Smart contracts are subject to third-party audits, formal verification, and bug bounty programs.
Built by Gekko AI. Powered by ERC-8004.
Generated Mar 1, 2026
A crypto hedge fund uses Gekko Strategist to design and backtest yield farming strategies across Base network vaults, optimizing allocations based on real-time market conditions and risk tolerance to maximize risk-adjusted returns for client portfolios.
An individual investor employs the adapt_strategy command to automatically rebalance their DeFi strategy when market conditions change from bull to bear, ensuring their capital is protected and positioned for new opportunities without manual intervention.
A DeFi protocol team uses evaluate_strategies to compare multiple yield farming strategies side-by-side, assessing performance metrics like Sharpe ratio and drawdown to inform protocol upgrades and attract liquidity providers with data-driven insights.
A fintech education platform integrates backtest_strategy to allow users to test historical strategy performance, helping learners understand DeFi dynamics and risk management through interactive simulations without risking real capital.
A venture capital firm leverages develop_strategy to allocate funds across audited vaults on Base, tailoring strategies to specific time horizons and risk profiles for treasury management, enhancing yield while maintaining security compliance.
Offer Gekko Strategist as a subscription-based service where users pay monthly fees for access to advanced strategy development, backtesting, and adaptation features, targeting both retail and institutional clients in the DeFi space.
License the skill to crypto exchanges, wallet providers, or investment apps as an embedded tool, enabling them to offer automated strategy services to their users without building in-house capabilities, generating revenue through licensing fees or revenue-sharing agreements.
Provide personalized strategy consulting using Gekko Strategist, where fees are tied to the performance of implemented strategies, such as a percentage of profits generated, appealing to high-net-worth individuals and funds seeking tailored DeFi solutions.
š¬ Integration Tip
Ensure Node.js 18+ is installed and configure access to Base network RPC endpoints for seamless interaction with smart contracts; use the provided API endpoint with proper JSON formatting for all commands.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.