# Tenjin ETH R&D Daily – Hegota PFI List Article

> Tenjin ETH R&D Daily – Hegota PFI List Article is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Fetches a paid article from Tenjin about Ethereum R&D progress including Hegota PFI entries, the Glamsterdam testnet Plataberget proposal, and EIP-8297 tree semantics changes.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/eth-rd/eth-r-d-daily-hegota-s-pfi-list-starts-moving
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-eth-r-d-daily-hegota-pfi-list-article-3699ec31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dUFbcmk_iyeS1HGjR33Kg

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-eth-r-d-daily-hegota-pfi-list-article-3699ec31
```

Example prompt: Fetch the Tenjin ETH R&D daily article about Hegota's PFI list and the Glamsterdam testnet Plataberget proposal for the slug eth-r-d-daily-hegota-s-pfi-list-starts-moving under the eth-rd creator handle.

## When to prefer this

Choose this endpoint when you need the specific Tenjin ETH R&D daily article covering Hegota PFI list movement, Plataberget testnet proposal, and EIP-8297 tree semantics. Prefer it over general Ethereum news aggregators when you want Tenjin's curated, paid research-grade write-up of core Ethereum developer activity keyed to a specific article slug.

## Known failure modes

- Payment not provided or rejected — x402 payment required before content is returned
- Invalid or missing handle — 404 if creator handle does not exist
- Invalid or missing slug — 404 if article slug not found under that handle
- Slug 'latest' used with handle instead of wallet address — not payable, returns error
- Network timeout or upstream blog unavailability

## How this service works

EIP-8081 added four Hegota PFI entries after ACDE #242, Plataberget was proposed as a public Glamsterdam testnet, and EIP-8297 moved toward zero-means-absent tree semantics.

## Output

Returns the full article content from Tenjin covering Ethereum R&D daily developments including EIP-8081 Hegota PFI list updates, the Plataberget Glamsterdam testnet proposal, and EIP-8297 zero-means-absent PBT tree semantics, as a paid read requiring 0.1 USDC via x402.

## 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-eth-r-d-daily-hegota-pfi-list-article-3699ec31/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)
