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

# Welcome to LuminAIR

> LuminAIR is an open source framework that leverages Circle STARKs to ensure the integrity of computational graphs.

<img className="w-full" src="https://mintcdn.com/giza-8deddfa3/-D3vMKVKltN53Y3_/images/hero.png?fit=max&auto=format&n=-D3vMKVKltN53Y3_&q=85&s=28fa271442f72e92bee35acebb66c4a9" width="1872" height="1104" data-path="images/hero.png" />

<Warning> **Disclaimer**: LuminAIR is currently under active development 🏗️.</Warning>

**LuminAIR** enables provers to cryptographically demonstrate that a computational graph has been executed correctly,
while verifiers can validate these proofs with significantly fewer resources than re-executing the graph.

This makes it ideal for applications where trustlessness and integrity are paramount, such as healthcare, finance, decentralized protocols and verifiable agents.

# Explore LuminAIR

<CardGroup cols={2}>
  <Card title="Quick Start" iconType="solid" icon="rocket" href="/quick-start">
    Build, Run, and Prove Computational Graphs with LuminAIR.
  </Card>

  <Card title="Concepts" iconType="solid" icon="spa" href="/concepts/integrity">
    Dive into LuminAIR core concepts.
  </Card>

  <Card title="Contribute" iconType="solid" icon="heart" href="/more/contribute">
    Contribute to LuminAIR and be rewarded.
  </Card>

  <Card title="Benchmarks" iconType="solid" icon="chart-simple" href="/more/benchmarks">
    Performance benchmarks for LuminAIR operations.
  </Card>
</CardGroup>
