# Idea Validation

Hackathons reward momentum, but blind momentum still wastes time.

Use this page before you commit to a build. It is meant to help you decide whether an idea is worth shipping during a short competition window.

## Best Sources

* [Superteam Global Hackathon Hub](https://superteam.fun/hackathon)
* [Colosseum Get Started](https://www.colosseum.com/get-started)
* [Build on Solana](/superteam-germany-guilds/build-on-solana/build-on-solana.md)

## Five Questions To Answer First

1. What painful problem are you actually solving?
2. Why now, and why does Solana make this better?
3. Who is the first user you can describe clearly?
4. What is your unfair insight or unique edge?
5. What does success in six weeks actually look like?

If you cannot answer those quickly, the idea is probably too fuzzy for a hackathon sprint.

## What Usually Makes A Good Hackathon Idea

* one clear user and one clear workflow
* a demo that can be understood in under two minutes
* a reason Solana matters to the product, not just to the branding
* scope that fits the timeline
* a path to validation, even if it is lightweight

## What To Avoid

* ideas that need a huge marketplace before anything is useful
* infrastructure projects with no obvious demo or user story
* products that depend on too many integrations to show value
* vague “AI + crypto” concepts without a sharp workflow
* trying to win with complexity instead of clarity

## Fast Validation Tactics

* talk to 3 to 5 real target users before you build too much
* write the one-sentence pitch before the architecture
* define what will be onchain and what will stay offchain
* decide what the judges should remember after your demo
* test whether your pitch still makes sense without jargon

## A Good Next Step

Once the idea is sharp, move to:

* [Team Formation](/superteam-germany-guilds/hackathon-hub/team-formation.md)
* [Frontier 2026](/superteam-germany-guilds/hackathon-hub/frontier-2026.md)
* [Submission & Pitching](/superteam-germany-guilds/hackathon-hub/submission-and-pitching.md)


---

# Agent Instructions: 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:

```
GET https://docs.superteamde.fun/superteam-germany-guilds/hackathon-hub/idea-validation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
