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

# FAQ

#### **1. What is HackAI launching right now?**&#x20;

* Docs Site at docs.hackai.ai (litepaper, roadmap, FAQs)
* Chrome Extension for wallet connection and an optional ChatGPT prompt-tester

#### **2. Why does the prompt-test feature use only ChatGPT?**&#x20;

ChatGPT gives us a stable, familiar demo target while we finish integrations with additional models. More models will be added after the presale.

#### 3. Which blockchain will HackAI launch on?

HackAI will initially launch on Solana, chosen for its fast finality and low fees. Cross-chain deployment will be explored after Genesis.

#### **4. Does the Chrome Extension store my wallet or prompts?**&#x20;

No. Wallet approvals stay inside your own provider. Prompt tests run locally and are never uploaded unless you click Submit.

#### 5. When will Bounty Hub, Adversarial Sandbox, and Security Vault go live?&#x20;

These modules are still in the design phase. Development will begin once the core system is stable, and a draft specification will be shared for community feedback before implementation.

#### 6. How will I know the exact presale start time?&#x20;

We’ll announce the final launch window on X (@HackAI\_xyz) as soon as the main-net contract is deployed.

#### 7. Where can I read the litepaper?&#x20;

Open the Docs Site and click Litepaper v1 in the sidebar, you can read it online or download the PDF.

#### 8. I found a bug or have feedback. Where should I report it?&#x20;

You can email <dev@hackai.xyz> with clear steps to reproduce.

<br>


---

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