> For the complete documentation index, see [llms.txt](https://service.coinhunterstr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://service.coinhunterstr.com/mainnet/avail/installation.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://service.coinhunterstr.com/mainnet/avail/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
