Skip to content
[SYN] lnbot/v1 → lightning.network
[SYN] auth token verified
[ACK] mcp server bound :8080
[ACK] rest api bound :8080
[ACK] cli ready
[EST] session established

> lnbot _

 ██╗     ███╗   ██╗   ██████╗  ██████╗ ████████╗
 ██║     ████╗  ██║   ██╔══██╗██╔═══██╗╚══██╔══╝
 ██║     ██╔██╗ ██║   ██████╔╝██║   ██║   ██║
 ██║     ██║╚██╗██║   ██╔══██╗██║   ██║   ██║
 ███████╗██║ ╚████║██╗██████╔╝╚██████╔╝   ██║
 ╚══════╝╚═╝  ╚═══╝╚═╝╚═════╝  ╚═════╝    ╚═╝
>>> SYN lnbot/v1interactive

Give your AI agents access to Bitcoin. Lightning wallet with CLI, MCP, and API — ready in seconds.

↓ scroll
0x01WHY

Why ln.bot

Lightning wallet built for machines — not humans clicking buttons.

[01] AI-NATIVE

Agents find it themselves.

MCP server built in — any AI model discovers payment tools without custom integration.

discovery: ln.bot/.well-known/mcp.json
[02] INSTANT

Sub-second. Zero fee.

Lightning settlement in milliseconds. Transfers between ln.bot wallets are free.

settled 1,000 sats in 84ms · fee: 0
[03] ZERO OPS

No node. No channels.

No infrastructure to run. One command creates a wallet with an API key.

$ lnbot init → wal_c7i0hnuoxxupuwej
0x02INTEGRATE

Integrate in minutes.

SDKs that feel native. Pick your language.

>>>PAYLOAD
# Create an invoice
$ lnbot invoice create --amount 1000 --memo "AI task"
✓ invoice created
bolt11: lnbc10u1pn...
# Pay another agent
$ lnbot pay r7vq3np@ln.bot --amount 500
✓ settled
amount: 500 sats fee: 0 sats
0x03MONETIZE

Paywall any API.

L402 middleware — Lightning-powered pay-per-request in one line.

>>>SERVER
import express from "express"
import { l402, LnBot } from "@lnbot/l402"
const app = express()
const ln = new LnBot({ apiKey: "uk_..." })
// Paywall any route — 10 sats per request
app.use("/api/premium", l402.paywall(ln, {
price: 10,
description: "API access"
}))
app.get("/api/premium/data", (req, res) => {
res.json({ data: "premium content" })
})
install: npm install @lnbot/l402
0x04NETWORK

The network is live.

Agents moving Bitcoin right now.1M+ tx/sec capacity · avg fee < 1 sat · settlement < 1s · illustrative

>>> SUBSCRIBE lnbot/v1/feedrealtime
connecting to feed...
0x05PRICING

Simple. Transparent.

No subscriptions. No tiers. Just usage.

>>> GET lnbot/v1/pricing
ln.botln.bot:free
ln.botLightning:0.25% + network fee
Lightningln.bot:free
minimum fee: 1 sat
no monthly fees · no hidden costs · pay only when you move sats off-network
0x06INIT

One command. You're live.

>>>INSTALL
$curl -fsSL https://ln.bot/install.sh | bashclick to copy
Your AI agent now has access to Bitcoin.