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

# Consejos para Generar Ideas

## Criterios que los Jurados Evaluan

1. **Viabilidad del negocio** — Capacidad de generar ganancias sustentables con un modelo de negocio claro.
2. **Innovacion** — Aprovechamiento de las capacidades unicas de Solana, como velocidad y escalabilidad.
3. **Alineacion del Fundador con el Mercado** — Comprension profunda del publico objetivo y sus necesidades reales.
4. **Calidad de la presentacion** — Habilidad para contar una historia convincente que inspire confianza.

## Donde Buscar Ideas

* [Superteam Build](https://build.superteam.fun/) — Repositorio curado con ideas prometedoras
* [Ganadores anteriores del Solana Hackathon](https://build.superteam.fun/past-hackathon-winners) — Formulas comprobadas para iterar
* Ganadores de hackathons en otras blockchains — Perspectivas de ecosistemas como Ethereum y Polygon
* [Proyectos del ecosistema Solana](https://solana.com/ecosystem) — Incluyendo [soluciones de pago](https://solanapayments.fun/)

## Reconociendo Ideas con Potencial

* "[Posible solo en Solana](https://solana.com/possible)" — Requiere velocidad, escalabilidad y bajos costos
* Modelo de negocio sustentable con flujos de ingresos definidos
* Base de usuarios especifica o problema sistemico claro
* Ejecucion viable en 4 a 6 semanas
* Alianzas accesibles y realistas
* Alineacion con focos de Solana (DeFi, NFTs, pagos, mobile apps)

## Generando Nuevas Ideas

La clave es "percibir anomalias": identificar vacios, inconsistencias o problemas no resueltos. Estas oportunidades frecuentemente existen en las fronteras del conocimiento, donde expertos reconocen necesidades desatendidas.

**Lecturas 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/es/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.
