Building the agentic payment layer for Bitcoin

Empower your AI agents with the ability to transact on the Bitcoin network. Instant, low-fee, and programmable payments designed for the machine economy.

Built on โšก Lightning Network ๐ŸŒณ Taproot Assets โ‚ฟ Bitcoin

Developer Toolkit for Lightning Payments

Access instant global payments with a simple API or SDK

POST /v1/pay
# Send Bitcoin programmatically
curl
  -X POST https://api.bitblue.dev/v1/pay \
  -H "Authorization: Bearer sk_live_..." \
  -d '{
    "to": "bc1qxy2kdygjrsqtzq2n0yrfp249p83kkfjhx0wlh",
    "amount": 5000,
    "currency": "SAT",
    "memo": "Agent service payment"
  }'
RESPONSE

Waiting for request...

POST /insights
x402
# Pay-per-call AI insights via x402
curl
  -X POST https://api.bitblue.dev/insights \
  -H "Content-Type: application/json" \
  -d '{
    "proof_id": "abcd123",
    "prompt": "Generate a headline for decentralized agent payments"
  }'
RESPONSE 200 OK ยท 4ms
{
  "status": "ok",
  "insights": {
    "headline": "AI-optimized marketing insight for: Generate a headline for decentralized agent payments",
    "keywords": [
      "AI",
      "Bitblue",
      "Lightning",
      "Autonomous Agents"
    ],
    "sentiment": "positive",
    "confidence_score": 0.92
  }
}
โšก Pay-per-call: Only pay for what you use via Lightning micropayments
๐Ÿ” Proof-based: Cryptographic proof of payment included in every request
๐Ÿค– Agent-ready: Built for autonomous AI agents to transact independently

Unified SDKs for every stack

Whether you're building a Python-based AI agent or a high-performance Rust service, our SDKs make integration seamless. Type-safe, documented, and maintained by Bitcoin experts.

  • TS
    TypeScript / Node.js
  • PY
    Python
  • GO
    Go
View all libraries โ†’
// Install the SDK
npm install @bitblue/sdk

// Connect to Bitblue Lightning Network
import { BitblueClient } from '@bitblue/sdk';

const client = new BitblueClient({
  apiKey: process.env.BITBLUE_API_KEY
});

// Create a payment invoice
const invoice = await client.payments.create({
  amount: 1000,
  currency: 'SAT',
  description: 'API Usage Charge'
});

console.log(invoice.paymentRequest);
# Install the SDK
pip install bitblue-sdk

# Connect to Bitblue Lightning Network
from bitblue import BitblueClient

client = BitblueClient(
    api_key=os.getenv('BITBLUE_API_KEY')
)

# Create a payment invoice
invoice = client.payments.create(
    amount=1000,
    currency='SAT',
    description='API Usage Charge'
)

print(invoice.payment_request)
// Install SDK
go get bitblue.io/sdk

import "bitblue.io/sdk"

// Connect
apiKey := os.Getenv("BITBLUE_KEY")
client := sdk.New(apiKey)

// Create invoice
inv, err := client.NewInvoice(
  1000, "SAT", "Payment",
)

fmt.Println(inv.Request)

Built for the Agentic Economy

From B2B payments to IoT devices, one infrastructure powers it all

โšก

Lightning-Fast Settlements

8-minute settlements vs 3-5 days traditional. Instant payments enable real-time business operations and better cash flow.

๐ŸŒ

Global Coverage

150+ countries via partner network. Smart routing across Transfi, Stablesea, Ramp, and MoonPay for optimal rates.

๐Ÿ’ฐ

Minimal Fees

0.5% transaction fees vs 2-5% traditional. Save 75% on payment costs with Lightning Network infrastructure.

๐Ÿค–

IoT & AI Ready

Built for device-to-device payments. Enable cars, toll gates, EV chargers to transact autonomously via x402 protocol.

๐Ÿ”—

Multi-Chain Support

Bitcoin Lightning today, Ethereum tomorrow. Expand to USDC, DAI, and all major stablecoins across chains.

๐Ÿ”

Enterprise Security

Taproot Assets for privacy, multi-sig wallets, KYC/AML compliance built-in. Bank-grade security for your payments.

Real-Time Payment Network

Live Lightning Network transactions powered by Bitblue

Recent Payments

LIVE
$1,250.00 USDT
Deliverr โ†’ Warehouse (Vietnam)
2s ago
$485.50 USDT
Contractor Payment โ†’ Philippines
8s ago
$2.50 USDT
IoT Device โ†’ Toll Gate
15s ago