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

# FAQ

## Overview

Solana's global hackathons are run by Colosseum (two per year). The Frontier edition (April 6 – May 11, 2026) has concluded — see [Frontier 2026 Results](/en/hackathon/frontier-2026-results.md) for the numbers, winners, and prizes. The next hackathon runs **September 28 – November 2, 2026**; Colosseum's Eternal Challenge also runs year-round for teams that don't want to wait. Prize structures are detailed in [Essential Info](/en/hackathon/essential-info.md).

## Registration

* Register at [colosseum.com/arena](https://colosseum.com/arena?ref=brasil) (arena.colosseum.org now permanently redirects there — keep the `?ref=brasil` parameter)
* Each team member needs an individual account
* Historically the submission form opens about 1 week before the deadline (November 2 for the fall edition)
* Hackathon info: [colosseum.com/hackathon](https://colosseum.com/hackathon)

## Eligibility

* New projects that have not received external funding
* Projects judged only by work produced during the hackathon
* Pre-existing open-source code is allowed, but must be disclosed
* Teams that started up to 2 months before the beginning are eligible

## Solo vs. Team Participation

Individual submissions are allowed, but diverse teams (devs + marketers + designers + product) are recommended. Average among winners: 3+ members.

## Brazil Local Track

* Registration in the global hackathon is mandatory
* **Same project** in both tracks (global + Brazil)
* The Frontier-edition [Earn listing](https://superteam.fun/earn/listing/hackathon-superteambrasil) is completed (winners announced June 1, 2026 — 10,000 USDG distributed across 10 teams); the fall-edition local track listing is TBD — watch [superteam.fun/earn](https://superteam.fun/earn) and the [Superteam Brasil Discord](https://discord.gg/superteambrasil)
* Select Brazil as your base country during submission

## Support

* Resources: [Participant Guide](/en/hackathon/resources.md) and [solana.com/developers](https://solana.com/developers)
* Technical questions: [Discord SuperteamBR](https://discord.gg/superteambrasil)
* Events: [luma.com/superteambrasil](https://luma.com/superteambrasil) and [solana.com/events](http://solana.com/events)

## Code of Conduct

The hackathon requires respectful, professional, and inclusive behavior from all participants.


---

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