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

# Vision General

Bienvenido a la guia del participante del hackathon global de Solana, presentado por Colosseum! Esta guia proporciona toda la informacion necesaria para participar, competir y tener exito en el hackathon web3 mas grande del mundo.

## Hackathons Globales de Solana 2026

El hackathon **Frontier** (6 de abril – 11 de mayo de 2026) ha concluido — el hackathon crypto mas grande hasta la fecha. Consulta los [Resultados de Frontier 2026](/es/hackathon/frontier-2026-results.md) para ver los numeros completos, los ganadores y lo que sigue.

### Proximo: Hackathon de Otoño 2026

* **Periodo**: 28 de septiembre – 2 de noviembre de 2026
* **Inscripcion**: [colosseum.com/arena](https://colosseum.com/arena?ref=brasil)
* **Informacion oficial**: [colosseum.com/hackathon](https://colosseum.com/hackathon)
* **Todo el año**: el Eternal Challenge ([colosseum.com/eternal](https://colosseum.com/eternal)) — lanza un producto en 4 semanas, en cualquier momento; los ganadores avanzan al acelerador con $250k en financiamiento pre-seed.
* **Sitio/track Brasil para el ciclo de otoño**: por confirmar (hackathonsolana.com y el listing de Earn todavia muestran el ciclo de primavera concluido — los links actualizados se publicaran aqui cuando Superteam Brasil los anuncie).

## Premios (resumen)

* **Hackathon Global (edicion Frontier)**: $250,000 ($30k Grand Champion, 20x $10k winners, $10k University Award, $10k Public Goods Award)
* **Acelerador Colosseum**: $250,000 pre-seed para cada equipo aceptado
* **Track Brasil**: $10,000 (edicion Frontier concluida — ver [resultados](/es/hackathon/frontier-2026-results.md))

## Canales de Superteam Brasil

| Canal         | Link                                                                |
| ------------- | ------------------------------------------------------------------- |
| Sitio 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/es/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.
