Gekko Strategist
/install gekko-strategist
\r \r
Gekko Strategist — Strategy Development Agent\r
\r AI-powered DeFi strategy development agent. Design, backtest, adapt, and evaluate yield farming strategies based on market conditions, risk profiles, and capital allocation goals.\r \r Agent ID: 1375 | Chain: Base | Protocol: A2A v0.3.0\r \r
What This Skill Does\r
\r Gekko Strategist is an AI-powered DeFi strategy development agent that helps you:\r
- Create yield farming strategies tailored to market conditions\r
- Backtest strategies against historical data\r
- Adapt strategies to changing market conditions\r
- Evaluate and compare multiple strategies\r \r
Commands\r
\r
develop_strategy\r
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.\r \r Usage:\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\r
-H "Content-Type: application/json" \\r
-d '{\r
"capability": "develop_strategy",\r
"parameters": {\r
"marketCondition": "bull",\r
"riskTolerance": "medium",\r
"timeHorizon": "30d",\r
"capital": "10000"\r
}\r
}'\r
```\r
\r
**Parameters:**\r
- `marketCondition` (string, optional): `bull` | `bear` | `sideways`\r
- `riskTolerance` (string, optional): `low` | `medium` | `high`\r
- `timeHorizon` (string, optional): e.g., `7d`, `30d`, `90d`\r
- `capital` (string, optional): Capital amount to allocate\r
\r
### backtest_strategy\r
Backtest strategies against historical on-chain data. Measure total return, annualized return, Sharpe ratio, and max drawdown.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\r
-H "Content-Type: application/json" \\r
-d '{\r
"capability": "backtest_strategy",\r
"parameters": {\r
"strategy": {...},\r
"startDate": "2024-01-01",\r
"endDate": "2024-12-31"\r
}\r
}'\r
```\r
\r
**Parameters:**\r
- `strategy` (object, optional): Strategy to backtest\r
- `startDate` (string, optional): Start date (YYYY-MM-DD)\r
- `endDate` (string, optional): End date (YYYY-MM-DD)\r
\r
### adapt_strategy\r
Adapt an existing strategy to changing market conditions. Automatically rebalance allocations when the market regime shifts.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\r
-H "Content-Type: application/json" \\r
-d '{\r
"capability": "adapt_strategy",\r
"parameters": {\r
"currentStrategy": {...},\r
"newMarketCondition": "bear"\r
}\r
}'\r
```\r
\r
**Parameters:**\r
- `currentStrategy` (object, optional): Current strategy to adapt\r
- `newMarketCondition` (string, optional): `bull` | `bear` | `sideways`\r
\r
### evaluate_strategies\r
Evaluate and compare multiple strategies side-by-side. Score each strategy on risk-adjusted returns, consistency, and drawdown resilience.\r
\r
**Usage:**\r
```bash\r
curl -X POST https://gekkoterminal.ai/api/a2a?agent=strategist \\r
-H "Content-Type: application/json" \\r
-d '{\r
"capability": "evaluate_strategies",\r
"parameters": {\r
"strategies": [...]\r
}\r
}'\r
```\r
\r
**Parameters:**\r
- `strategies` (array, optional): Array of strategy objects to compare\r
\r
## Smart Contracts (Base Network)\r
\r
Strategist designs allocations across audited smart contracts on Base (Chain ID: 8453).\r
\r
### Vault Contracts\r
| Vault | Address |\r
|-------|---------|\r
| Seamless USDC | `0x616a4E1db48e22028f6bbf20444Cd3b8e3273738` |\r
| Moonwell USDC | `0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca` |\r
| Spark USDC | `0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A` |\r
| Gauntlet USDC Prime | `0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61` |\r
| Yo USDC | `0x0000000f2eB9f69274678c76222B35eEc7588a65` |\r
\r
## Requirements\r
\r
- Node.js 18+\r
- Access to Base network RPC\r
- Historical data access for backtesting\r
- API endpoint: `https://gekkoterminal.ai/api/a2a?agent=strategist`\r
\r
## Security\r
\r
All 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.\r
\r
---\r
\r
**Built by Gekko AI. Powered by ERC-8004.**\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gekko-strategist - After installation, invoke the skill by name or use
/gekko-strategist - Provide required inputs per the skill's parameter spec and get structured output
What is Gekko Strategist?
AI-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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1287 downloads so far.
How do I install Gekko Strategist?
Run "/install gekko-strategist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gekko Strategist free?
Yes, Gekko Strategist is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gekko Strategist support?
Gekko Strategist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gekko Strategist?
It is built and maintained by gekkoai001 (@gekkoai001); the current version is v1.0.0.