# Installation

## Avail-DA-Mainnet

### Go Setup

```
sudo apt update
sudo apt install make clang pkg-config libssl-dev build-essential
```

```
cd
sudo mkdir avail
```

```
cd avail
```

### Dosyaları çekiyoruz

```
wget https://github.com/availproject/avail/releases/download/v2.2.5.1/x86_64-ubuntu-2204-avail-node.tar.gz
```

### Dosyaları zipten çıkartıyoruz.

```
tar -xf x86_64-ubuntu-2204-avail-node.tar.gz
```

### Sevis Oluşturuyoruz...

```
screen -S avail
```

### Node Başlatalım

> \[name your node] yerine istediğiniz bir ismi girebilirsiniz.&#x20;

```
./avail-node --chain mainnet --name [name your node] --validator
```

> Kurulum sonrasında validatör'ünüzün eşleşip eşleşmediğini [BURADAN ](https://telemetry.avail.so/#list/0xb91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a)kontrol edebilirsiniz. Ekradan Nodeisminizi aratmanız yeterli.&#x20;

> Eşleştikten sonra [BURADAN](https://docs.availproject.org/docs/operate-a-node/become-a-validator/stake-your-validator) stake adımlarını takip edip, aktif set için bekleyebilirsiniz. Şuan bekleme listesine girmek için minimum 50.000 AVAIL stake etmeniz gerekiyor.&#x20;


---

# 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://service.coinhunterstr.com/mainnet/avail/installation.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.
