# INTMAX Block Builder

The INTMAX Block Builder is the node responsible for aggregating user transactions and submitting new L2 blocks to the network.

Running a builder lets you:

* **Earn rewards by helping finalize blocks.**
* **Strengthen decentralization by contributing new permissionless capacity.**

| Guide                 | When to use                                                                                                         | Key points                                                                                                                   |
| --------------------- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| **Full-Network Mode** | When the Builder cannot be accessed publicly (behind NAT or firewall). Traffic is relayed through the INTMAX proxy. | Quick, one-command installation without domain or load balancer setup.                                                       |
| **Standalone Mode**   | When the Builder can be made publicly accessible using your own domain or load balancer.                            | Minimal or customizable installation, best for production-grade and flexible setups, supports multiple independent Builders. |

***


---

# 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://intmax-general.gitbook.io/intmax-developers-hub/intmax-block-building/intmax-block-builder.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.
