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

# Tips for Generating Ideas

## Criteria That Judges Evaluate

1. **Business viability** — Ability to generate sustainable profit with a clear business model.
2. **Innovation** — Leveraging Solana's unique capabilities, such as speed and scalability.
3. **Founder-Market Fit** — Deep understanding of the target audience and their real needs.
4. **Presentation quality** — Ability to tell a compelling story that inspires confidence.

## Where to Look for Ideas

* [Superteam Build](https://build.superteam.fun/) — Curated repository with promising ideas
* [Previous Solana Hackathon Winners](https://build.superteam.fun/past-hackathon-winners) — Proven formulas to iterate on
* Hackathon winners on other blockchains — Perspectives from ecosystems like Ethereum and Polygon
* [Solana ecosystem projects](https://solana.com/ecosystem) — Including [payment solutions](https://solanapayments.fun/)

## Recognizing Ideas with Potential

* "[Only possible on Solana](https://solana.com/possible)" — Requires speed, scalability, and low costs
* Sustainable business model with defined revenue streams
* Specific user base or clear systemic problem
* Feasible execution in 4 to 6 weeks
* Accessible and realistic partnerships
* Alignment with Solana's focus areas (DeFi, NFTs, payments, mobile apps)

## Generating New Ideas

The key is "noticing anomalies": identifying gaps, inconsistencies, or unsolved problems. These opportunities frequently exist at the frontiers of knowledge, where experts recognize unmet needs.

**Recommended reading:**

* [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/en/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.
