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

# Changelog

All notable changes to Quick AI x402 services are documented here. This changelog covers the shared documentation; individual service version bumps are noted per page.

## 2026-06-02

* Initial Gitbook documentation published
* Services documented: Eagle Eye v1.0.0, Quick Signal TA v3.1.0, Quick ZK Auth v1.0.1

## Service roadmaps

### Quick ZK Auth

| Version | Feature                                                        | Status     |
| ------- | -------------------------------------------------------------- | ---------- |
| v1.0.0  | Initial release: Semaphore ZK proof + USDC balance attestation | ✅ Live     |
| v1.0.1  | ERC-8004 envelope, payment binding via `onAfterSettle`         | ✅ Live     |
| v1.1    | Deploy `QuickZKVerifier` contract; real on-chain calldata      | 🚧 Planned |
| v1.2    | Circom range proof for private balance attestation             | 🔮 Future  |

### Eagle Eye

| Version | Feature                                                              | Status |
| ------- | -------------------------------------------------------------------- | ------ |
| v1.0.0  | OFAC SDN + USDC blacklist screening, batch, profile, signed receipts | ✅ Live |

### Quick Signal TA

| Version | Feature                                                 | Status |
| ------- | ------------------------------------------------------- | ------ |
| v3.1.0  | 10 indicators, CoinGecko/CMC fallback chain, GET + POST | ✅ Live |


---

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

```
GET https://quick-ai.gitbook.io/qai-x402-docs/about/changelog.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.
