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

# References

> External links and resources referenced throughout the Crunch Protocol documentation

## Overview

This page contains all external links and resources referenced throughout the Crunch Protocol
documentation, organized by category for easy access and reference.

## Crunch Platform

### Core Platform

* **[Crunch Hub](https://hub.crunchdao.com/)** - Main platform for competitions, model submissions,
  and leaderboards
* **[Competition Listings](https://hub.crunchdao.com/competitions)** - Browse and participate in
  active competitions
* **[User Dashboard](https://hub.crunchdao.com/dashboard)** - Personal dashboard for managing
  submissions and tracking performance
* **[Analytics Dashboard](https://hub.crunchdao.com/analytics)** - See data scientists community
  metrics in real time

### Documentation and Support

* **[Cruncher Documentation](https://docs.crunchdao.com/)** - Comprehensive guides for Crunchers
  (model developers and participants)
* **[Community Forum](https://forum.crunchdao.com/)** - Discussion forums for support,
  announcements, and community interaction

### Social Media and Community

* **[Discord Community](https://discord.gg/veAtzsYn3M)** - Real-time chat and community support
* **[Twitter/X](https://x.com/crunchdao)** - Official announcements and updates
* **[LinkedIn](https://linkedin.com/company/crunchfoundation)** - Professional updates and company
  information
* **[GitHub Organization](https://github.com/crunchdao)** - Official Crunch repositories and
  open-source projects

## Development Resources

### NPM Packages

* **[@crunchdao/cli](https://www.npmjs.com/package/@crunchdao/cli)** - Unified CLI for the
  Crunch Protocol — Coordinator management, competition lifecycle, cruncher operations, and staking

### Python Libraries

* **[Model Runner Client](https://pypi.org/project/model-runner-client/)** - Python library for
  communicating with Crunch Protocol model clusters
* **[Crunch CLI](https://pypi.org/project/crunch-cli/)** - A Python-based command-line interface
  enabling you to seamlessly push the code from your local environment

### Crunch Node

* **[crunch-node](https://pypi.org/project/crunch-node/)** -
  Runtime engine and CLI for Crunch Nodes — install with `pip install crunch-node`, then
  scaffold a workspace with `crunch-node init`

## Blockchain Infrastructure

### Solana Network

* **[Solana Installation](https://solana.com/docs/intro/installation)** - Official Solana CLI
  installation script
* **[Solana Devnet](https://api.devnet.solana.com)** - Solana development network endpoint
* **[Solana Mainnet](https://api.mainnet-beta.solana.com)** - Solana production network endpoint
