# MIRASET Chain > Miraset Chain is a Rust-based, compute-first Layer-1 blockchain that rewards participants for providing GPU capacity and executing AI inference workloads. It combines on-chain settlement with off-chain inference and uses Proof of Compute & Capacity (PoCC) as its consensus mechanism. ## Links - [Website](https://miraset.network): The landing page describing the chain, PoCC, architecture, wallet, and roadmap. - [Source code](https://github.com/miraset/miraset-chain): Public monorepo containing the node, worker, and reference wallet. - [Full description for LLMs](https://miraset.network/llms-full.txt): Long-form, citation-ready description of Miraset. ## Key facts - Layer-1 blockchain implemented in Rust (custom node, not a fork). - Consensus: Proof of Compute & Capacity (PoCC) — rewards both GPU capacity and verifiable inference work. - State model: object-centric, native protocol transactions only (no smart contracts). - Settlement: on-chain. Inference execution: off-chain on real GPUs. - Reference wallet: MIRASET Wallet (desktop) — node + worker + UI in one client. - Backend inference engine: Ollama-compatible, with a development mock fallback. - Cryptography: Blake3 hashing, Ed25519 signatures. - Storage: Sled. - Open source: https://github.com/miraset/miraset-chain