# signal.pathin.me Base USDC DeFi Yield Intelligence Report

> signal.pathin.me Base USDC DeFi Yield Intelligence Report is a paid API for AI agents from signal.pathin.me, paid per call via x402, $0.05/call, status down (last checked 2026-09-15).

Returns ranked USDC lending and strategy APYs on Base with liquidity context, 30-day history, protocol risk flags, allocation models, and total-loss stress tests scaled to a given portfolio size.

## Facts

- Endpoint: GET https://signal.pathin.me/api/v2/base-usdc-report
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signal-pathin-me-base-usdc-defi-yield-intelligence-report-4f128e2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cs8GPq5eTX-mjT001FMt-

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 signal-pathin-me-base-usdc-defi-yield-intelligence-report-4f128e2c
```

Example prompt: Pull the full Base USDC yield intelligence report for a $25,000 portfolio — I want ranked lending APYs across protocols like Aave, Moonwell, and Compound, the 30-day context, any protocol risk flags, and the preservation, balanced-growth, and yield-seeking allocation models with stress test results.

## When to prefer this

Use this endpoint when an agent needs a comprehensive, single-call DeFi yield intelligence snapshot for Base-chain USDC — including APY rankings, liquidity gates, risk flags, and portfolio-size-specific allocation models — rather than fetching raw on-chain data or querying individual protocol APIs separately. Ideal for agents advising on USDC capital deployment or rebalancing on Base.

## Known failure modes

- Missing or out-of-range capital_usdc (below 10 or above 1,000,000) returns a validation error
- Payment not provided or insufficient USDC triggers a 402 Payment Required response
- Upstream on-chain data temporarily unavailable may cause a 503 or stale-data response
- Invalid query parameter types return a 400 Bad Request

## How this service works

Base DeFi stablecoin yield intelligence for agents: ranked native-USDC lending and strategy APYs, liquidity and 30-day context, dated protocol risk flags, portfolio allocation models, and total-loss stress tests.

## Output

A structured report containing: ranked native-USDC lending and strategy APYs on Base, liquidity metrics and 30-day historical APY context, dated protocol risk flags for listed protocols, portfolio allocation models (preservation, balanced-growth, yield-seeking) scaled to the provided capital_usdc amount, and total-loss stress test scenarios.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "capital_usdc": {
       "type": "number",
       "default": 100,
       "maximum": 1000000,
       "minimum": 10,
       "description": "Portfolio size in USDC used to scale preservation, balanced-growth, and yield-seeking allocation models."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signal-pathin-me-base-usdc-defi-yield-intelligence-report-4f128e2c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signal.pathin.me](https://www.zero.xyz/host/signal.pathin.me/llms.txt)
