What is Auto-Listing?
Auto-Listing lets you set-and-forget the listing of inscriptions you own. Instead of manually listing each item, you configure a target price (as a % of floor or a fixed amount) and the bot lists it automatically — and updates the price as the floor moves.How It Works
Each auto-list task monitors one inscription:What You Need
- Inscription must be in your ordinals wallet (the bc1p… taproot address shown in Settings)
- Wallet keys must be derived (seed phrase entered in Settings)
- Satflow API key configured in Settings
Supported Price Modes
| Mode | Description |
|---|---|
% of Floor | List at X% of the current collection floor (e.g. 110% = 10% above floor) |
Fixed sats | List at a fixed price that never changes |
Floor-relative example
Listing PSBTs
Satflow uses a 3-PSBT listing flow:- Request unsigned listing PSBTs from Satflow (
createListingPSBTs) - Sign all 3 taproot PSBTs with Schnorr signature (tweaked key)
- Submit signed PSBTs (
submitListingPSBTsround 1) — Satflow returns a compact PSBT - Sign compact PSBT with ECDSA (raw un-tweaked ordinals key)
- Submit compact PSBT (
submitListingPSBTsround 2) → Listed!
Your listing receive address (where payment goes when someone buys) is set to your ordinals address (bc1p…). Using a payment address (bc1q…) will cause a 500 error from Satflow.