# Tenjin Ethereum R&D Daily — EIP-8037 / Amsterdam / InclusionLists Article

> Tenjin Ethereum R&D Daily — EIP-8037 / Amsterdam / InclusionLists 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-14).

Fetches the full text of a specific Tenjin paid article covering Ethereum R&D developments including EIP-8037 landing in execution-specs, Geth's Amsterdam test PR, and consensus-specs InclusionListsByIndices

## Facts

- Endpoint: GET https://tenjin.blog/api/read/eth-rd/eth-r-d-daily-eip-8037-lands-in-eels-geth-adds-amsterdam-edges
- 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-ethereum-r-d-daily-eip-8037-amsterdam-inclusionlists-article-11b53f42
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7PruDsu_VSpJpurn-5R8N

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-8037-amsterdam-inclusionlists-article-11b53f42
```

Example prompt: Fetch the Tenjin Ethereum R&D daily article about EIP-8037 landing in execution-specs and the Geth Amsterdam test PR — the slug is eth-r-d-daily-eip-8037-lands-in-eels-geth-adds-amsterdam-edges under the eth-rd handle.

## When to prefer this

Use this endpoint when you need the specific Tenjin paid article covering EIP-8037, Geth Amsterdam, and consensus-specs InclusionListsByIndices developments. Prefer this over general web search when you need reliable, paywalled Ethereum R&D editorial content from Tenjin's eth-rd creator track and are set up to handle x402 micropayment flows.

## Known failure modes

- Article not found if slug or handle is incorrect (404)
- Payment required / payment failure if x402 charge fails (402)
- Creator handle not recognized or unclaimed wallet address format issues
- Reserved slug 'latest' not payable when used with a handle rather than wallet address
- Network timeout on content delivery

## How this service works

EIP-8037 charge-at-access merged into execution-specs, geth opened a broad Amsterdam test PR, and consensus-specs merged the InclusionListsByIndices req/resp shape.

## Output

The full content of the specified Tenjin article, including the narrative summary of Ethereum R&D developments: EIP-8037 charge-at-access merging into execution-specs, details of Geth's Amsterdam test PR, and the consensus-specs InclusionListsByIndices request/response shape changes.

## 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-8037-amsterdam-inclusionlists-article-11b53f42/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)
