> For the complete documentation index, see [llms.txt](https://wiki.superteam.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.superteam.com.br/en/hackathon/hackathon.md).

# Hackathon Overview

Welcome to the participant guide for the Solana global hackathon, presented by Colosseum! This guide provides all the information you need to participate, compete, and succeed in the world's largest web3 hackathon.

## Solana Global Hackathons 2026

The **Frontier** hackathon (April 6 – May 11, 2026) has concluded — the largest crypto hackathon to date. See [Frontier 2026 Results](/en/hackathon/frontier-2026-results.md) for the full numbers, winners, and what happens next.

### Next: Fall Hackathon 2026

* **Period**: September 28 – November 2, 2026
* **Registration**: [colosseum.com/arena](https://colosseum.com/arena?ref=brasil)
* **Official information**: [colosseum.com/hackathon](https://colosseum.com/hackathon)
* **Year-round**: the Eternal Challenge ([colosseum.com/eternal](https://colosseum.com/eternal)) — launch a product in 4 weeks, any time; winners advance to the accelerator with $250k pre-seed funding.
* **Brazil site/track for the fall cycle**: TBD (hackathonsolana.com and the Earn listing still show the concluded spring cycle — updated links will be published here when Superteam Brasil announces them).

## Prizes (Summary)

* **Global Hackathon (Frontier edition)**: $250,000 ($30k Grand Champion, 20x $10k winners, $10k University Award, $10k Public Goods Award)
* **Colosseum Accelerator**: $250,000 pre-seed for each accepted team
* **Brazil Track**: $10,000 (Frontier edition concluded — see [results](/en/hackathon/frontier-2026-results.md))

## Superteam Brazil Channels

| Channel       | Link                                                                |
| ------------- | ------------------------------------------------------------------- |
| Official Site | [superteam.com.br](https://www.superteam.com.br/pt)                 |
| Discord       | [discord.gg/superteambrasil](https://discord.gg/superteambrasil)    |
| WhatsApp      | [WhatsApp Group](https://chat.whatsapp.com/HPIu1YV3mri5QOGf0gUMTO)  |
| Telegram      | [Telegram Group](https://t.me/+rQ5OtAGRw5NkNGVh)                    |
| YouTube       | [Superteam Brasil](https://www.youtube.com/@SuperteamBrasil)        |
| X (Twitter)   | [@superteamBR](https://x.com/superteamBR)                           |
| Instagram     | [@superteam.brasil](https://www.instagram.com/superteam.brasil)     |
| LinkedIn      | [Superteam Brasil](http://www.linkedin.com/company/superteambrasil) |
| Events        | [luma.com/superteambrasil](https://luma.com/superteambrasil)        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.superteam.com.br/en/hackathon/hackathon.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
