> 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/how-to-participate.md).

# Como Participar

## Pasos para la Inscripcion

1. Visita la plataforma de Colosseum en [colosseum.com/arena](https://colosseum.com/arena?ref=brasil) y crea tu cuenta
2. Registrate y comparte tu badge de logro en X (Twitter), mencionando a [@SuperteamBR](https://x.com/superteamBR)
3. Unete a los canales oficiales: [Discord](https://discord.gg/superteambrasil) | [WhatsApp](https://chat.whatsapp.com/HPIu1YV3mri5QOGf0gUMTO) | [Telegram](https://t.me/+rQ5OtAGRw5NkNGVh)
4. Comienza a desarrollar tu proyecto
5. Envia antes de la fecha limite del hackathon de otoño (2 de noviembre de 2026)

## Track Local Brasil

**Ademas del hackathon global, existe un track local exclusivo para brasileños con $10,000 en premios.** Para participar:

* Inscripcion obligatoria en el hackathon global (Colosseum)
* El **mismo proyecto** debe usarse en ambos tracks (global + Brasil)
* Inscripcion en el track local por Superteam Earn: [hackathon SuperteamBrasil](https://superteam.fun/earn/listing/hackathon-superteambrasil)
* Seleccionar **Brasil** como pais base durante la presentacion

> El track Brasil de la edicion Frontier esta cerrado — 81 presentaciones, ganadores anunciados el 1 de junio de 2026. Un nuevo listing de Earn para el ciclo de otoño 2026 sera vinculado aqui cuando se publique.

## Links Importantes

| Que                       | Link                                                                                                                                 |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Plataforma de inscripcion | [colosseum.com/arena](https://colosseum.com/arena?ref=brasil)                                                                        |
| Info sobre el hackathon   | [colosseum.com/hackathon](https://colosseum.com/hackathon)                                                                           |
| Track Brasil              | [superteam.fun/earn](https://superteam.fun/earn/listing/hackathon-superteambrasil) (edicion Frontier — cerrada)                      |
| Sitio Brasil              | [hackathonsolana.com](https://hackathonsolana.com/) (cubre el ciclo de primavera 2026; los links del ciclo de otoño llegaran pronto) |

> **Consejo**: Envia tu trabajo antes de la fecha limite en lugar de esperar hasta el ultimo dia.


---

# 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/how-to-participate.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.
