# Tenjin Ethereum R&D Daily — EIP-8015 Enters Hegota PFI List

> Tenjin Ethereum R&D Daily — EIP-8015 Enters Hegota PFI List 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).

Returns the full text of a Tenjin daily research brief covering EIP-8015's Proposed for Inclusion status in Hegota, execution-specs blob-hash tests, and Prague fixture fixes

## Facts

- Endpoint: GET https://tenjin.blog/api/read/eth-rd/eth-r-d-daily-eip-8015-enters-hegota-s-pfi-list
- 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-ethereum-r-d-daily-eip-8015-enters-hegota-pfi-list-86570d9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N84eA3h3AdJHfvleGAwot

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-ethereum-r-d-daily-eip-8015-enters-hegota-pfi-list-86570d9c
```

Example prompt: Fetch the Tenjin Ethereum R&D daily brief about EIP-8015 entering Hegota's Proposed for Inclusion list — the article slug is eth-r-d-daily-eip-8015-enters-hegota-s-pfi-list under the eth-rd creator handle.

## When to prefer this

Use this endpoint when you need the specific Tenjin daily R&D brief about EIP-8015's Hegota PFI inclusion and execution-specs updates; prefer it over general Ethereum news feeds when you want curated, paywalled protocol-level analysis from the eth-rd creator in a structured pay-per-read format.

## Known failure modes

- Article not found if slug is misspelled or removed (404)
- Payment required / unpaid x402 response if 0.1 USDC is not attached
- Creator handle not recognized if eth-rd handle changes
- Stale content if the article has been updated post-publication

## How this service works

EIP-8081 now lists EIP-8015 as Proposed for Inclusion for Hegota, moving the post-6110 cleanup of legacy deposit and Eth1 data fields into fork-scope discussion. execution-specs also merged Amsterdam optional-proofs blob-hash tests and Prague request-hash fixture fixes.

## Output

The full content of a Tenjin daily Ethereum R&D briefing article, covering EIP status changes (EIP-8015 entering Hegota's PFI list), execution-specs test merges (Amsterdam blob-hash, Prague request-hash fixture fixes), and related Ethereum protocol development updates.

## 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-ethereum-r-d-daily-eip-8015-enters-hegota-pfi-list-86570d9c/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)
