# AgentServices DeFi Strategy

> AgentServices DeFi Strategy is a paid API for AI agents from agentservices.to, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns DeFi yield strategies and opportunities for a specified blockchain, helping agents optimize on-chain capital allocation.

## Facts

- Endpoint: GET https://agentservices.to/v1/defi-strategy
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-defi-strategy-c73b5b90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bcJO8SiZtoAzhEOyzOMhF

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 agentservices-defi-strategy-c73b5b90
```

Example prompt: What are the best DeFi yield strategies available on Base right now? I want to see the top opportunities across protocols.

## When to prefer this

Choose this endpoint when an AI agent needs current DeFi yield strategy data for a specific blockchain and can pay per-call via x402 micropayments on Base. It is well-suited for autonomous treasury management agents, DeFi research bots, or portfolio agents that need chain-specific strategy recommendations without maintaining their own data pipelines.

## Known failure modes

- Unsupported or misspelled chain identifier returns an error or empty result
- Response schema is unspecified, so output format may vary or be incomplete
- Service may be unavailable if the x402 micropayment fails or wallet has insufficient USDC
- Stale data if on-chain conditions change faster than the API refreshes

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A structured response listing DeFi strategies and yield opportunities for the requested blockchain, likely including protocol names, strategy types (e.g. lending, LP, staking), and associated yield/APY data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-defi-strategy-c73b5b90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
