Tools · Wallets & toolkits

Minibits Ippon

A Cashu wallet built from the ground up for AI agents — create and fund a short-lived, single-purpose wallet in one HTTP call or CLI command.

software minibits-cash Links verified 2026-06-02

What it is

Ippon is a minimalistic Cashu (ecash + Lightning) wallet designed from the ground up for autonomous agents, from the team behind the Minibits mobile wallet. An agent creates a wallet via a single HTTP call or CLI command, funds it over Lightning, and transacts in seconds — no channel management at the agent layer, because the mint handles Lightning and the agent just holds bearer ecash. It runs as a hosted REST API server or a local CLI, and a companion minibits_ippon_mcp wraps the API for MCP clients.

It is the canonical agent-native Cashu wallet: the lightest path to giving an agent a spendable balance.

When to use it

Quick start

Run the Ippon API server (or use a hosted instance) and create a wallet with a single HTTP call or the CLI, per the repo README at github.com/minibits-cash/minibits_ippon; add minibits_ippon_mcp to expose it to MCP clients. The Minibits mobile wallet (Android) is a separate, human-facing product.

Gotchas