# Ultra-Low Compute Unit Usage

Traditional aggregators often consume large amounts of compute units due to heavy on-chain calculations.

Comet solves this by moving complex mathematical operations off-chain.

The system performs:

* Route simulations
* Liquidity analysis
* Slippage optimization
* Pathfinding
* Price impact calculations

off-chain before transaction construction.

The result is:

* Extremely low CU usage
* Faster execution
* Lower priority fees
* Better scalability
* Reduced congestion exposure


---

# 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.cometaggregator.xyz/comet-aggegrator/ultra-low-compute-unit-usage.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.
