@gicm/defi-agent
v1.0.1
Published
AI-powered DeFi analytics agent - token analysis, yield optimization, liquidity monitoring
Downloads
211
Maintainers
Readme
@gicm/defi-agent
AI-powered DeFi analytics - Token analysis, yield optimization, liquidity monitoring
Installation
npm install @gicm/defi-agent
# or
pnpm add @gicm/defi-agentFeatures
- Token Analysis: Birdeye, DexScreener integration
- Yield Optimization: Find best APY opportunities
- Liquidity Monitoring: Track pool depths and slippage
- Risk Scoring: Evaluate token safety
Quick Start
import { DefiAgent } from "@gicm/defi-agent";
const agent = new DefiAgent({
providers: ["birdeye", "dexscreener"],
});
const analysis = await agent.run({
command: "analyze SOL/USDC liquidity",
});License
MIT - Built by gICM
