# Tenjin Security Brief: Allbridge Core Liquidity Pool Withdrawal

> Tenjin Security Brief: Allbridge Core Liquidity Pool Withdrawal is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns the full text of a pay-per-read security brief about Allbridge confirming a $1.65M Core liquidity-pool withdrawal following a Solana stablecoin pool incident.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/security-briefs/security-briefs-daily-allbridge-core-pulled-the-pools
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-security-brief-allbridge-core-liquidity-pool-withdrawal-70ec3520
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7I-KPGtIffi4lH_Nj2J80

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 tenjin-security-brief-allbridge-core-liquidity-pool-withdrawal-70ec3520
```

Example prompt: Get me the full Tenjin security brief on the Allbridge Core liquidity pool withdrawal — the one about the $1.65M Solana stablecoin pool incident — using the handle 'security-briefs' and slug 'security-briefs-daily-allbridge-core-pulled-the-pools'.

## When to prefer this

Use this endpoint when you specifically need the full text of the Allbridge Core liquidity pool withdrawal security brief published on Tenjin, particularly for research into DeFi security incidents, Solana-based stablecoin pool exploits, or Allbridge protocol history. Prefer this over general web searches when you need the structured, paywalled article content delivered as JSON.

## Known failure modes

- Payment not submitted or rejected — x402 payment challenge fails, article not returned
- Invalid handle or slug — 404 not found if the creator handle or article slug does not exist
- Slug 'latest' used with a handle instead of wallet address — not payable, returns error
- Network timeout or upstream unavailability — service temporarily unreachable
- Expired or duplicate payment — x402 payment token rejected

## How this service works

Allbridge confirmed a $1.65M Core liquidity-pool withdrawal after a Solana stablecoin pool incident, then brought Core back without liquidity pools.

## Output

A JSON object containing the full text of the security brief article about Allbridge confirming a $1.65M Core liquidity-pool withdrawal following a Solana stablecoin pool exploit, including details about Core being subsequently relaunched without liquidity pools.

## 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"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "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/tenjin-security-brief-allbridge-core-liquidity-pool-withdrawal-70ec3520/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
