# DeFi Smart Contract Vulnerabilities Monitor

> DeFi Smart Contract Vulnerabilities Monitor is a paid API for AI agents from agentdata-api.degrees2.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Delivers real-time articles and monitoring data about DeFi smart contract vulnerabilities for AI agents

## Facts

- Endpoint: GET https://agentdata-api.degrees2.workers.dev/api/articles/defi-vulnerabilities
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-smart-contract-vulnerabilities-monitor-b19b097e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__T2NjBvPQ-ZyvXo3d9gHm

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 defi-smart-contract-vulnerabilities-monitor-b19b097e
```

Example prompt: Pull the latest real-time DeFi smart contract vulnerability reports so I can check if any protocols my portfolio is exposed to have been flagged for exploits or security issues.

## When to prefer this

Choose this endpoint when an AI agent needs up-to-date DeFi smart contract vulnerability intelligence, particularly for risk management, portfolio protection, or automated trading workflows that require awareness of active exploits or newly disclosed security flaws in DeFi protocols.

## Known failure modes

- Payment not attached or invalid — 402 Payment Required response
- No new vulnerability articles available at time of request
- Network timeout from Cloudflare Workers edge
- Malformed request method (only GET is supported)

## How this service works

DeFi Smart Contract Vulnerabilities: Real-Time Monitoring for Agents

## Output

Returns articles and real-time monitoring data about DeFi smart contract vulnerabilities, including exploit reports, security incidents, and vulnerability disclosures relevant to DeFi protocols and AI agents operating in the space.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-smart-contract-vulnerabilities-monitor-b19b097e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdata-api.degrees2.workers.dev](https://www.zero.xyz/host/agentdata-api.degrees2.workers.dev/llms.txt)
