> 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/frontier-2026-results.md).

# Frontier 2026 Results

## Frontier by the Numbers

The Frontier hackathon ran from April 6 to May 11, 2026, and closed as the largest crypto hackathon to date:

* **2,857** final projects submitted
* **10,000+** participating builders
* **150+** countries represented
* **26** winning teams, announced on June 26, 2026 — Colosseum expanded the winner pool by 5 teams, citing record submission quality

Full winner list: [Announcing the Winners of the Solana Frontier Hackathon](https://blog.colosseum.com/announcing-the-winners-of-the-solana-frontier-hackathon/).

## Grand Champion: CrowdBrain

**CrowdBrain**, a vertically-integrated robotics DePIN, took the $30,000 Grand Champion prize — sponsored by Phantom and paid in CASH, Phantom's USD stablecoin. The remaining pool went to 25 runner-up startups ($10,000 each) plus the $10,000 University Award and the $10,000 Public Goods Award.

## Brazil Track Results

The Brazil local track on Superteam Earn received **81 submissions**. Winners were announced on June 1, 2026, with **10,000 USDG** distributed across the top 10 Brazilian teams — see the [Earn listing](https://superteam.fun/earn/listing/hackathon-superteambrasil) for the full results.

## Accelerator Cohort 5

On June 29, 2026, Colosseum announced its fifth accelerator cohort: **21 startups** — roughly double the previous cohort and a 0.7% admittance rate — drawn from two pipelines, Frontier winners and the Eternal sprint. Details: [Announcing Colosseum's Accelerator Cohort 5](https://blog.colosseum.com/announcing-colosseums-accelerator-cohort-5/).

## What's Next

### Fall Hackathon 2026

The next global hackathon runs from **September 28 – November 2, 2026** (name not yet announced). Registration and official information: [colosseum.com/hackathon](https://colosseum.com/hackathon). The Brazil local track for the fall cycle is TBD — watch [superteam.fun/earn](https://superteam.fun/earn) and the [Superteam Brasil Discord](https://discord.gg/superteambrasil).

### Colosseum Eternal

Don't want to wait for the next hackathon? [Colosseum Eternal](https://colosseum.com/eternal) runs year-round: start a self-initiated 4-week sprint, submit weekly progress updates, and ship a product. Completed sprints compete for $250,000 in pre-seed funding consideration, accelerator admission, and the $25,000 USDC Eternal Award, granted semi-annually to the team whose product innovation most advances the Solana ecosystem.


---

# 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/frontier-2026-results.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.
