Trading Strategy DeFi Yields is Now Live on SerenAI: Vault Performance Data for AI Agents
For DeFi Traders: Query 570+ yield vaults, 27 protocols, and 18 chains with real-time performance metrics—all at $0.01 per query. No subscriptions. No API keys. Just SQL.
Your AI agent can now answer: "Which stablecoin vaults on Arbitrum have the highest risk-adjusted returns over the past 3 months?" for about a penny.
The First Comprehensive Vault Performance Database for AI Agents
Until now, comparing DeFi yield strategies meant manually checking dozens of protocol dashboards, each with different metrics and timeframes. Trading Strategy DeFi Yields on SerenAI changes everything: AI agents can now query standardized performance data across 570+ vaults, comparing CAGR, Sharpe ratios, volatility, and fees in a single SQL query.

We're excited to announce that Trading Strategy DeFi Yields—a comprehensive vault performance database—is now available on the SerenAI x402 Gateway. AI agents can run SQL queries against real-time vault metrics including CAGR, Sharpe ratio, volatility, risk ratings, and fee structures, paying only for what they query via USDC micropayments on Base.
👉 View Trading Strategy DeFi Yields on SerenDB
The Database
Trading Strategy DeFi Yields provides direct SQL access to institutional-grade vault performance data:

Real-Time Data for Fast-Moving Markets
DeFi yields change rapidly—a vault earning 30% APY today might drop to 10% tomorrow as liquidity shifts between protocols. Trading Strategy DeFi Yields updates every 6 hours to capture these dynamics, giving AI agents access to performance metrics that reflect current market conditions rather than stale historical snapshots.
This refresh frequency makes the database particularly valuable for:
- Yield optimization agents that need to rebalance positions as rates shift
- Risk monitoring systems tracking volatility and Sharpe ratio changes
- Trading strategy backtests requiring accurate historical performance data
- Portfolio analysis tools comparing cross-chain opportunities in real-time
Vault Data Fields
Each vault record includes comprehensive performance metrics:
- Performance: CAGR, 1-month returns, 3-month returns, lifetime returns
- Risk Metrics: Sharpe ratio, volatility, risk rating (numeric + label)
- Fees: Management fee, performance fee, deposit/withdraw fees
- Protocol Info: Protocol name, chain, denomination, share token
- Metadata: TVL (current NAV), event count, last updated timestamp
Investment Use Cases
1. Risk-Adjusted Yield Screening
Find the best risk-adjusted returns across all chains:
Prompt: "Use the x402 MCP server to query Trading Strategy DeFi Yields. Find all vaults with a 3-month Sharpe ratio above 2.0 and CAGR above 20%. Show the vault name, protocol, chain, CAGR, Sharpe ratio, and volatility. Sort by Sharpe ratio descending."
Cost: $0.01 — Instantly identify the highest risk-adjusted yields across 570+ vaults.
2. Stablecoin Yield Comparison
Compare stablecoin vault yields across protocols:
Prompt: "Use the x402 MCP server to query Trading Strategy DeFi Yields. Find all stablecoin vaults (where stablecoinish = 1) with CAGR above 10%. Show vault name, protocol, chain, CAGR, and fees. Exclude blacklisted vaults."
Cost: $0.01 — Find the best stablecoin yields without the risk research.
3. Protocol Performance Analysis
Analyze which protocols deliver the best returns:
Prompt: "Use the x402 MCP server to query Trading Strategy DeFi Yields. Calculate the average CAGR, average Sharpe ratio, and vault count for each protocol. Only include protocols with 5+ vaults. Sort by average CAGR descending."
Cost: $0.01 — Protocol-level performance intelligence in seconds.

Getting Started
Step 1: Install the Seren MCP Server
The Seren MCP server runs locally on your machine—your private keys never leave your device.
Claude Desktop
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Requirements: Node.js 18+ (required for native fetch support)
1{
2 "mcpServers": {
3 "x402": {
4 "command": "npx",
5 "args": ["@serendb/x402-mcp-server"],
6 "env": {
7 "X402_GATEWAY_URL": "https://x402.serendb.com",
8 "WALLET_PRIVATE_KEY": "0xYourPrivateKey",
9 "BASE_RPC_URL": "https://mainnet.base.org"
10 }
11 }
12 }
13}
14
15 }
16 }
17 }
18}Restart Claude Desktop to activate.
Claude Code CLI
claude mcp add -s user x402 -- npx @serendb/x402-mcp-server
Set environment variables before launching Claude Code:
1export X402_GATEWAY_URL=https://x402.serendb.com
2export WALLET_PRIVATE_KEY=0xYourPrivateKey
3export BASE_RPC_URL=https://mainnet.base.org
4export SERENDB_CONNECTION_STRING="postgresql://serendb_owner:<password>@ep-<endpoint>.serendb.com/serendb?sslmode=require&channel_binding=require"
5Step 2: Query Vault Data
Copy this prompt into your AI coding tool:
Prompt: "Use the x402 MCP server to query Trading Strategy DeFi Yields. Find the top 10 vaults by 3-month CAGR, showing vault name, protocol, chain, CAGR, and Sharpe ratio."
Your agent will:
- Connect to the x402 Gateway
- Sign a $0.01 USDC payment
- Execute the SQL query
- Return formatted results
Get Started in 3 Prompts
Prompt 1 - Fund your wallet:
"Explain how to fund an Ethereum wallet with USDC on Base network using Coinbase"
Prompt 2 - Test the connection:
"Use the x402 MCP server to query Trading Strategy DeFi Yields. Find the top 5 vaults by CAGR on Arbitrum."
Prompt 3 - Build your strategy:
"Use the x402 MCP server to query Trading Strategy DeFi Yields. Find all Morpho vaults with Sharpe ratio above 3.0, showing name, chain, CAGR, Sharpe, and volatility. Store the results in my SerenDB (use my SERENDB_CONNECTION_STRING) for tracking."
No API keys to manage. No subscriptions to cancel. No vendor lock-in. Just SQL when you need it, paid for when you use it.

About SerenAI
SerenAI is building the payment infrastructure for the AI agent economy. Our x402 Gateway enables AI agents to autonomously pay for data using USDC micropayments on Base—no subscriptions, no API keys, no human intervention.
Our Stack: TypeScript, PostgreSQL, Base (Ethereum L2), Coinbase x402 Protocol
Data Publishers: Trading Strategy DeFi Yields, AlphaGrowth, Crypto Market Data, Nasdaq Data Link, U.S. Treasury, Polymarket, Google Trends
🚀 Ready to build? Sign up at console.serendb.com/signup with invite code serenai2025Questions? Email hello@serendb.com or join our Discord.
📊 Trading Strategy DeFi Yields on SerenDB: Live NOW!
Price: $0.01 per query (1 cent)
Network: Base Mainnet (USDC)

About Taariq Lewis
Exploring how to make developers faster and more productive with AI agents
Related Posts

Web Scraping Goes Autonomous: Firecrawl Launches on SerenAI x402
AI agents can now scrape the entire web with USDC micropayments. Firecrawl on SerenAI x402 transforms any website into LLM-ready markdown.
Rust Cron Scheduler with x402 Payment Delegation on Cloudflare Workers
A Rust-based scheduler compiled to WASM that lets AI agents run recurring jobs with automatic micropayments—no interactive signing required.

How to Use SerenAI to Find Your Next Job
If you got laid off this year and you're still looking for work, this guide is for you: SerenAI's x402 MCP Server gives AI agents recruiting power to find your next great job.
