con un clic
yield
Find best DeFi yields across protocols and deposit into vaults
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Find best DeFi yields across protocols and deposit into vaults
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | yield |
| description | Find best DeFi yields across protocols and deposit into vaults |
Use the yield tool to find the best DeFi yields and deposit into vaults.
All yield data comes from DeFiLlama's yields API (yields.llama.fi/pools), which aggregates data from 400+ protocols across all EVM chains. Data refreshes every 5 minutes.
| Action | Description | Required Params |
|---|---|---|
| search | Search yield pools with filters | (all optional) |
| top_yields | Best yields for a specific asset | asset |
| deposit | Deposit into Yearn V3 vault on Base | vault/asset, amount |
| withdraw | Withdraw from vault | vault/asset, amount |
| positions | View vault positions | (none) |
| vaults | List available vaults | (none) |
| Vault | Asset | Standard |
|---|---|---|
| yvUSDC | USDC | ERC-4626 |
| yvWETH | WETH | ERC-4626 |
| yvDAI | DAI | ERC-4626 |
yield action=search asset=USDC chain=base
yield action=top_yields asset=USDC chain=base
yield action=search chain=base stable_only=true min_apy=5 min_tvl=1000000
yield action=search project=aave chain=ethereum
yield action=deposit vault=yvUSDC amount=1000
yield action=deposit asset=WETH amount=0.5
yield action=withdraw vault=yvUSDC amount=max
yield action=withdraw asset=WETH amount=0.5
yield action=positions
chain — Filter by chain (base, ethereum, arbitrum, optimism, polygon)asset — Filter by asset symbol in pool nameproject — Filter by protocol (aave, yearn, moonwell, morpho, etc.)min_tvl — Minimum TVL in USD (default: $100K)min_apy — Minimum APY percentagestable_only — Only stablecoin poolslimit — Max results (default: 20)defi_lend tool instead.