# Competitions

## Why we use the Solana Blockchain?

Integrating blockchain technology enhances the CrunchDAO platform in several key ways:

* **Open Participation**: Third parties, beyond Crunch Lab, can post challenges, increasing the earning opportunities for Crunchers.
* **Privacy Guarantees**: Trusted Execution Environments (TEEs) and Multi-Party Computation (MPC) ensure that model code and data feeds remain private and secure.
* **Continuous Rewards**: Ongoing challenges pay out dynamically, enabling top-performing models to generate a steady revenue stream.

Solana is currently the best fit for CrunchDAO's real-time competitions and prediction feeds, offering fast transaction processing and low fees that fit perfectly with our requirements.

More importantly, Solana's vision—to be the leading platform for low-latency information transfer and financial software—closely aligns with CrunchDAO's goal of becoming the leading decentralized prediction network.


---

# 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://docs.crunchdao.com/real-time-competitions/competitions.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.
