, so every page shipped two description tags and crawlers read this generic one instead of the page's own. Each route sets its own. --> %sveltekit.head%
+ defi-yield-opportunities

> DeFi yield opportunities

// Returns available yield farming and staking opportunities with APY and risk data

defiyieldstakingfarming

Returns available yield farming and staking opportunities with APY and risk data. Agents can request it by capability ID defi.yield_opportunities, or by plain intent — EntRoute resolves phrases like “yield farming”, “staking opportunities” and “defi yields” to this capability.

EntRoute currently lists 10+ endpoints from 5 providers for defi.yield_opportunities, priced from $0.001 to $0.006 per call, settled in USDC on Base. The quickest responds in about 12ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"yield farming" "staking opportunities" "defi yields" "best apy"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "defi.yield_opportunities"}'
// endpoints.json
10 results
$0.0010
https://mcpfax-markets.bowling-anthony.workers.dev/defi/chains
success: 100%
latency: 12ms
$0.0020
https://mcpfax-markets.bowling-anthony.workers.dev/defi/protocols
success: 100%
latency: 13ms
$0.0020
https://mcpfax-markets.bowling-anthony.workers.dev/defi/yields
success: 100%
latency: 16ms
#4 Mpp listed
$0.0010
https://mpp.hyreagent.fun/cdp/defi/tvl
success: 100%
latency: 62ms
$0.0050
https://base-intel-api.jakemaxsigal.workers.dev/yields
success: 100%
latency: 12ms
#6 Httpay listed
$0.0050
https://httpay.xyz/api/protocol-tvl-monitor
success: 100%
latency: 13ms
#7 Mpp listed
$0.0050
https://mpp.hyreagent.fun/cdp/debridge/yield-migrate
success: 100%
latency: 14ms
#8 Httpay listed
$0.0050
https://httpay.xyz/api/yield-pool-watcher
success: 100%
latency: 19ms
$0.0060
https://api.x402node.dev/chain/yield-rates
success: 100%
latency: 27ms
#10 Httpay listed
$0.0050
https://httpay.xyz/api/fresh-markets-watch
success: 100%
latency: 46ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about DeFi yield opportunities

How much does a defi yield opportunities API call cost?

Endpoints listed for defi.yield_opportunities on EntRoute are priced from $0.001 to $0.006 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for defi yield opportunities endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer defi yield opportunities?

10+ endpoints are currently listed for defi.yield_opportunities across 5 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these defi yield opportunities endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.