Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man defi-yield-pools

/defi-yield-pools(1)

agentutility / edge-market / defi-yield-pools
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarket
CATEGORY
uncategorized
STATUS
live
NAME
defi-yield-pools defi yield pools / apy aggregator / yield-farming opportunities / defillama yields / cross-protocol apy ranking / stablecoin yields / lp…
SYNOPSIS
POST https://x402.org/v1/defi-yield-pools
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

DeFi yield pools / APY aggregator / yield-farming opportunities / DeFiLlama yields / cross-protocol APY ranking / stablecoin yields / LP pool returns. Filter and rank thousands of DeFi yield-bearing pools across every chain DeFiLlama tracks. Filters: chain, project, asset symbol, stablecoin-only, single-vs-LP exposure, TVL minimum, APY range, impermanent-loss risk. Returns pool ID, chain, project, symbol, current APY (base + reward), 30-day mean APY, day/week/month APY change, TVL, exposure, IL risk, and predicted-class. Differentiates from defi-llama-protocol (single-protocol TVL) — this is the yield-discovery surface.

INPUTrequest schema
propertytypedescriptionreq?
chainstringe.g. 'Ethereum', 'Base', 'Arbitrum'. Exact-case match against DeFiLlama's chain field.optional
projectstringe.g. 'aave-v3', 'lido', 'uniswap-v3'. Exact match against DeFiLlama project slug.optional
symbolstringSubstring match against pool symbol, e.g. 'USDC'.optional
stablecoin_onlybooleanOnly stablecoin pools.optional
single_onlybooleanOnly single-asset exposure (excludes LP pairs).optional
min_tvl_usdnumberMinimum TVL in USD.optional
min_apynumberMinimum APY %.optional
max_apynumberMaximum APY % (filters out outliers).optional
il_riskstringFilter by impermanent-loss risk classification.
enum: no · yes
optional
order_bystringDefault 'apy'.
enum: apy · tvlUsd · apyBase · apyReward
optional
limitnumber1-500. Default 50.optional
OUTPUTresponse shape
fieldtypedescription
poolsstringArray of yield pool objects, each with chain, project, symbol, APY breakdown, TVL, exposure, and IL risk.
countstringNumber of pools returned in the pools array after filters and any result-limit truncation.
matched_countstringTotal pools matching the requested filters before any truncation to the returned page.
universe_countstringTotal pools in the DeFiLlama yields universe before filters are applied.
summarystringShort text rollup of the result set: top APYs, dominant chains/projects, and TVL coverage.
attributionstringUpstream data credit string pointing to DeFiLlama yields as the source of pool data.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/defi-yield-pools \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the defi-yield-pools tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
defiyield-aggregatorapy-rankingdefillamastablecoin-yieldsliquidity-poolsyield-farmingpool-screener
methods
POST
cluster
edgemarket
price
$0.005 USDC per call
ADJACENTother endpoints in edgemarket
endpointdescriptionprice
agent-card-resolveAgent card resolver / ERC-8004 Identity Registry lookup / Trustless Agents / agentId → owner + agentURI / A2A identity / agent.json fetch…$0.005
arbitrage-spreadCross-exchange arbitrage spread / max-min price / CEX price dispersion / spread % calculator.$0.005
basename-resolveBasename resolver / Coinbase Basenames / .base.eth lookup / Base name service / on-chain name resolution.$0.005
ipfs-fetchIPFS fetch / IPFS gateway / Web3 storage retrieval / NFT metadata fetcher / Filecoin gateway / decentralized content / pinned-content reader.$0.005
price-impactPrice-impact / slippage estimator / DEX swap size impact / size-keyed quote / depth simulation.$0.005
safe-multisig-statusSafe multisig status / Gnosis Safe info / Safe owners / Safe threshold / Safe pending queue / DAO treasury wallet / Safe wallet lookup.$0.005
stablecoin-monitorStablecoin monitor.$0.005
stablecoin-pegStablecoin peg monitor / depeg detector.$0.005
SEE ALSO
agentutility(7) · edgemarket(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org