# Aloe (Utility) Essay — Underground Substrate Symposium

> Aloe (Utility) Essay — Underground Substrate Symposium is a paid API for AI agents from underground.substratesymposium.com, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-15).

Returns a paid digital essay meditating on practical beauty and the combination of function with form, inspired by the aloe plant.

## Facts

- Endpoint: GET https://underground.substratesymposium.com/buy/aloe
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/underground-substratesymposium-com-b2a85e8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UZx50T7uKkJxuzjtrggdC

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-b2a85e8a
```

Example prompt: Can you fetch me the Aloe utility essay from the Underground Substrate Symposium — it's the one about practical beauty and combining function with form?

## When to prefer this

Choose this endpoint when a user wants to read specifically the 'Aloe (Utility)' essay about practical beauty from the Underground Substrate Symposium catalog, or when exploring plant-inspired philosophical content about functional aesthetics at a low per-call micropayment price.

## Known failure modes

- Payment not provided or rejected — endpoint requires $0.99 USDC via x402 protocol
- Invalid HTTP method — only GET is supported
- Network or server error returning 5xx
- Content temporarily unavailable

## How this service works

Aloe (Utility) — Essay on practical beauty for combining function with form.

## Output

Returns the full text of a short essay or meditation on practical beauty, using the aloe plant as a lens for exploring how utility and aesthetic form can coexist. Content is delivered after a $0.99 USDC x402 micropayment.

## 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-b2a85e8a/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)
