# Basil (Abundance) — Rapid Growth Reflection

> Basil (Abundance) — Rapid Growth Reflection is a paid API for AI agents from underground.substratesymposium.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a paid reflective essay on basil as a symbol of rapid productive growth, intended to inspire understanding of quick iteration cycles.

## Facts

- Endpoint: GET https://underground.substratesymposium.com/buy/basil
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/underground-substratesymposium-com-47ec4a35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6d2yCneaZLRZ5KCLOu95C

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 underground-substratesymposium-com-47ec4a35
```

Example prompt: Pull up the basil abundance reflection from the Underground Cultural District catalog — the one about rapid productive growth and quick iteration cycles.

## When to prefer this

Choose this endpoint when you need a short, themed reflective or philosophical text about rapid growth, iteration cycles, or abundance — specifically framed through plant symbolism. Best suited for agents enriching creative projects, feeding metaphor libraries, or exploring productivity philosophy through curated digital content. Not suitable for live data, computation, or real-world productivity tools.

## Known failure modes

- Payment not provided or insufficient — returns 402 Payment Required with accepted payment asset details
- Invalid HTTP method (non-GET) — endpoint only accepts GET requests
- Network or server error — returns 5xx response
- Payment timeout exceeded (>300 seconds) — transaction rejected

## How this service works

Basil (Abundance) — Reflection on rapid productive growth for understanding quick iteration cycles.

## Output

A short reflective essay or meditation using basil as a metaphor for abundance and rapid productive growth, delivered as JSON with title and body content after payment of $0.99 USDC is processed via x402.

## 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"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/underground-substratesymposium-com-47ec4a35/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from underground.substratesymposium.com](https://www.zero.xyz/host/underground.substratesymposium.com/llms.txt)
