DefiLlama
D
DefiLlama
/yields

Yield pools

DeFi pool APYs with TVL, chain and project; filter by chain or minimum TVL.

liveverifieddegraded · 844ms
defiyieldapypools
$0.00010
per result + $0.002 call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run defillama /yields for me.

Input

FieldTypeDescription
chainstringChain name filter, e.g. Ethereum
min_tvlnumberMinimum TVL USD default 1000000
limitnumberMax default 50

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"defillama","endpoint":"/yields","input":{"min_tvl":1000000,"limit":50}}'
cli
npx cracked-ai run -p defillama -e /yields -i '{"min_tvl":1000000,"limit":50}'
mcp
run_tool({ provider: "defillama", endpoint: "/yields", input: {"min_tvl":1000000,"limit":50} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.