# Consolidation

Consolidation is a solution for the wallet-side scalability.

Consolidation is a wallet feature that will literally consolidate all the UTXOs(Unspent Transaction Outputs) from previous incoming transactions to a smaller set (preferably one set if continuously consolidated) of outputs without changing the balance in the wallet.

**The benefits of consolidation are:**\
\
1\. Transaction size: a single transaction with the amount of 500 million QWC is about 4kb. Now users can send a large number of coins without tx size limitation when and if necessary.

2\. Synchronizing speed: wallet is no longer required to scan all the way back to the first transaction of the wallet address. The height of the first confirmation of consolidation transaction becomes the starting point of the wallet sync.

3\. Reducing server load: by reducing the dependency, the server operates more efficiently.&#x20;

The consolidation feature shall be considered a network-wise movement from users for solving the scalability issue, just as Genesis Reference Block(GRB) is for the node-side within public blockchain projects.


---

# 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://wp.qwertycoin.org/scalability/consolidation.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.
