# Tenjin – ETH R&D Daily: Frame Fees Settlement Rules

> Tenjin – ETH R&D Daily: Frame Fees Settlement Rules 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 paid article covering Ethereum R&D daily updates on frame fee settlement rules, including EIP-8141, EIP-3529 refund accounting, blob fees, and payer escrow accounting surface.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/eth-rd/eth-r-d-daily-frame-fees-get-their-settlement-rules
- 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-frame-fees-settlement-rules-7856f9a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r23QSNvJ6ODxJTnpuuJVt

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-frame-fees-settlement-rules-7856f9a1
```

Example prompt: Can you pull up the Tenjin article on Ethereum R&D frame fees and their settlement rules — the one covering EIP-8141 P256 canonicality, EIP-3529 refund accounting, and how blob fees and payer escrow fit into the new accounting surface?

## When to prefer this

Use this endpoint when you need the specific Tenjin article on Ethereum R&D frame fee settlement rules (slug: eth-r-d-daily-frame-fees-get-their-settlement-rules, handle: eth-rd). Prefer this over general Ethereum documentation when you want curated, narrative developer research notes on recent EIP activity including EIP-8141 and EIP-3529.

## Known failure modes

- Article not found if slug or handle is incorrect (404)
- Payment not completed results in 402 Payment Required
- Invalid or missing required pathParams (handle or slug) returns 400
- Creator handle not recognized returns error
- Network timeout on slow connections

## How this service works

EIP-8141 merged P256 low-s canonicality, transaction-scoped EIP-3529 refund accounting, and a static VERIFY-batch exclusion after yesterday's post. The remaining open PRs now put charged_gas, blob fees, frame receipts, and payer escrow into one accounting surface.

## Output

The full text content of the Tenjin-published Ethereum R&D daily article covering frame fee settlement rules, including details on EIP-8141 merged P256 low-s canonicality, transaction-scoped EIP-3529 refund accounting, static VERIFY-batch exclusion, charged_gas, blob fees, frame receipts, and payer escrow accounting.

## 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-frame-fees-settlement-rules-7856f9a1/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)
