# Competitions

- [Competitions](https://docs.crunchdao.com/competitions/competitions.md)
- [ADIA Lab Structural Break Challenge: Real Time Edition](https://docs.crunchdao.com/competitions/competitions/structural-break-real-time.md): Monitor time series in real time and detect when their behaviour changes.
- [DataCrunch Equity Market Neutral #2](https://docs.crunchdao.com/competitions/competitions/datacrunch-2.md): This weekly cross-sectional problem target the expected returns of the 3000 most liquid US equities.
- [From Dataset #1 to Dataset #2](https://docs.crunchdao.com/competitions/competitions/datacrunch-2/from-dataset-1-to-dataset-2.md)
- [Obesity ML Competition: Tackling Metabolic Diseases](https://docs.crunchdao.com/competitions/competitions/broad-obesity.md): Can you design algorithms that identify genes driving obesity and metabolic disease?
- [Crunch 1 – Predicting the effect of held-out single-gene perturbations](https://docs.crunchdao.com/competitions/competitions/broad-obesity/crunch-1.md): Predict the single-cell transcriptomic response to unseen single-gene perturbations.
- [Crunch 2 – Predicting the effect of held-out double-gene perturbations](https://docs.crunchdao.com/competitions/competitions/broad-obesity/crunch-2.md): Predict the single-cell transcriptomic response to double-gene perturbations.
- [Crunch 3 – Identifying combinatorial perturbations to drive adipocyte differentiation](https://docs.crunchdao.com/competitions/competitions/broad-obesity/crunch-3.md): Nominate combinatorial gene perturbations that are predicted to most strongly increase a target transcriptional program.
- [Full Specifications](https://docs.crunchdao.com/competitions/competitions/broad-obesity/full-specifications.md)
- [Crash Course](https://docs.crunchdao.com/competitions/competitions/broad-obesity/crash-course.md)
- [ADIA Lab Structural Break Open Benchmark Challenge](https://docs.crunchdao.com/competitions/competitions/structural-break-open-benchmark.md): New edition of the ADIA Lab Structural Break Challenge with a new dataset.
- [DataCrunch Competition](https://docs.crunchdao.com/competitions/competitions/datacrunch-competition.md): This weekly prediction contrast ranks 3000 most liquid US equities for DataCrunch's Hedge Fund.
- [ADIA Lab Structural Break Challenge](https://docs.crunchdao.com/competitions/competitions/adia-lab-structural-break-challenge.md): Detect structural changes in time series data for accurate insights.
- [Broad Institute Autoimmune Disease](https://docs.crunchdao.com/competitions/competitions/broad-institute-autoimmune-disease.md): Crunch Foundation, The Eric and Wendy Schmidt Center, and The Klarman Cell Observatory invite you to join the Autoimmune Disease ML Challenge to design algorithms to help millions of people.
- [Crunch 1 – Oct 28 to Feb 9 – Predict gene expression](https://docs.crunchdao.com/competitions/competitions/broad-institute-autoimmune-disease/crunch-1.md): Predict gene expression in spatial transcriptomics data from matched pathology images
- [Crunch 2 – Nov 18 to Mar 21 – Predicting Unseen Genes](https://docs.crunchdao.com/competitions/competitions/broad-institute-autoimmune-disease/crunch-2.md)
- [Crunch 3 – Dec 9 to Apr 30 – Identifying Gene](https://docs.crunchdao.com/competitions/competitions/broad-institute-autoimmune-disease/crunch-3.md)
- [Full Specifications](https://docs.crunchdao.com/competitions/competitions/broad-institute-autoimmune-disease/full-specifications.md)
- [Lectures](https://docs.crunchdao.com/competitions/competitions/broad-institute-autoimmune-disease/lectures.md)
- [ADIA Lab Causal Discovery](https://docs.crunchdao.com/competitions/competitions/adia-lab-causal-discovery.md)
- [ADIA Lab Market Prediction Competition](https://docs.crunchdao.com/competitions/competitions/adia-lab-market-prediction-competition.md)
- [Rallies](https://docs.crunchdao.com/competitions/rallies.md)
- [Mid+One](https://docs.crunchdao.com/competitions/rallies/mid+one.md): Attacking together, make us stronger.
- [DataCrunch Rally](https://docs.crunchdao.com/competitions/rallies/datacrunch-rally.md)
- [X-Alpha Rally](https://docs.crunchdao.com/competitions/rallies/x-alpha-rally.md): CrunchDAO & X Alpha offer this first of a series of $10,000 Bounty to build the most Powerful, Robust and Unbiased AI-Driven VC algorithm.
- [Participate](https://docs.crunchdao.com/competitions/participate.md): To get started and submit your first model, you will need to pass through the following steps.
- [Notebook Processor](https://docs.crunchdao.com/competitions/participate/notebook-processor.md)
- [Code Interface](https://docs.crunchdao.com/competitions/participate/code-interface.md)
- [Data](https://docs.crunchdao.com/competitions/participate/data.md)
- [Whitelisted Libraries](https://docs.crunchdao.com/competitions/participate/whitelisted-libraries.md)
- [Resources Limit](https://docs.crunchdao.com/competitions/participate/resources-limit.md)
- [R Usage](https://docs.crunchdao.com/competitions/participate/r-usage.md): Experimental polyglot support.
- [Teams](https://docs.crunchdao.com/competitions/teams.md): A TLDR about the team feature.
- [Managing](https://docs.crunchdao.com/competitions/teams/managing.md)
- [Referendums](https://docs.crunchdao.com/competitions/teams/referendums.md)
- [Leaderboard](https://docs.crunchdao.com/competitions/teams/leaderboard.md)
- [Rewards](https://docs.crunchdao.com/competitions/teams/rewards.md): How are rewards distributed within a team?
- [Leaderboard](https://docs.crunchdao.com/competitions/leaderboard.md)
- [Duplicate Predictions](https://docs.crunchdao.com/competitions/leaderboard/duplicate-predictions.md): How is the duplicate badge triggered.
- [FAQs](https://docs.crunchdao.com/competitions/faqs.md): Frequently Asked Questions
- [Prize Winners](https://docs.crunchdao.com/competitions/faqs/prize-winners.md)
- [Contact us](https://docs.crunchdao.com/competitions/faqs/contact-us.md)
- [Known Issues](https://docs.crunchdao.com/competitions/faqs/known-issues.md): A list of known problem and how to solve them.


---

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