> 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/hackathon/tips-and-ideas.md).

# Dicas para Gerar Boas Ideias

## Critérios que os Jurados Avaliam

1. **Viabilidade do negócio** — Capacidade de gerar lucro sustentável com um modelo de negócio claro.
2. **Inovação** — Aproveitamento das capacidades únicas de Solana, como velocidade e escalabilidade.
3. **Alinhamento do Fundador ao Mercado** — Compreensão profunda do público-alvo e suas necessidades reais.
4. **Qualidade da apresentação** — Habilidade de contar uma história convincente que inspire confiança.

## Onde Buscar Ideias

* [Superteam Build](https://build.superteam.fun/) — Repositório curado com ideias promissoras.
* [Vencedores anteriores do Solana Hackathon](https://build.superteam.fun/past-hackathon-winners) — Fórmulas comprovadas para iterar.
* Vencedores de hackathons em outras blockchains — Perspectivas de ecossistemas como Ethereum e Polygon.
* [Projetos do ecossistema Solana](https://solana.com/ecosystem) — Incluindo [soluções de pagamento](https://solanapayments.fun/).

## Reconhecendo Ideias com Potencial

* "[Possível somente na Solana](https://solana.com/possible)" — Requer velocidade, escalabilidade e baixos custos.
* Modelo de negócio sustentável com fluxos de receita definidos.
* Base de usuários específica ou problema sistêmico claro.
* Execução viável em 4 a 6 semanas.
* Parcerias acessíveis e realistas.
* Alinhamento com focos de Solana (DeFi, NFTs, pagamentos, mobile apps).

## Gerando Novas Ideias

A chave é "perceber anomalias": identificar lacunas, inconsistências ou problemas não resolvidos. Essas oportunidades frequentemente existem nas fronteiras do conhecimento, onde especialistas reconhecem necessidades desatendidas.

**Leituras recomendadas:**

* [How to get startup ideas](http://paulgraham.com/startupideas.html) — Paul Graham.
* [The top idea on your mind](http://www.paulgraham.com/top.html) — Paul Graham.
* [Organic startup ideas](http://www.paulgraham.com/organic.html) — Paul Graham.


---

# 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/hackathon/tips-and-ideas.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.
