Two Syenite MCP tools cover yield discovery and risk: yield.opportunities and yield.assess. Use them to find the best yield for an asset and then assess a specific strategy before allocating.
Returns the best yield for an asset across categories: lending supply, liquid staking, vaults, savings rate, and basis capture. Protocols include Aave, Morpho, Lido, Rocket Pool, Coinbase, Maker DSR, MetaMorpho, Yearn, Ethena.
Parameters:
asset (string): "ETH", "USDC", "DAI", "stables", or "all" (default)category (string): "lending-supply", "liquid-staking", "vault", "savings-rate", "basis-capture", or "all" (default)riskTolerance (string): "low", "medium", or "high" (default)Example: "What are the best yield opportunities for ETH?" The agent calls yield.opportunities with asset: "ETH" and returns options by category and protocol.
Deep risk assessment for a single strategy. Covers smart contract risk, oracle dependency, governance, liquidity, depeg risk, position sizing, and comparable alternatives.
Parameters:
protocol (string): e.g. "Aave", "Lido", "Morpho", "Ethena", "Yearn", "Maker"product (string, optional): specific product within the protocolamount (number, optional): USD amount for sizing analysisasset (string, optional): asset context for finding alternativesWorkflow: call yield.opportunities to get a shortlist, then yield.assess for the protocol (and product) you are considering. Use the result to compare risk and alternatives.
Lending supply: Aave v3, Morpho Blue, Spark. Liquid staking: Lido (stETH), Rocket Pool (rETH), Coinbase (cbETH). Savings rate: Maker DSR (sDAI). Vaults: MetaMorpho, Yearn v3. Basis capture: Ethena (sUSDe). All data is for Ethereum mainnet.
Build a DeFi lending agent in 30 minutes focuses on lending; the same MCP setup works for yield tools. Cross-chain swap and bridge covers execution. Full tool list: syenite.ai.