> For the complete documentation index, see [llms.txt](https://fair3.gitbook.io/fair3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fair3.gitbook.io/fair3/hackathon/fair3-hackathon.md).

# FAIR3 Hackathon

Welcome to the first FAIR3 Hackathon—a call to builders, rebels, dreamers, and decentralists. This is not just a competition. It’s a movement to rewrite the very rules of creation.

<https://www.hackquest.io/hackathons/Tech-Fairness-Hackathon>

### Why This Matters

FAIR3 was born from a simple belief: **True innovation shouldn't be stifled by unfair systems.**

In a world dominated by black-box algorithms, platform monopolies, and the slow erosion of creator value, FAIR3 is rallying teams and builders to co-create a new system:

* Rebuilding transparent algorithmic boundaries, not tolerating opaque control
* Returning true data ownership to users, not platforms
* Designing sustainable income mechanisms for individuals, not passive replacement

We build for those like Wang Xin (QVOD), Shawn Fanning (Napster), and the Tornado Cash developers—visionaries who challenged the system too early and sparked waves of change. Some were misunderstood, some pushed to the margins, some became symbols of unfinished revolutions. But their ideas live on.

**This time, we build together—with and through the FAIR3 community.**

Wang Xin—founder of QVOD and a pioneer of P2P video technology—is now a core member of FAIR3’s CTO circle. In his words:

> "All open-source projects are trying to answer the same question: How can humans collaborate without bosses?"
>
> FAIR3's answer: through verifiable fairness, consensus-based narrative, and emergent community systems.
>
> We're not trying to manage people—but enable people to invent their own rules. — [Wang Xin on Twitter](https://x.com/oviswang)


---

# 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://fair3.gitbook.io/fair3/hackathon/fair3-hackathon.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.
