# Igra Network Documentation

Welcome to the Igra Network documentation! Igra is a high-performance blockchain built on Kaspa BlockDAG PoW with full EVM compatibility.

## Getting Started

* [**Welcome**](/igralabs-docs/welcome.md)
* [**Quickstart**](/igralabs-docs/quickstart.md)
  * [Deploy Your First Contract](/igralabs-docs/quickstart/deploy-your-first-contract.md)
  * [Network Info](/igralabs-docs/quickstart/network-info.md)
  * [How to Setup a Node](/igralabs-docs/quickstart/how-to-setup-a-node.md)

## Igra DAO

* [**Igra DAO**](/igralabs-docs/igra-dao.md) — Governance and community

## For Attesters

* [**For Attesters**](/igralabs-docs/for-attesters.md) — Staking, monitoring, and managing your attester node
  * [Hardware Requirements](/igralabs-docs/for-attesters/hardware-requirements.md)
  * [Node Setup](/igralabs-docs/for-attesters/node-setup.md)
  * [Attestor Setup Guide](/igralabs-docs/for-attesters/attestor-setup-guide.md)
  * [Delegated Attestation Setup](/igralabs-docs/for-attesters/delegated-attestation-setup.md)
  * [How to Check Your Stake](/igralabs-docs/for-attesters/how-to-check-your-stake.md)
  * [Challenger Guide](/igralabs-docs/for-attesters/challenger-guide.md)

## For Developers

* [**Developer Documentation**](/igralabs-docs/for-developers.md)
  * [Architecture](/igralabs-docs/for-developers/architecture.md)
  * [Contract Addresses](/igralabs-docs/for-developers/contract-addresses.md)
  * [Building with Account Abstraction](/igralabs-docs/for-developers/building-with-account-abstraction.md)
  * [KasExitBridge Developer Guide](/igralabs-docs/for-developers/kasexitbridge-developer-guide.md)
  * [MEV on Igra](https://github.com/IgraLabs/tech-specs/blob/main/public/For%20Developers/MEV%20on%20Igra.md)
  * [Igra Timestamp Mechanics](/igralabs-docs/for-developers/igra-timestamp-mechanics.md)
  * [Ethereum Compatibility and Known Constraints](/igralabs-docs/for-developers/ethereum-compatibility-and-known-constraints.md)


---

# 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://igra-labs.gitbook.io/igralabs-docs/readme.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.
