by AVBforge.com
Amulet Transaction
No auto-fetch Mainnet

Tor mode is on. Address and UTXO lookups will use the .onion endpoints in your settings.

For .onion addresses to actually resolve, this page must be loaded in Tor Browser (or a regular browser configured to route requests through a Tor proxy). A normal Chrome or Firefox cannot reach .onion addresses and the requests will fail at the network layer.

Load wallet

Pick where the watch-only key (and optionally the UTXOs) come from. The Vault holds wallets at rest. The Scryer reads the same export and adds live balance and UTXO data on top. Manual paste is the catch-all for any wallet that exports an xpub, ypub, or zpub.

Pick from your computer

One click opens your operating system's file picker. The builder loads the file automatically.

Paste the JSON

Copy the file's contents into the box, then click Parse.

UTXOs to spend

Add the unspent outputs you want to fund this transaction with. Get these from your watch-only tool (Scryer, mempool.space, an Electrum server you trust). The "path" column is the address index under the account, written as change/index (for example 0/3 for receive-chain index 3).

txid vout path value (sats)
Total selected: 0 sats

Recipient and fee

PSBT in plain language

A PSBT (Partially Signed Bitcoin Transaction, BIP-174) is a standard file format for a transaction that is being put together in steps.

One tool builds the unsigned shape: which coins to spend, who gets paid, how much fee. Another tool, kept offline with the seed, signs it. A third tool broadcasts the signed transaction to the network.

Hardware wallets, Sparrow, Electrum, and this prototype all speak the same PSBT format. You can hand it around as a base64 string, a .psbt file, or a QR code.

In this tool the Build tab makes the unsigned PSBT. The Sign tab takes a PSBT and your seed, and gives you back a signed one ready to broadcast.

Safe on an air-gapped machine. The Sign tab makes no network calls. You can copy this whole file onto a machine that is permanently offline and use only this tab to sign PSBTs that you carry in by USB or QR. The seed never leaves the page and is wiped from memory the moment you close the tab.

Load PSBT

Paste the base64 PSBT produced by the Build tab (or any PSBT-compatible wallet that targets a BIP-84 native segwit account).

PSBT in plain language

A PSBT (Partially Signed Bitcoin Transaction, BIP-174) is a standard file format for a transaction that is being put together in steps.

One tool builds the unsigned shape: which coins to spend, who gets paid, how much fee. Another tool, kept offline with the seed, signs it. A third tool broadcasts the signed transaction to the network.

Hardware wallets, Sparrow, Electrum, and this prototype all speak the same PSBT format. You can hand it around as a base64 string, a .psbt file, or a QR code.

You are now on the Sign tab: load a PSBT below, type your seed, and the tool returns it signed and ready to broadcast.

Unlock and sign

Type your seed phrase below. It stays in this tab, never leaves the page, and is wiped from memory when you press Forget seed or close the tab.