> ## Documentation Index
> Fetch the complete documentation index at: https://services.krayir.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Aligned Layer Proof

<Info>
  Herhangi bir sunucuda yapabilirsiniz. **Sürekli çalışacak bir şey değil proof aldığınızda işlem bitecek.**
  Kullandığım sunucu: **Ubuntu 22.04**
</Info>

Gerekli yüklemeleri yapalım

```bash theme={null}
sudo apt update -y && sudo apt upgrade -y
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/install_aligned.sh | bash
source /root/.bashrc
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/get_proof_test_files.sh | bash
```

Alttaki bloğu toplu girin

```bash theme={null}
rm -rf ~/aligned_verification_data/ &&
aligned submit \
--proving_system SP1 \
--proof ~/.aligned/test_files/sp1_fibonacci.proof \
--vm_program ~/.aligned/test_files/sp1_fibonacci-elf \
--aligned_verification_data_path ~/aligned_verification_data \
--conn wss://batcher.alignedlayer.com
```

Alttaki gibi ⁠bir çıktı alacaksınız, linke tıklayın **Verified** olmasını bekleyin.

<Frame>
  <img src="https://mintcdn.com/krayir/9wo7QXUfhGN-nWS8/images/aligned.png?fit=max&auto=format&n=9wo7QXUfhGN-nWS8&q=85&s=0aadfbb23d4f35d466a55d7db8e895fe" style={{ borderRadius: '0.5rem' }} width="1497" height="271" data-path="images/aligned.png" />
</Frame>
