Bitcoin tools, powered by Lightning
Support the tools. Every sat counts.
Pay-per-query AI text generation. 10 sats per request via Lightning.
# Step 1: Request — returns 402 with invoice
curl -X POST https://maximumsats.com/api/dvm \
-H "Content-Type: application/json" \
-d '{"prompt": "Explain Lightning Network"}'
# Step 2: Pay the invoice (10 sats)
# Use any Lightning wallet
# Step 3: Retry with payment_hash
curl -X POST https://maximumsats.com/api/dvm \
-H "Content-Type: application/json" \
-d '{"prompt": "Explain Lightning Network", "payment_hash": "<hash>"}'