# PoolProof Known Issues Research Notes

> PoolProof Known Issues Research Notes is a paid API for AI agents from poolproof.qalibr.ru:7443, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns curated research flags on DeFi assets, protocols, chains, or roles covering hidden risks that price feeds and TVL metrics won't reveal, such as dead redemption bridges, ticker collisions, ended points programmes, and closed marketplaces.

## Facts

- Endpoint: POST https://poolproof.qalibr.ru:7443/v1/known
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/poolproof-known-issues-research-notes-cdfb4a7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L6q2rkbjLDR5LZ5LM7SBu

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 poolproof-known-issues-research-notes-cdfb4a7a -d '<json body>'
```

Example prompt: Do you have any research flags on the asset or protocol 'stETH' — specifically things like dead redemption bridges, ticker collisions, ended points programmes, or capital gates that a price feed wouldn't tell me?

## When to prefer this

Choose this endpoint when you need qualitative, curated research intelligence about a DeFi asset, protocol, chain, or role that quantitative data sources like price feeds, TVL dashboards, or on-chain analytics cannot surface — specifically for dead bridges, ticker symbol conflicts, discontinued incentive programmes, undocumented capital restrictions, or known measurement failures. Prefer this over generic on-chain data tools when you suspect hidden operational or structural risks.

## Known failure modes

- Unknown or uninvestigated asset returns empty flags array — this does not mean the asset is safe
- Ambiguous asset/protocol names may match unintended entries or return no results
- Input schema may require specific identifier formats not documented in schema stub
- Service unavailability at non-standard port 7443 may cause connection errors
- $0.02 USDC x402 payment failure will block the request

## How this service works

Do we hold a research note on this asset, protocol, chain or role that no price feed or TVL number will tell you: dead redemption bridges, ticker collisions, ended points programmes, closed marketplaces, capital gates

## Output

Returns a JSON object with an 'ok' boolean, a 'verdict' string summarising the overall assessment, an array of 'flags' each containing a code and message describing a specific known issue (empty array means uninvestigated or nothing flagged), and a 'disclaimer' string. An empty flags array means uninvestigated, not safe.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
   "ok": {
    "type": "boolean"
   },
   "flags": {
    "type": "array",
    "items": {
     "type": "object",
     "properties": {
      "msg": {
       "type": "string"
      },
      "code": {
       "type": "string"
      }
     }
    },
    "description": "Empty means nothing failed the checks"
   },
   "verdict": {
    "type": "string"
   },
   "disclaimer": {
    "type": "string"
   }
  }
 },
 "description": "Curated research notes that no data feed reports: dead redemption bridges, tickers shared by unrelated projects, ended points programmes, undocumented capital gates, and measurement failures. An empty result means uninvestigated, not safe."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/poolproof-known-issues-research-notes-cdfb4a7a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from poolproof.qalibr.ru:7443](https://www.zero.xyz/host/poolproof.qalibr.ru%3A7443/llms.txt)
