# Running a Node

Sovrun runs on a parallel-optimized HyperEVM-modified version based off of the [**OP Stack**](https://docs.optimism.io/stack/getting-started). This section uses the page [Running an OP Sepolia node from source](https://docs.optimism.io/builders/node-operators/tutorials/testnet) as reference, with some changes.

## Recommended Specs

<table><thead><tr><th width="119"></th><th></th></tr></thead><tbody><tr><td>CPU</td><td>16–32 core CPU with high clock speeds (e.g., AMD EPYC, Intel Xeon, or Ryzen 9/Threadripper series)</td></tr><tr><td>Memory</td><td>32–64GB DDR4/DDR5 RAM</td></tr><tr><td>Storage</td><td>60GB SSD (Full Node) or 200GB SSD (Archive Node)</td></tr></tbody></table>

## How To Deploy

*This section is under construction, steps and connection details will be provided soon.*


---

# 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.sovrun.org/the-sovrn-token/usdsovrn-on-evm-chains/hyperliquid/running-a-node.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.
