> For the complete documentation index, see [llms.txt](https://docs.unisat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unisat.io/misc/articles/understanding-sub-1-sat-vb-bitcoin-transactions/sub-1-sat-vb-mode-setup-guide.md).

# Sub 1 sat/vB Mode Setup Guide

### 1. What is Sub 1 sat/vB Mode ?

This refers to selecting a fee rate lower than 1 sat/vB when inscribing or using UTXO management features. Most network nodes enforce a default relay policy requiring ≥1 sat/vB. But **Sub 1 sat/vB transactions is more common now that network fee is generally low.**

\
✨ **Advantage of Sub 1 sat/vB Mode**:

Save transaction fees, suitable for non-urgent or large batch minting.

⚠️ **Risk of Sub 1 sat/vB Mode**:

Most pools ***do not*** mine sub **1 sat/vB transactions.** Confirmation is **not guaranteed** may take a long time (from several hours to several days) or never get processed.

\
\&#xNAN;**‼️ Check Current Network Fee Rate**

Before setting sub 1 sat/vB fee rate, we recommend checking the current Bitcoin network congestion. A fee rate of 1 sat/vB or lower means it may result in longer confirmation times.

You may use [mempool.space](https://mempool.space/) to view the fee rate and estimated confirmation time in real time.

<figure><img src="/files/pYb8NAP80AB4XAYEU9dG" alt=""><figcaption></figcaption></figure>

<br>

2. ### How to Set **Sub 1 sat/vB Fee** Order

Currently, UniSat Inscribe and UTXO Management Tool services have supported **sub 1 sat/vB mode**, allowing users to set fee rates below 1 sat/vB to reduce inscribing costs.

* In the fee selection area, set your custom fee rate manually or use the slider, e.g., `0.2 sat/vB`.

<figure><img src="/files/eXAOnZud9LWhR8DQIwOY" alt=""><figcaption></figcaption></figure>

**Acknowledge Risk Warning**

* The system will display a risk alert when enabling sub 1 sat/vB fee mode. Please read the on-page warning carefully, and confirm that you fully understand the risks.

<figure><img src="/files/jY61MAHgTj9hiZ79A760" alt=""><figcaption></figcaption></figure>

**Submit the Order or transaction**

* Click **Submit** to complete the process.

<br>

3. ### Difference Between Payment and Minting Transactions (Important)

Please note:

* **Under Sub 1 sat/vB Mode, you are only adjusting the fee rate for minting transaction, not for the payment transaction.**
* Please **do not** manually change the fee rate for payment to ensure quick order submission

<figure><img src="/files/eTYu8J3dPJBpq7qmzwiK" alt=""><figcaption></figcaption></figure>

**Disclaimer:**

The content of this document is for informational purposes only. It does not constitute (i) investment advice or recommendations, (ii) an offer, solicitation, or inducement to purchase, sell, or hold digital assets, or (iii) financial, accounting, legal, or tax advice. Digital assets (including FTs and NFTs) are subject to market volatility, involve high risk, regulatory changes, and may depreciate in value. The information is provided "as is," and we make no warranties regarding its accuracy. Please consult your legal, tax, or investment professionals to determine whether trading or holding digital assets is suitable for you.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.unisat.io/misc/articles/understanding-sub-1-sat-vb-bitcoin-transactions/sub-1-sat-vb-mode-setup-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
