
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@elizaos/plugin-defillama
Advanced tools
DeFiLlama plugin for ElizaOS - provides DeFi market data, analytics, and yield information
DeFiLlama plugin for ElizaOS that provides comprehensive DeFi market data, analytics, and yield information.
bun add @elizaos/plugin-defillama
The plugin accepts the following environment variables:
# Optional: DeFiLlama API key (if required in the future)
DEFILLAMA_API_KEY=
# Rate limiting
RATE_LIMIT_PER_MINUTE=300 # API request rate limit
MAX_CONCURRENT_REQUESTS=10 # Maximum concurrent API requests
import { createElizaAgent } from '@elizaos/core';
import { defiLlamaPlugin } from '@elizaos/plugin-defillama';
const agent = createElizaAgent({
plugins: [defiLlamaPlugin],
// ... other configuration
});
"What's the current TVL of Aave?"
"Compare Uniswap and Curve protocols"
"Show me the top 10 DeFi protocols by TVL"
"What's the market share of lending protocols?"
"Find the best stablecoin yields"
"Show me yields above 10% APY"
"What are the top yield opportunities on Ethereum?"
"Find USDC yields on Arbitrum"
"What are the current DeFi market trends?"
"Show me sector performance for the last week"
"Are there any unusual market movements?"
"Compare DEX vs lending protocol growth"
"Show me Compound's TVL history for the last month"
"What's the historical yield trend for USDT?"
"Compare protocol growth over the last year"
"Compare DeFi activity across all chains"
"Which chain has the highest yields?"
"Find the best opportunities on L2s"
"Show me bridge volumes between chains"
"Show me the top DEX volumes"
"What are the protocol fees for Ethereum?"
"Compare trading volume across all chains"
"Which protocols generate the most revenue?"
"What is the current price of ETH?"
"Show me BTC and ETH prices"
"Get the price of AAVE token"
"How much is USDC worth?"
"Recommend safe high-yield opportunities"
"Find the best APY on Arbitrum"
"Suggest protocols for conservative investors"
"What are good yield strategies for $10k?"
"Is Aave safe to use?"
"Analyze the risk of this high APY pool"
"What are the risks in DeFi right now?"
"Check the security of Compound protocol"
"Show me USDC market cap"
"Which stablecoins are growing?"
"Check DAI peg stability"
"Compare stablecoin circulation"
The plugin follows ElizaOS architecture patterns with a simplified, maintainable design:
# Install dependencies
bun install
# Build the plugin
bun run build
# Run tests
bun test
# Run integration tests
bun test integration
# Lint code
bun run lint
The plugin includes comprehensive test coverage:
MIT
FAQs
DeFiLlama plugin for ElizaOS - provides DeFi market data, analytics, and yield information
We found that @elizaos/plugin-defillama demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.