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

# How to Participate

## Registration Steps

1. Visit the Colosseum platform at [colosseum.com/arena](https://colosseum.com/arena?ref=brasil) and create your account
2. Register and share your achievement badge on X (Twitter), mentioning [@SuperteamBR](https://x.com/superteamBR)
3. Join the official channels: [Discord](https://discord.gg/superteambrasil) | [WhatsApp](https://chat.whatsapp.com/HPIu1YV3mri5QOGf0gUMTO) | [Telegram](https://t.me/+rQ5OtAGRw5NkNGVh)
4. Start developing your project
5. Submit before the fall hackathon deadline (November 2, 2026)

## Brazil Local Track

**In addition to the global hackathon, there is an exclusive local track for Brazilians with $10,000 in prizes.** To participate:

* Registration in the global hackathon (Colosseum) is mandatory
* The **same project** must be used in both tracks (global + Brazil)
* Register for the local track via Superteam Earn: [hackathon SuperteamBrasil](https://superteam.fun/earn/listing/hackathon-superteambrasil)
* Select **Brazil** as your base country during submission

> The Frontier-edition Brazil track is closed — 81 submissions, winners announced June 1, 2026. A new Earn listing for the fall 2026 cycle will be linked here when published.

## Important Links

| What                  | Link                                                                                                           |
| --------------------- | -------------------------------------------------------------------------------------------------------------- |
| Registration platform | [colosseum.com/arena](https://colosseum.com/arena?ref=brasil)                                                  |
| Hackathon info        | [colosseum.com/hackathon](https://colosseum.com/hackathon)                                                     |
| Brazil Track          | [superteam.fun/earn](https://superteam.fun/earn/listing/hackathon-superteambrasil) (Frontier edition — closed) |
| Brazil Site           | [hackathonsolana.com](https://hackathonsolana.com/) (covers the spring 2026 cycle; fall cycle links coming)    |

> **Tip**: Submit your work before the final deadline rather than waiting until the last day.


---

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