> 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/hackathon/hackathon.md).

# Visão Geral

Bem-vindo ao guia do participante do hackathon global da Solana, apresentado pela Colosseum! Este guia fornece todas as informações necessárias para participação, competição e sucesso no maior hackathon web3 do mundo.

## Frontier — Hackathon Global Solana 2026

* **Período**: 6 de abril a 11 de maio de 2026.
* **Formato**: Online + eventos presenciais em 20+ países.
* **Inscrição**: [arena.colosseum.org](https://arena.colosseum.org?ref=brasil).
* **Informações oficiais**: [colosseum.com/frontier](https://colosseum.com/frontier).
* **Site Brasil**: [hackathonsolana.com](https://hackathonsolana.com/).
* **Trilha Brasil**: [superteam.fun/earn/listing/hackathon-superteambrasil](https://superteam.fun/earn/listing/hackathon-superteambrasil).

## Prêmios (resumo)

* **Hackathon Global**: $260,000 (1x $50k Grand Champion, 20x $10k Track Winners, 1x $5k University, 1x $5k Open Source).
* **Acelerador Colosseum**: até 10 equipes recebem $250,000 cada em capital pre-seed.
* **Trilha Brasil**: $10,000 distribuídos entre as 10 melhores equipes brasileiras.

## Canais da Superteam Brasil

| Canal        | Link                                                                |
| ------------ | ------------------------------------------------------------------- |
| Site Oficial | [superteam.com.br](https://www.superteam.com.br/pt)                 |
| Discord      | [discord.gg/superteambrasil](https://discord.gg/superteambrasil)    |
| WhatsApp     | [Grupo WhatsApp](https://chat.whatsapp.com/HPIu1YV3mri5QOGf0gUMTO)  |
| Telegram     | [Grupo Telegram](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) |
| Eventos      | [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/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.
