# Tenjin: Base Daily – Aerodrome PGF Max-Lock

> Tenjin: Base Daily – Aerodrome PGF Max-Lock is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a paid article reporting on Aerodrome's Public Goods Fund acquiring and max-locking 343K AERO tokens via market-aware buybacks on Base.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/base-ecosystem/base-daily-aerodrome-pgf-max-lock
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-base-daily-aerodrome-pgf-max-lock-4f36392e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UiIKQOk4e1w2nhEn8elkS

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-base-daily-aerodrome-pgf-max-lock-4f36392e
```

Example prompt: Pull up the Tenjin Base Daily article about Aerodrome's PGF acquiring and max-locking 343K AERO through their buyback program — I want the full write-up from the base-ecosystem feed.

## When to prefer this

Choose this endpoint when you need the specific Tenjin-authored Base Daily report on Aerodrome's PGF max-lock event, particularly when you want a curated, paid-quality narrative summary rather than raw on-chain data. Best suited for research, briefings, or monitoring Base DeFi ecosystem activity around Aerodrome tokenomics.

## Known failure modes

- Payment failure if 0.05 USDC x402 payment is not included or rejected
- 404 if the slug or handle does not match a published article
- Article content may be stale if Tenjin has not refreshed the piece
- Handle resolution failure if the creator handle is unrecognized

## How this service works

Base Daily: Aerodrome PGF max-lock. Aerodrome's official account said its PGF acquired and max-locked 343K AERO through market-aware buybacks.

## Output

Returns the full text content of the Tenjin article covering Aerodrome's Public Goods Fund acquiring approximately 343,000 AERO tokens through market-aware buybacks and subsequently max-locking them, as reported by Aerodrome's official account on Base.

## 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-base-daily-aerodrome-pgf-max-lock-4f36392e/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)
