# Why are there batch sizes?

Batch sizing ensures that the order remains as liquid as possible. \
\
We do large batch sizing to avoid people spending more on transaction fees than the cost of the order/bid.\
\
**What are our Batch standards?**

**Palindrome, Uncommon, Block9**: 1 rare sat + 545 common Satoshis for padding.

**Block78, Nakamoto:** 1,000 Rare Satoshis without padding.

**Vintage, Pizza**: 10,000 Rare Satoshis without padding


---

# 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.saturnbtc.io/saturn-v1/faqs/why-are-there-batch-sizes.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.
