# Bounty Hub

**1. Purpose**

Bounty Hub is envisioned as the public “jobs board” for HackAI. Model owners will be able to post vetted security tasks, stake HACK, and pay out rewards automatically when a valid exploit (or patch) is reproduced. Researchers will browse open bounties, submit proofs, and build a verifiable reputation without private NDAs or off-platform negotiations.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd-SqQ--WnK90UI91FlyUXfJhtHSFVMCHFKaE4xaJYZ95mTWCZiipSq5ypHo5GD3Ez45JDxXU058FTyx9Olm0Wt6Q4jl5JjmKvZMKgARTgqnHJRd8PBTfF1RXGDV0_Ntm_qjoqQGw?key=8dnxn4l7fPuleI7loQGLNg" alt=""><figcaption></figcaption></figure>

All logic will live in a dedicated Solana program; the UI will surface inside the existing Launch dApp.

***

**3. Example Workflow (Concept Draft)**

1. Post AcmeAI stakes 10 000 HACK and posts “jailbreak prompt that bypasses policy-X on model hash 0x…”.
2. Discover Researcher A finds a working prompt, submits payload + Merkle root.
3. Verify At least N independent peers reproduce the root in the Adversarial Sandbox.
4. Payout Contract releases 10 000 HACK to Researcher A; reputation NFT minted.
5. Patch AcmeAI uploads a fix diff, links it to the exploit ID, earns a “patched” badge in Security Vault.

***

**4. Why It Matters**

* Open coverage – crowdsources edge-case exploits that in-house red teams miss.
* Aligned incentives – researchers get paid instantly; model owners get reproducible proofs.
* Transparent history – every exploit–patch pair lives on-chain for future audits and regulators.


---

# 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://hackai.gitbook.io/hackai-docs/products/bounty-hub.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.
