# Tantra Authority — Financial Potential Reading

> Tantra Authority — Financial Potential Reading is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $29/call, status unknown (last checked 2026-09-14).

Returns a paid-access token and URL granting entry to a 'Financial Potential Reading' content page on Tantra Authority, delivered via x402 micropayment on Base USDC.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/reading-financial-potential
- Price: $29/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tantra-authority-financial-potential-reading-d1364e94
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_11bkg6R1RAsl6J2nxFvJT

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 tantra-authority-financial-potential-reading-d1364e94
```

Example prompt: Can you unlock the Financial Potential Reading on Tantra Authority for me — I want to pay the $29 USDC access fee and get the link to read it?

## When to prefer this

Use this endpoint when you specifically need to pay for and unlock the 'Financial Potential Reading' content on Tantra Authority via the x402 USDC micropayment protocol on Base. It is the correct choice when the user wants a one-time access token or gift pass for this specific reading, and has USDC available on Base. Not suitable for general tantra education browsing or non-payment-gated content.

## Known failure modes

- Insufficient USDC balance — payment fails, no access token issued
- Invalid or missing x402 payment header — 402 Payment Required returned
- Network/blockchain delay — transaction hash pending, access URL may not be immediately valid
- Expired access token — URL becomes invalid after time window
- Service unavailable — upstream content page unreachable

## How this service works

Tantra without the mythology. A clean, body-grounded education in what tantra actually is — the breath, sound, movement, touch, and attention practices that produce documented results, stripped of the marketing.

## Output

Returns a JSON object with ok: true, the x402 USDC Base rail identifier, a title string ('Financial Potential Reading — Gift Pass'), the on-chain transaction hash (txHash), and a time-limited accessUrl pointing to the reading content page on tantra-authority.com.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "schema": {
     "type": "object"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "rail": "x402-usdc-base",
  "title": "Financial Potential Reading — Gift Pass",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-financial-potential-reading-d1364e94/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.tantra-authority.com](https://www.zero.xyz/host/api.tantra-authority.com/llms.txt)
