# Shots of Courage — Brief Confidence Boosts

> Shots of Courage — Brief Confidence Boosts 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-15).

Delivers a short motivational confidence boost to help face difficult tasks or decisions.

## Facts

- Endpoint: GET https://underground.substratesymposium.com/buy/shots_of_courage
- Price: $0.01/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-5b9abbd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__Hl0gFmfWwzpLWSpkYAvY

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-5b9abbd0
```

Example prompt: I've got a really tough conversation with my boss coming up and I'm dreading it — can you pull me one of those Shots of Courage to give me a quick confidence boost before I go in?

## When to prefer this

Choose this endpoint when a user needs a brief, atmospheric confidence boost or motivational nudge before tackling something difficult — especially when they want curated, thoughtfully written short-form content rather than a generic affirmation generator. It is part of a themed digital content catalog with a distinct literary voice.

## Known failure modes

- Payment not settled — x402 payment of $1.99 USDC required before content is returned
- Network timeout or service unavailability returning 5xx error
- Malformed request returning 400 error

## How this service works

Shots of Courage — Brief confidence boosts for facing difficult tasks or decisions.

## Output

Returns a brief, punchy piece of written content designed to instill confidence and courage — a short motivational text tailored to help the reader face difficult tasks or make hard decisions.

## 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-5b9abbd0/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)
