crvUSD Yield Optimizer
llama.box
· Chado Studio
Multi-chain crvUSD yield optimizer agent. Discovers yield opportunities across scrvUSD, LlamaLend, Convex and StakeDAO on Ethereum, Arbitrum, Optimism and Fraxtal. Provides real-time APY data, risk scoring (0-100), and portfolio rebalance recommendations. Accepts natural language queries.
llama.box via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 48/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://llama.box/yo/.well-known/agent.json |
| Provider | https://chado.studio |
Skills · 4 declared · mapped to canonical taxonomy
Find the highest-yielding crvUSD opportunities. Accepts natural language like 'find best yield for 10000 crvUSD on ethereum' or structured params (chain, risk, …
List and filter all crvUSD yield pools across chains and sources. Filter by chain, source, APY, TVL, risk level.
Calculate risk score (0-100) for a specific pool. Analyzes source risk, APY sustainability, TVL depth, chain risk, and utilization.
Simulate portfolio rebalancing. Given current positions and risk tolerance, recommends optimal crvUSD allocation across pools.
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/llama.box) [](https://agenstry.com/agents/llama.box) [](https://agenstry.com/agents/llama.box) [](https://agenstry.com/agents/llama.box)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "crvUSD Yield Optimizer",
"description": "Multi-chain crvUSD yield optimizer agent. Discovers yield opportunities across scrvUSD, LlamaLend, Convex and StakeDAO on Ethereum, Arbitrum, Optimism and Fraxtal. Provides real-time APY data, risk scoring (0-100), and portfolio rebalance recommendations. Accepts natural language queries.",
"url": "https://llama.box/yo",
"version": "1.1.0",
"protocolVersion": "0.2.5",
"provider": {
"organization": "Chado Studio",
"url": "https://chado.studio"
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "best-yield",
"name": "Best Yield Finder",
"description": "Find the highest-yielding crvUSD opportunities. Accepts natural language like 'find best yield for 10000 crvUSD on ethereum' or structured params (chain, risk, top).",
"tags": [
"yield",
"apy",
"defi",
"crvusd"
],
"examples": [
"What's the best yield for crvUSD?",
"Find top 5 pools on ethereum",
"Show highest APY with low risk"
]
},
{
"id": "pools",
"name": "Pool Discovery",
"description": "List and filter all crvUSD yield pools across chains and sources. Filter by chain, source, APY, TVL, risk level.",
"tags": [
"pools",
"list",
"filter",
"defi"
],
"examples": [
"List all pools on arbitrum",
"Show llamalend pools with APY above 5%"
]
},
{
"id": "risk-score",
"name": "Risk Assessment",
"description": "Calculate risk score (0-100) for a specific pool. Analyzes source risk, APY sustainability, TVL depth, chain risk, and utilization.",
"tags": [
"risk",
"assessment",
"score",
"safety"
],
"examples": [
"Risk score for pool 0x0655977FEb2f289A4aB78af67BAB0d17aAb84367",
"Assess risk for pool abc123def456"
]
},
{
"id": "rebalance",
"name": "Rebalance Advisor",
"description": "Simulate portfolio rebalancing. Given current positions and risk tolerance, recommends optimal crvUSD allocation across pools.",
"tags": [
"rebalance",
"portfolio",
"allocation",
"strategy"
],
"examples": [
"Rebalance my portfolio of 10000 crvUSD",
"Optimize my allocation with medium risk"
]
}
]
}