# tenjin.blog – ETH R&D Weekly: Frame Transactions Enter the Fixture Phase

> tenjin.blog – ETH R&D Weekly: Frame Transactions Enter the Fixture Phase 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 pay-per-read article covering EIP-8141, EIP-8250, and EIP-8272 byte-level rules for Ethereum frame transactions, including payload shape, signing, gas, refunds, approval scope, and opcode assignments.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/eth-rd/eth-r-d-weekly-frame-transactions-enter-the-fixture-phase
- 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-blog-eth-r-d-weekly-frame-transactions-enter-the-fixture-phase-d4d171a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S_Clv741QM4gtPiRHyvgF

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-blog-eth-r-d-weekly-frame-transactions-enter-the-fixture-phase-d4d171a8
```

Example prompt: Fetch me the full tenjin.blog article by eth-rd on frame transactions entering the fixture phase — the one covering EIP-8141, EIP-8250, and EIP-8272 byte-level rules for payload shape, signing, gas, and opcodes.

## When to prefer this

Use this endpoint when you specifically need the full text of tenjin.blog's ETH R&D Weekly article on frame transactions entering the fixture phase (EIP-8141/8250/8272), and are prepared to fulfill the x402 micropayment. Prefer this over general web search when you need structured, authenticated article JSON from a pay-per-read publisher rather than a cached snippet.

## Known failure modes

- Payment not provided or invalid x402 challenge response → 402 Payment Required
- Wrong handle or slug → 404 Not Found
- Article not yet published → 404 or empty result
- Handle 'latest' used instead of wallet address for durable alias → not payable / unresolvable
- Network timeout → 5xx error

## How this service works

EIP-8141, EIP-8250, and EIP-8272 spent the week turning frame-transaction prose into byte-level rules for payload shape, signing projection, charged gas, refunds, approval scope, and opcode assignments.

## Output

A JSON object containing the full text of the article detailing how EIP-8141, EIP-8250, and EIP-8272 translate frame-transaction prose into byte-level specifications — covering payload shape, signing projection, gas charging, refunds, approval scope, and opcode assignments — gated behind a $0.10 USDC x402 payment.

## 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-blog-eth-r-d-weekly-frame-transactions-enter-the-fixture-phase-d4d171a8/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)
