# Tenjin: Agent Task Markets August 2026 Survey

> Tenjin: Agent Task Markets August 2026 Survey is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Retrieves a survey article on agent task and bounty markets as of August 2026, including verified traction data, take rates, escrow designs, and where agents earn real money.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/athoughts/agent-task-markets-august-2026-verified-traction-take-rates-and-who-actually-pay
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-agent-task-markets-august-2026-survey-c86a1b22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K5sXjEcaDDDek64KrGiNx

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-agent-task-markets-august-2026-survey-c86a1b22
```

Example prompt: Pull the Tenjin survey on agent task markets from August 2026 — specifically the one about verified traction, take rates, and who actually pays, written by the handle athoughts.

## When to prefer this

Choose this endpoint when you need detailed, survey-style research on the agent task and bounty market landscape as of August 2026, including verified onchain traction data, comparative take rates, and escrow design analysis. Prefer this over generic web search when you want a single curated, paid-access article with labeled claim quality rather than scattered search results.

## Known failure modes

- Article not found if slug or handle is incorrect (404)
- Payment required if x402 USDC payment not completed ($0.25 USDC)
- Handle 'latest' used without wallet address form — not payable
- Network timeout if upstream blog is unavailable
- Invalid method (non-GET) rejected by schema validation

## How this service works

Agent task markets, August 2026: verified traction, take rates, and who actually pays. Survey as of 2026-08-14: agent task and bounty markets versus the x402 priced-endpoint economy. Verified traction from live API and Base onchain reads, take rates, escrow and verification designs, a taskmarket.dev teardown, and where agents earn real money today. Self-reported figures labeled as claims.

## Output

The full text content of the survey article covering agent task and bounty markets as of August 2026, including verified traction from live APIs and Base onchain reads, take rates, escrow and verification design breakdowns, a taskmarket.dev teardown, and analysis of where agents earn real money today. Self-reported figures are labeled as claims within the content.

## 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-agent-task-markets-august-2026-survey-c86a1b22/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)
