# Nodes

The Arithmic Network has multiple types of nodes:

* **Archival node:** The state of the users in Arithmic is stored as a Merkle Patricia Trie. The archival node stores the state of the users from the network’s genesis. They also store all the transactions executed at L2 from the genesis.<br>
* **Sequencer**: These nodes take part in the stake-based consensus to agree upon the next set of transactions to be executed, and together, update the state of users in the network. In particular, they select and execute the next block of smart contracts/transactions.<br>
* **Validators:** They aid the consensus process by validating the updated state produced by the next block of transactions selected by the sequencer nodes.<br>
* **Prover Nodes:** The Arithmic Network has three types of provers: a) a base prover that aggregates smart contract executions executed at L2, b) a recursive prover that aggregates proofs computed by the base provers, and other recursive provers, and c) a crest prover that aggregates the proof computed by a recursive prover, and calls the verifier at L1.


---

# 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://arithmic-labs.gitbook.io/arithmic-documentation/network-architecture/nodes.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.
