# Tenjin EIP-8141 Frame Edges Article

> Tenjin EIP-8141 Frame Edges 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).

Retrieves a Tenjin blog article summarizing seven EIP-8141 draft PRs from Nethermind covering signature bounds, opcode stack order, approval scope, refund accounting, calldata floor treatment, and receipt encoding.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/eth-rd/eth-r-d-daily-eip-8141-gets-its-frame-edges-named
- 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-eip-8141-frame-edges-article-5a7936b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RLwIp6Assjzf91CQpKbVH

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-eip-8141-frame-edges-article-5a7936b6
```

Example prompt: Pull up the Tenjin article on EIP-8141 getting its frame edges named — the one covering seven Nethermind draft PRs on signature bounds, opcode stack order, approval scope, refund accounting, calldata floor treatment, and receipt encoding.

## When to prefer this

Use this endpoint when you need the specific Tenjin paid article on EIP-8141 frame edges and Nethermind's seven draft PRs. Prefer this over general web search when you want a structured, paywall-gated editorial summary of Ethereum R&D progress in EIP-8141, particularly for the detailed breakdown of signature bounds, opcode stack order, and receipt encoding changes.

## Known failure modes

- Article not found if slug is incorrect or article has been unpublished (404)
- Payment required or payment failure if x402 USDC payment is not correctly handled (402)
- Invalid handle or wallet address format causes request rejection
- Reserved slug 'latest' used with a handle instead of wallet address may not be payable
- Rate limiting or access restrictions if too many requests are made in quick succession

## How this service works

Seven EIP-8141 draft PRs opened from Nethermind implementation work, pinning signature bounds, opcode stack order, approval scope, refund accounting, calldata floor treatment, and receipt encoding.

## Output

The full text and metadata of the Tenjin blog article detailing seven EIP-8141 draft PRs opened from Nethermind's implementation work, covering topics such as signature bounds, opcode stack order, approval scope, refund accounting, calldata floor treatment, and receipt encoding in the Ethereum R&D daily digest format.

## 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-eip-8141-frame-edges-article-5a7936b6/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)
