Read one supported section of The Volcanic Engine as machine-readable licensed prose with
Read one supported section of The Volcanic Engine as machine-readable licensed prose with edition and section identity. For agents researching this specific book. Not the complete edition, a general book search or permission to redistribute the work.
30000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-13
updated
Provider
www.mahastrategies.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xec84c1cd6602bbe387bc8e6f0d3c062f2762de28",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"sectionId": "introduction"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"book": {
"author": "Mayone Maha Rajan",
"id": "the-volcanic-engine",
"publicEditionUrl": "https://www.mahastrategies.com/books/the-volcanic-engine",
"sectionCount": 17,
"subtitle": "Living on a Firing Planet",
"title": "The Volcanic Engine"
},
"boundaries": {
"editorialAnalysisIncluded": false,
"factualCertificationIncluded": false,
"licenseTransferIncluded": false,
"note": "Payment purchases structured delivery and an integrity receipt; …",
"publicWebEditionRemainsFree": true,
"purchaseUnit": "one deterministic machine-readable section retrieval"
},
"offerId": "book-section-the-volcanic-engine",
"receipt": {
"canonicalization": "sorted-key canonical JSON with NFC-normalized strings",
"contentSha256": "sha256:c21c303f27cd3c95bb04cb96ca14e69aabc252d99d1c5dfdd65524717…",
"receiptSha256": "sha256:82138cd9b6f2a7ebd6db78bf2a8342ed1ff32cf71656f9f64d353abf7…",
"requestSha256": "sha256:9d6fb51d2739a02a2ebdb77c218935e1e209b597767c60e2028511a3b…",
"responseSha256": "sha256:583e16e81d1ce128b027018486c61e484af5bb38f3a5a2cf2f8bfa482…",
"version": "maha-machine-book-receipt/0.1"
},
"section": {
"content": "# Introduction: The Engine and the Interruption\n\nOn the afternoo…",
"contentSha256": "sha256:c21c303f27cd3c95bb04cb96ca14e69aabc252d99d1c5dfdd65524717…",
"id": "introduction",
"index": 0,
"mediaType": "text/markdown; charset=utf-8",
"title": "Introduction: The Engine and the Interruption",
"utf8Bytes": 22993,
"wordCount": 4119
},
"version": "maha-machine-book-section/0.1"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"sectionId": {
"enum": [
"introduction",
"the-rock-that-flows",
"the-physics-of-the-cork",
"the-instrument-you-cannot-insert",
"the-death-of-the-cavern",
"two-warnings",
"the-vent-at-the-beginning-of-life",
"air-ocean-continent",
"the-dead-worlds-and-the-icy-ones",
"is-a-living-planet-necessarily-a-firing-one",
"the-caldera-problem",
"the-great-dyings",
"volcanic-winter",
"who-lives-on-the-flank",
"tapping-the-furnace",
"the-deep-time-horizon",
"sources-and-further-reading"
],
"type": "string"
}
},
"required": [
"sectionId"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"book": {
"type": "object"
},
"boundaries": {
"type": "object"
},
"offerId": {
"const": "book-section-the-volcanic-engine",
"type": "string"
},
"receipt": {
"type": "object"
},
"section": {
"type": "object"
},
"version": {
"const": "maha-machine-book-section/0.1",
"type": "string"
}
},
"required": [
"version",
"offerId",
"book",
"section",
"boundaries",
"receipt"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"declaration-integrity": {
"canonicalResource": "https://www.mahastrategies.com/api/v1/books/the-volcanic-engine/section",
"declarationDigest": "sha256:73555bbe7405cb5ab9e5b8dfc63fcf12696eafff514a8e8882dadc87a391664d",
"metadataVersion": "2026-08-10"
},
"maha-offer": {
"amount": "30000",
"asset": "USDC",
"assetDecimals": 6,
"canonicalResource": "https://www.mahastrategies.com/api/v1/books/the-volcanic-engine/section",
"declarationInline": "compact",
"declarationUrl": "https://www.mahastrategies.com/api/discovery/x402-offers/book-section-the-volcanic-engine",
"fullSourceTextStored": false,
"maxRequestBytes": 1024,
"method": "POST",
"network": "eip155:8453",
"offerId": "book-section-the-volcanic-engine",
"payableInProduction": true,
"status": "available",
"verbatimExcerptsRetained": false
}
}Use it
curl
curl "https://www.mahastrategies.com/api/v1/books/the-volcanic-engine/section" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://www.mahastrategies.com/api/v1/books/the-volcanic-engine/section");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://www.mahastrategies.com/api/v1/books/the-volcanic-engine/section")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/1430.json, and this resource appears in /discovery/resources and /discovery/search.