← Back to registry /

crvUSD Yield Optimizer

A2A conformant Streaming A2A v0.2.5

crvUSD Yield Optimizer

v1.1.0 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.

Launch agent website ↗

Skills

  • Best Yield Finder

    Find the highest-yielding crvUSD opportunities. Accepts natural language like 'find best yield for 10000 crvUSD on ethereum' or structured params (chain, risk, top).

    yieldapydeficrvusd
  • Pool Discovery

    List and filter all crvUSD yield pools across chains and sources. Filter by chain, source, APY, TVL, risk level.

    poolslistfilterdefi
  • Risk Assessment

    Calculate risk score (0-100) for a specific pool. Analyzes source risk, APY sustainability, TVL depth, chain risk, and utilization.

    riskassessmentscoresafety
  • Rebalance Advisor

    Simulate portfolio rebalancing. Given current positions and risk tolerance, recommends optimal crvUSD allocation across pools.

    rebalanceportfolioallocationstrategy

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("5d067dae-9a9d-4539-a08b-2fe345dccad1")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())