Tools · L3 — ecash & scaling layers

Fedimint

Federated Bitcoin custody plus Chaumian ecash — a guardian federation holds the coins under threshold security while issuing private, Lightning-interoperable tokens.

software Fedimint Links verified 2026-06-02

What it is

Fedimint is an open-source, module-based protocol for running federated Chaumian ecash mints. Instead of one operator custodying the backing Bitcoin (as in single-mint Cashu), a federation of guardians — typically 4–13 — jointly custodies it under threshold signatures: no single guardian can defect or be compromised in isolation. The federation issues private Chaumian ecash and interoperates with the wider Lightning Network through gateway nodes. It ships with Bitcoin, Lightning, and ecash modules.

It is the heavier-trust, higher-robustness option at the L3 bearer-ecash layer: more coordination overhead than Cashu, but no single point of custodial failure.

When to use it

Quick start

Clone github.com/fedimint/fedimint and follow the developer docs at fedimint.org/docs to run a federation or build against the modules; the Fedi operator docs cover running guardians in production. Check the repo’s releases page for the current version and per-module maturity before deploying.

Gotchas