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

# Technical Architecture

> System Overview

The ChipForge platform operates as a distributed system with clearly defined interfaces and responsibilities. The ecosystem integrates external clients (miners and validators), the ChipForge platform (Challenge Server with supporting services), and external services (GitHub, S3, PostgreSQL, and Blockchain).

<Columns cols={2}>
  <Card title="Challenge Server Architecture" icon="computer" href="/whitepaper/technical/challenge">
    The Challenge Server implements a sophisticated orchestration system managing the complete lifecycle of design challenges
  </Card>

  <Card title="Miner Workflow" icon="solar-system" href="/whitepaper/technical/miner">
    Miners interact with the ChipForge ecosystem through a well-defined workflow
  </Card>

  <Card title="Validator Operations" icon="database" href="/whitepaper/technical/validator">
    Validators provide the critical function of objective design evaluation.
  </Card>
</Columns>
