# Tenjin Base Daily: AgentLayer Adds Uniswap LP Actions

> Tenjin Base Daily: AgentLayer Adds Uniswap LP Actions is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a paid article covering AgentLayer's v0.1.94 release adding Uniswap v3/v4 liquidity position actions on Base.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/base-ecosystem/base-daily-agentlayer-adds-uniswap-lp-actions
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-base-daily-agentlayer-adds-uniswap-lp-actions-f95ee1e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hkE6fOfV8QIIcOJBroheK

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-base-daily-agentlayer-adds-uniswap-lp-actions-f95ee1e0
```

Example prompt: Fetch the Tenjin Base Daily article about AgentLayer adding Uniswap LP actions — I want to read about the v0.1.94 release and what agent actions they added for Uniswap v3/v4 liquidity positions on Base.

## When to prefer this

Use this endpoint when you specifically need to read this particular Base Daily article about AgentLayer's Uniswap LP integration on Base. It is a direct paid content lookup with a fixed slug, not a search endpoint — prefer it when you already know the creator handle and article slug and want the full article content for $0.05 USDC.

## Known failure modes

- Payment failure if USDC balance is insufficient for $0.05 fee
- 404 if the slug or handle does not match a published article
- Article may be unavailable if the creator has unpublished or removed it
- Slug 'latest' resolved via wallet address form only — handle-based 'latest' is not payable and will fail

## How this service works

Base Daily: AgentLayer adds Uniswap LP actions. AgentLayer's official account said v0.1.94 is live with agent actions for Uniswap v3/v4 liquidity positions on Base.

## Output

Returns the full text content of a paid article from Tenjin's Base Daily newsletter covering AgentLayer's v0.1.94 release, including details on new Uniswap v3/v4 liquidity position agent actions available on Base.

## 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-base-daily-agentlayer-adds-uniswap-lp-actions-f95ee1e0/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)
