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

# FAQ

## Vision General

Los hackathons globales de Solana son organizados por Colosseum (dos por año). La edicion Frontier (6 de abril – 11 de mayo de 2026) ha concluido — consulta los [Resultados de Frontier 2026](/es/hackathon/frontier-2026-results.md) para ver los numeros, ganadores y premios. El proximo hackathon se realiza del **28 de septiembre al 2 de noviembre de 2026**; el Eternal Challenge de Colosseum tambien funciona todo el año para equipos que no quieren esperar. Las estructuras de premios estan detalladas en [Informacion Esencial](/es/hackathon/essential-info.md).

## Inscripcion

* Registrarse en [colosseum.com/arena](https://colosseum.com/arena?ref=brasil) (arena.colosseum.org ahora redirige permanentemente alli — manten el parametro `?ref=brasil`)
* Cada miembro del equipo necesita una cuenta individual
* Historicamente, el formulario de presentacion abre alrededor de 1 semana antes de la fecha limite (2 de noviembre para la edicion de otoño)
* Info sobre el hackathon: [colosseum.com/hackathon](https://colosseum.com/hackathon)

## Elegibilidad

* Proyectos nuevos que no hayan recibido financiamiento externo
* Proyectos juzgados solo por el trabajo producido durante el hackathon
* Codigo open-source preexistente esta permitido, pero debe ser divulgado
* Equipos que comenzaron hasta 2 meses antes del inicio son elegibles

## Participacion Solo vs. Equipo

Presentaciones individuales estan permitidas, pero equipos diversos (devs + marketeros + diseñadores + producto) son recomendados. Promedio de los ganadores: 3+ miembros.

## Track Local Brasil

* Inscripcion obligatoria en el hackathon global
* **Mismo proyecto** en ambos tracks (global + Brasil)
* El [listing de Earn](https://superteam.fun/earn/listing/hackathon-superteambrasil) de la edicion Frontier esta completado (ganadores anunciados el 1 de junio de 2026 — 10,000 USDG distribuidos entre 10 equipos); el listing del track local de la edicion de otoño esta por confirmar — sigue [superteam.fun/earn](https://superteam.fun/earn) y el [Discord de Superteam Brasil](https://discord.gg/superteambrasil)
* Seleccionar Brasil como pais base en la presentacion

## Soporte

* Recursos: [Guia para Participantes](/es/hackathon/resources.md) y [solana.com/developers](https://solana.com/developers)
* Preguntas tecnicas: [Discord SuperteamBR](https://discord.gg/superteambrasil)
* Eventos: [luma.com/superteambrasil](https://luma.com/superteambrasil) y [solana.com/events](http://solana.com/events)

## Codigo de Conducta

El hackathon requiere comportamiento respetuoso, profesional e inclusivo de todos los participantes.


---

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