# Installation and System Requirements

[SEDA](https://seda.xyz/) is an open-source data transmission and computation network that enables a permissionless environment for developers to deploy data feeds. It is built on top of [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) and [CosmWasm](https://github.com/CosmWasm/wasmd).

* To learn about SEDA protocol, please visit [docs.seda.xyz](https://docs.seda.xyz/).
* To learn how to build a local version, please read [developing](https://github.com/sedaprotocol/seda-chain/blob/main/DEVELOPING.md).
* To learn how to contribute, please read [contributing](https://github.com/sedaprotocol/seda-chain/blob/main/CONTRIBUTING.md).

\
**Contents**

[#system-requirements](#system-requirements "mention")\
[#download-from-releases](#download-from-releases "mention")\
[#build-from-source](#build-from-source "mention")

## Installation

### System Requirements

The current minimal system requirements are as follows and may be subject to change based on future improvements:

* Quad Core or larger AMD or Intel (amd64) CPU
  * ARM CPUs (e.g., Apple M1) are discouraged at this time
* 32GB RAM (with ample swap space)
* 1TB SSD Storage
* 100MBPS bidirectional internet connection

Running SEDA on lower-spec hardware is feasible, but you may encounter potential performance issues or an increased risk of crashes.

### Download From Releases

Download from our Github releases [page](https://github.com/sedaprotocol/seda-chain/releases).

### Build From Source

Please check out [developing](https://github.com/sedaprotocol/seda-chain/blob/main/DEVELOPING.md).\
\
**License**\
Contents of this repository are open source under [GNU General Public License v3.0](https://github.com/sedaprotocol/seda-chain/blob/main/LICENSE).


---

# 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.seda.xyz/home/tech/for-chain-operators/installation-and-system-requirements.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.
