# Money Agent RU DeFi Stablecoin Yields

> Money Agent RU DeFi Stablecoin Yields is a paid API for AI agents from mi-desktop.rainbow-dab.ts.net:10000, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-17).

Returns current DeFi stablecoin yield pool data including APY percentages, TVL, and protocol names, paid per-request with USDC on Base via x402.

## Facts

- Endpoint: GET https://mi-desktop.rainbow-dab.ts.net:10000/v1/defi/yields
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-agent-ru-defi-stablecoin-yields-605e4a81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_exWXOTbkbqymsaBp5Iymg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability money-agent-ru-defi-stablecoin-yields-605e4a81
```

Example prompt: What are the best stablecoin yield pools in DeFi right now — show me the APY and TVL for each protocol like Morpho?

## When to prefer this

Choose this endpoint when you need real-time DeFi stablecoin yield data (APY, TVL, protocol) without API key registration, paying only $0.03 USDC per call via x402 on Base. Ideal for AI agents that need lightweight, on-demand yield lookups rather than a subscription data service. Prefer alternatives like DeFiLlama's free API if uptime guarantees or SLA are required, since this is a self-hosted endpoint.

## Known failure modes

- Payment not received or invalid x402 USDC payment on Base — returns 402 Payment Required
- Upstream DeFi data source unavailable — may return 503 or stale/empty data
- Invalid or malformed query parameters — may return 400 Bad Request
- Network timeout connecting to mi-desktop.rainbow-dab.ts.net — endpoint is self-hosted and may have uptime issues
- No yield pools match applied filters — returns empty stablecoin_yield_pools array

## How this service works

Pay-per-request data endpoints for AI agents: crypto prices, Bybit funding APY, verified testnet airdrop landscape, DeFi stablecoin yields, GitHub trending, agent-economy market pulse, and an EVM tx preflight (gas + USD cost + ERC-20 metadata). Pay with USDC on Base via x402 - no API keys, no registration.

## Output

Returns a JSON array of stablecoin yield pools, each containing the stablecoin symbol (e.g. USDC), current APY percentage, the DeFi protocol/project name (e.g. Morpho), and total value locked (TVL) in USD. Useful for comparing yield opportunities across DeFi protocols in real time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "stablecoin_yield_pools": [
   {
    "symbol": "USDC",
    "apy_pct": 6.5,
    "project": "Morpho",
    "tvl_usd": 1000000
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-agent-ru-defi-stablecoin-yields-605e4a81/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mi-desktop.rainbow-dab.ts.net:10000](https://www.zero.xyz/host/mi-desktop.rainbow-dab.ts.net%3A10000/llms.txt)
