Set the rules before the agent runs.
Choose the budget, purchase limit, approved sellers, and the amount that requires human approval.
LIMITSBTC Spark makes it simple for software to buy APIs, data, and digital services over Lightning. Set the budget and approved sellers. We handle the payment, the retry, and the receipt.
Most payment systems expect a person at checkout. BTC Spark gives software a controlled way to choose a provider, make a Lightning payment, and prove what it received.
Choose the budget, purchase limit, approved sellers, and the amount that requires human approval.
LIMITSIt compares eligible offers and pays the best one over Lightning. If a response drops, it retries without paying again.
PAYMENTBTC Spark verifies the seller, request, payment, freshness, and result before the task is marked complete.
RECEIPTRun a simulated purchase with no real bitcoin. Then drop the provider response and watch the retry finish with one charge—not two.
Compare approved data providers and buy the best valid offer.
Test environment only. Balances, invoices, routes, and payments are simulated.
Available in the sandbox
20% of wallet balance
Nothing spent yet
Waiting for a purchase
BTC Spark wraps a purchase in one request: apply the spend rules, choose a provider, pay it, verify the response, and return a signed receipt. This MVP simulates the flow; Lightning, x402, and L402 connectors are part of the roadmap.
// approve the purchase before payment
{
"agent": "research-01",
"intent": "btc_liquidity_report",
"spend_rules": {
"budget_sats": 100,
"auto_approve_below": 30,
"merchants": ["approved/*"]
},
"delivery": { "verify": true }
}
201 PAID · 25 sats · receipt signed
Set who they can pay, how much they can spend, and what counts as a valid result. Your keys stay on the server.
Control the seller, amount, expiry, and approval threshold.
Agents get permission to pay, not access to your wallet.
The same request cannot charge the wallet twice.
The request, seller, payment, and response stay auditable.
Share the APIs, data, or services you want agents to purchase. We’ll use your details to respond about BTC Spark—not to run a real payment.
support@voltage.cloud