# Lower Transaction Fees

SRC-101 standard allows multi operation in one transaction which could greatly reduce data storage requirements and save much miner fees. Since SRC-101 tokens are binded with owner address directly, a transaction with multi operations will not require multi UTXO input. SRC-101 is designed to occupy the smallest possible space within the UTXO set, minimizing the impact on the overall efficiency of the Bitcoin network and addressing blockchain bloat concerns. Users could mint multi Bit Name in one transaction. Currently allowed maximum number of operation can be handled in one transaction is 10.

<figure><img src="/files/qkLqYDhXhQWfOXefEFGZ" alt=""><figcaption><p>Operation Code Compression Workflow</p></figcaption></figure>


---

# 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://bitname.gitbook.io/bitname/src-101/lower-transaction-fees.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.
