> For the complete documentation index, see [llms.txt](https://cro-docs.alchemy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cro-docs.alchemy.com/documentation/compute-units.md).

# Compute Units

Compute units are a measure of the total computational resources your apps are using on Alchemy. You can think of this as how you would pay Amazon for compute usage on AWS. Some queries are lightweight and fast to run (e.g., `health`) and others can be more intense (e.g.`genesis`). Each method is assigned a quantity of compute units, derived from global average durations.&#x20;

## Raw Method Costs

### Tendermint&#x20;

| Method                | CU |
| --------------------- | -- |
| health                | 10 |
| tx\_search            | 10 |
| blockchain            | 12 |
| braodcast\_tx\_commit | 12 |
| status                | 13 |
| block                 | 13 |
| commit                | 13 |
| validators            | 13 |
| tx                    | 13 |
| broadcast\_tx\_sync   | 13 |
| broadcast\_tx\_async  | 13 |
| check\_tx             | 13 |
| block\_by\_hash       | 14 |
| block\_results        | 14 |
| abci\_info            | 14 |
| abci\_query           | 14 |
| genesis               | 17 |

### gRPC&#x20;

| Method                      | CU |
| --------------------------- | -- |
| blocks/latest               | 10 |
| blocks/{height}             | 10 |
| cosmos/auth methods         | 10 |
| cosmos/distribution methods | 10 |
| cosmos/gov methods          | 10 |
| cosmos/params methods       | 10 |
| cosmos/upgrade methods      | 10 |
| ibc/core methods            | 10 |
| ibc/applications methods    | 10 |
| cosmos/base methods         | 10 |
| cosmos/tx methods           | 10 |
| syncing                     | 11 |
| validators/latest           | 11 |
| validators/{height}         | 11 |
| cosmos/bank methods         | 11 |
| cosmos/evidence methods     | 11 |
| cosmos/slashing methods     | 13 |
| cosmos/staking methods      | 19 |
| cosmos/mint methods         | 22 |
| node\_info                  | 26 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://cro-docs.alchemy.com/documentation/compute-units.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.
