# Order Limit

## Order Amount Limit

The current limit for maximum pending payment orders for SRC20 and Stamps on OpenStamp is set as follows:

<table><thead><tr><th width="221">Asset\Limit</th><th width="209" align="center">MIN(BTC)</th><th align="center">MAX(BTC)</th></tr></thead><tbody><tr><td>SRC20</td><td align="center">0.0005</td><td align="center">2</td></tr><tr><td>Stamps</td><td align="center">0.0003</td><td align="center">2</td></tr></tbody></table>

We adjust the limit on order amounts based on changes in the network fee rate and token prices. For instance, when the fee rate is high, we will increase the minimum order amount. This is to prevent sellers from having to use a high proportion of the order amount to pay for miner's fees. **However, please note that these adjustments will only apply to new orders and will not affect orders that have already been listed.**

{% hint style="danger" %}

NOTE: Sellers will bear a portion of the transaction fees for asset transfers during the trade, and these fees are closely tied to the Bitcoin network fee rate at the time of the transaction.&#x20;

The approximate formula to calculate the consumed BTC as miner's fee is: Consumed Miner's Fee(BTC) = 800 \* Current Network Fee Rate / Math.pow(10,8). For example, when the network fee rate is 120 sat/vB, it will approximately consume 0.00096 BTC as a miner's fee.

If you are concerned about the cost of these fees, we recommend not listing orders when the network fee rate is high or listing with large order amount. If you have any open orders that have not yet been executed, it may be wise to cancel them and wait until the network fee rate stabilizes or decreases before listing again.
{% endhint %}

## Maximum Pending Payment Order Limit

The current limit for maximum pending payment orders on OpenStamp is set as follows:

<table><thead><tr><th width="237" align="center">OS Points</th><th align="center">Max Pending Payment Order(SRC20&#x26;Stamps)</th></tr></thead><tbody><tr><td align="center">&#x3C; 50</td><td align="center">3</td></tr><tr><td align="center">>= 50</td><td align="center">10</td></tr></tbody></table>

To minimize the possibility of malicious users deliberately locking orders without payment, we currently limit the maximum number of unpaid orders a user can have at one time, based on the number of OS points in their account. If we detect any users engaging in this malicious practice of locking orders without payment, we will blacklist their account, and their OS points will also be frozen.


---

# Agent Instructions: 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:

```
GET https://docs.openstamp.io/product-design/order-limit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
