Instant. Private.
Ecash.
Minibits is a Bitcoin Lightning and ecash wallet plus related projects that deliver instant, low-cost, and private value transfers — even when the payer is offline.
Minibits is an open source project supported by:
Minibits Wallet
Minibits wallet provides you with a free Lightning address, and with Nostr Wallet Connect built in, it's perfect for sending small tips—known as "zaps"—on Nostr social networks. More, Minibits delivers true Tap-to-pay experience to Bitcoin, combining ecash with NFC - even if payer remains offline.

Free Lightning Address
Get a human-readable Lightning address instantly — no sign-up or KYC required.
Learn about Lightning addressesNostr Wallet Connect & Zaps
Built-in NWC lets you send tips (called zaps) on Nostr social networks straight from your wallet.
Nostr Wallet Connect specTap-to-Pay with NFC
True tap-to-pay experience using NFC, even between two Minibits devices. Compatible with Numo payment terminal.
Numo terminalMinibits Mint
Minibits mint issues ecash with SAT unit and serves for testing purposes only. When using ecash, you trust the issuing mint to redeem it back for bitcoin. Use only with small amounts and at your own risk. We encourage communities to set up their own mints for production use.

Cashu Ecash
Minibits mint implements the Cashu protocel with high privacy guarantees - mint never learns your balance or transactions. Issued tokens are bearer instruments with instant and even offline exchange.
Learn about Cashu
Lightning-backed
The mint is backed by the Bitcoin Lightning Network, enabling seamless in-and-out conversion between ecash and Lightning payments at any time.
Minibits Lightning node
Recovery
Ecash tokens can be recovered if your device is lost or damaged. The mint provides a fast and wallet-independent recovery service that allows you to restore your balance using a seed phrase.
Minibits recovery toolMinibits Ippon
Minibits Ippon is a minimalistic ecash and Lightning wallet implementing the Cashu protocol — designed from the ground up for AI agents.
AI agents that need to make or receive micropayments can create a wallet via a single HTTP call or a CLI command, fund it with Lightning, and start transacting in seconds. No UI. No seed phrases. No complexity.
REST API & CLI
Ippon exposes a simple, versioned REST API so AI agents can create wallets, deposit sats, send and receive ecash tokens, and pay Lightning invoices — all over HTTP. A CLI mode with SQLite is also available for local, self-hosted use.
Live Ippon serverSeedless, short-lived wallets
AI agents operate with short-lived wallets and minimal balances. Ippon is designed for exactly this: no seed phrases, no UI, just a lightweight access key per wallet and a clean JSON API.
Ippon GithubMCP server
To facilitate use by AI agents, Ippon includes a built-in MCP (Mint Communication Protocol) server, allowing it to interact with the wallet in network (API) mode.
Ippon MCP server/v1/wallet— Create new wallet/v1/wallet/deposit— Fund via Lightning invoice/v1/wallet— Get wallet balance and limits/v1/wallet/send— Export ecash token/v1/wallet/pay— Pay Lightning invoice or address/v1/wallet/receive— Receive token to wallet/v1/wallet/decode— Decodes Cashu token or lightning invoice/v1/rate/:currency— Get fiat exchange rate