> For the complete documentation index, see [llms.txt](https://docs.witnesschain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.witnesschain.com/archive/proof-of-diligence-watchtower-protocol/diligence-watchtower-roadmap.md).

# Diligence Watchtower Roadmap

| Testnet Phases     | Deliverables                                                                                                                                                                                                                                 |                        |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| Phase 1 (Dec 2023) | <ul><li>Watchtower client</li></ul><p></p><ul><li>Integration with EigenLayer contracts</li></ul><p></p><ul><li>Onboarding Node Operators</li></ul><p></p><ul><li>OP Stack Chains</li></ul>                                                  | Completed (on Sepolia) |
| Phase 2 (Mar 2024) | <p></p><ul><li>Watchtower client</li><li>Integration with EigenLayer contracts</li><li>Onboarding Node Operators</li><li>OP Stack Chains</li></ul><p></p><ul><li>Aggregator</li></ul><p></p><ul><li>Proof of Transaction Inclusion</li></ul> | Completed (on Holesky) |

| Mainnet Stages           |                                                          |      |
| ------------------------ | -------------------------------------------------------- | ---- |
| Phase 1 (Apr 11)         | <ul><li>Operator Whitelisting and Registration</li></ul> | Done |
| Phase 2 (Apr 22-29)      | <ul><li>Proof Submissions</li></ul>                      | Done |
| Phase 3 (Apr 29 onwards) | <ul><li>Aggregator Settlement</li></ul>                  | Done |


---

# 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://docs.witnesschain.com/archive/proof-of-diligence-watchtower-protocol/diligence-watchtower-roadmap.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.
