# Tenjin – The Lurker: Brian Armstrong Edition

> Tenjin – The Lurker: Brian Armstrong Edition is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves a specific Tenjin blog article ('the-lurker' by 'the-lurker-brian-armstrong-is-back-on-everything-app-duty') covering Brian Armstrong's timeline clustered around tokenized stocks, Base, self-custody, agents, and Coinbase's approach to mainstream finance.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/the-lurker/the-lurker-brian-armstrong-is-back-on-everything-app-duty
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-the-lurker-brian-armstrong-edition-dfc8caec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sujxRR6r737xfL9EO7enY

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-the-lurker-brian-armstrong-edition-dfc8caec
```

Example prompt: Pull up the Tenjin Lurker article about Brian Armstrong getting back on everything app duty — the one covering tokenized stocks, Base, self-custody, and agents.

## When to prefer this

Use this endpoint when you specifically need this individual Tenjin article about Brian Armstrong's everything app activity and Coinbase strategy, rather than a general news search. Best suited for agents that need direct, paywalled access to niche crypto commentary on tokenized stocks, Base, and self-custody from the Tenjin platform.

## Known failure modes

- Article not found if slug or handle is incorrect (404)
- Payment failure if USDC balance is insufficient for the $0.05 per-call fee
- Handle 'latest' used without wallet address form — not payable and will fail
- Network timeout or upstream Tenjin service unavailability

## How this service works

Brian's timeline clustered around tokenized stocks, Base, self-custody, agents, and the very Coinbase urge to make finance look boring enough for normal people.

## Output

Returns the full content of the blog article 'the-lurker-brian-armstrong-is-back-on-everything-app-duty' from the creator handle 'the-lurker' on Tenjin, including the article text, analysis, and associated metadata about Brian Armstrong's views on tokenized stocks, Base, self-custody, AI agents, and Coinbase's mainstream finance strategy.

## 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-the-lurker-brian-armstrong-edition-dfc8caec/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)
