> ## 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.

# Introduction

The Chipforge Platform coordinates distributed hardware design evaluation across a decentralized network. Miners submit hardware designs in response to challenges, while validators independently assess these submissions using industry-standard EDA tools.

<img style={{ borderRadius:"0.5rem" }} src="https://mintcdn.com/alpha-a19ecd92/Ay5hRFBFQ5NIJ9IG/images/Screenshot2025-10-24at5.56.59PM.png?fit=max&auto=format&n=Ay5hRFBFQ5NIJ9IG&q=85&s=32e6cd54fd829362347c21cc2f07491e" width="2422" height="1624" data-path="images/Screenshot2025-10-24at5.56.59PM.png" />

## Technical Documentation

<Columns cols={2}>
  <Card title="Platform Components" icon="computer" href="/platform-components">
    Explore the core modules that make up the challenge platform, including the miner and validator systems.
  </Card>

  <Card title="System Architecture" icon="solar-system" href="/system-arch">
    Understand how different services—frontend, backend, and EDA servers—interact within the challenge ecosystem.
  </Card>

  <Card title="Database Section" icon="database" href="/database">
    Learn how data such as submissions, scores, and challenge metadata are structured and stored.
  </Card>

  <Card title="File Storage System" icon="file" href="/file-storage">
    Discover how design files, logs, and test outputs are managed, stored, and accessed securely.
  </Card>

  <Card title="System Workflows" icon="server" href="/system-workflows">
    Trace the complete workflow from submission generation to validation and scoring automation.
  </Card>

  <Card title="EDA Server Integration" icon="credit-card-front" href="/eda">
    See how the platform integrates with EDA tools like Verilator and OpenLane for hardware simulation and synthesis.
  </Card>

  <Card title="Scoring Methodology" icon="input-numeric" href="/scoring">
    Review the scoring formulas for functionality, performance, and area to understand evaluation metrics.
  </Card>

  <Card title="Performance & Scalability" icon="sparkles" href="/performance">
    Explore system optimizations ensuring scalable evaluations and efficient resource usage.
  </Card>
</Columns>
