Sigil — circular seal enclosing a three-node quorum mark

Self-hosted Bitcoin multisig coordination.

A stateless, watch-only coordinator you run on your own machine. Sign directly with your Ledger over WebUSB, or airgap via PSBT. Open source, MIT. Powered by the Caravan libraries.

The coordinator

Any M-of-N quorum

2-of-3, 3-of-5, whatever your setup calls for. Native segwit multisig (P2WSH).

Ledger over WebUSB

Sign directly from a connected Ledger. No companion app in the middle.

PSBT in, PSBT out

Import and export PSBTs for airgapped signers — Coldcard, SeedSigner, anything that speaks PSBT.

Watch-only by design

Configured with xpubs only. Private keys never touch the app.

Day-to-day tooling

Multi-wallet switcher, address labels, recipient whitelist, live mempool fee estimates.

Nothing else

No server, no accounts, no telemetry. A static bundle plus a local API proxy.

Trust boundary

Your xpubs stay in your build. Sigil compiles your wallet configuration into a bundle you run locally — nothing phones home, and no third party learns your addresses or balances.

The app builds and coordinates PSBTs; every signature comes from your own hardware. Anyone who can fetch a configured bundle can derive your addresses, so run it on your own machine and never host a configured build publicly.

Quick start

$ git clone https://github.com/bensig/sigil && cd sigil
$ npm install
$ npm start

First run shows a setup screen — add your network, quorum, and cosigner xpubs. Full config reference in the README.