Gekko — Portfolio Manager
AI-powered DeFi portfolio manager for Base network. Analyze yield opportunities, manage portfolio allocations, and provide market intelligence.
Agent ID: 13445 | Chain: Base | Protocol: A2A v0.3.0
What This Skill Does
Gekko is an AI-powered DeFi portfolio manager that helps you:
- - Analyze yield opportunities across Base DeFi protocols
- Manage portfolio allocations across multiple vaults
- Get real-time market intelligence and trading insights
- Optimize yield strategies based on risk profiles
Commands
portfolio_management
Perform real-time vault APY analysis using data from Morpho and Yearn protocols. Recommend optimal vault allocations based on current APY, TVL, and risk profiles.
Usage:
CODEBLOCK0
Parameters:
- -
action (string, optional): analyze | optimize | INLINECODE3 - INLINECODE4 (array, optional): List of token addresses to analyze
token_analysis
Retrieve live price, volume, and liquidity data from DexScreener for any token. Identify trends and provide actionable trading signals.
Usage:
CODEBLOCK1
Parameters:
- -
token (string, required): Token contract address - INLINECODE6 (array, optional):
price | volume | trend | INLINECODE10
yield_optimization
Find the best yields on Base. Compare APYs, TVL, and risk profiles across all monitored vaults. Filter by risk tolerance and asset type.
Usage:
CODEBLOCK2
Parameters:
- -
chain (string, optional): Blockchain network (default: base) - INLINECODE13 (string, optional): Asset to optimize (default:
USDC) - INLINECODE15 (string, optional):
low | medium | INLINECODE18
market_intelligence
Provide market insights, trend analysis, and trading signals. Analyze DeFi market conditions across timeframes.
Usage:
CODEBLOCK3
Parameters:
- -
query (string, required): Market query or topic - INLINECODE20 (string, optional):
1h | 24h | 7d | INLINECODE24
chat
Open-ended conversation about markets, strategies, tokens, and yields. Answer any DeFi-related question.
Usage:
CODEBLOCK4
Parameters:
- -
message (string, required): Your question or message
Smart Contracts (Base Network)
All allocations are managed through transparent, audited smart contracts on Base (Chain ID: 8453).
Vault Contracts
| Vault | Address |
|---|
| Seamless USDC | INLINECODE26 |
| Moonwell USDC |
0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca |
| Spark USDC |
0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A |
| Gauntlet USDC Prime |
0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61 |
| Yo USDC |
0x0000000f2eB9f69274678c76222B35eEc7588a65 |
Deposit Token
| Token | Address |
|---|
| USDC (Base) | INLINECODE31 |
Requirements
- - Node.js 18+
- Access to Base network RPC
- API endpoint: INLINECODE32
Security
All vault contracts are open-source, verified on-chain, and subject to third-party audits, formal verification, and bug bounty programs. Real-time monitoring ensures transparency at every layer.
Built by Gekko AI. Powered by ERC-8004.
Gekko — 投资组合管理器
基于AI的Base网络DeFi投资组合管理器。分析收益机会,管理投资组合配置,并提供市场情报。
代理ID: 13445 | 链: Base | 协议: A2A v0.3.0
该技能的功能
Gekko是一款基于AI的DeFi投资组合管理器,可帮助您:
- - 分析Base DeFi协议中的收益机会
- 管理多个金库的投资组合配置
- 获取实时市场情报和交易洞察
- 根据风险偏好优化收益策略
命令
portfolio_management
使用Morpho和Yearn协议的数据执行实时金库APY分析。根据当前APY、TVL和风险状况推荐最佳金库配置。
用法:
bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
-H Content-Type: application/json \
-d {
capability: portfolio_management,
parameters: {
action: analyze,
tokens: [0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913]
}
}
参数:
- - action(字符串,可选):analyze | optimize | recommend
- tokens(数组,可选):要分析的代币地址列表
token_analysis
从DexScreener检索任何代币的实时价格、交易量和流动性数据。识别趋势并提供可操作的交易信号。
用法:
bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
-H Content-Type: application/json \
-d {
capability: token_analysis,
parameters: {
token: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913,
metrics: [price, volume, trend]
}
}
参数:
- - token(字符串,必填):代币合约地址
- metrics(数组,可选):price | volume | trend | liquidity
yield_optimization
在Base上寻找最佳收益。比较所有监控金库的APY、TVL和风险状况。按风险承受能力和资产类型筛选。
用法:
bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
-H Content-Type: application/json \
-d {
capability: yield_optimization,
parameters: {
chain: base,
asset: USDC,
risk_tolerance: medium
}
}
参数:
- - chain(字符串,可选):区块链网络(默认:base)
- asset(字符串,可选):要优化的资产(默认:USDC)
- risk_tolerance(字符串,可选):low | medium | high
market_intelligence
提供市场洞察、趋势分析和交易信号。跨时间框架分析DeFi市场状况。
用法:
bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
-H Content-Type: application/json \
-d {
capability: market_intelligence,
parameters: {
query: USDC yield trends,
timeframe: 7d
}
}
参数:
- - query(字符串,必填):市场查询或主题
- timeframe(字符串,可选):1h | 24h | 7d | 30d
chat
关于市场、策略、代币和收益的开放式对话。回答任何与DeFi相关的问题。
用法:
bash
curl -X POST https://gekkoterminal.ai/api/a2a?agent=gekko \
-H Content-Type: application/json \
-d {
capability: chat,
parameters: {
message: What are the best yield opportunities on Base?
}
}
参数:
- - message(字符串,必填):您的问题或消息
智能合约(Base网络)
所有配置均通过Base(链ID:8453)上透明、经过审计的智能合约进行管理。
金库合约
| 金库 | 地址 |
|---|
| Seamless USDC | 0x616a4E1db48e22028f6bbf20444Cd3b8e3273738 |
| Moonwell USDC |
0xc1256Ae5FFc1F2719D4937adb3bbCCab2E00A2Ca |
| Spark USDC | 0x7bFA7C4f149E7415b73bdeDfe609237e29CBF34A |
| Gauntlet USDC Prime | 0xe8EF4eC5672F09119b96Ab6fB59C27E1b7e44b61 |
| Yo USDC | 0x0000000f2eB9f69274678c76222B35eEc7588a65 |
存款代币
| 代币 | 地址 |
|---|
| USDC(Base) | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
要求
- - Node.js 18+
- 访问Base网络RPC
- API端点:https://gekkoterminal.ai/api/a2a?agent=gekko
安全性
所有金库合约均为开源、链上验证,并接受第三方审计、形式化验证和漏洞赏金计划。实时监控确保每一层的透明度。
由Gekko AI构建。基于ERC-8004提供支持。