> For the complete documentation index, see [llms.txt](https://whitepaper.opz.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.opz.io/introduction/roadmap/2022-q1-q2.md).

# 2022: Q1-Q2

### Q1-Q2 of 2022 Summary:

In the first half of 2022, the foundation for OPZ was established, marking the beginning of a journey towards creating an advanced MPC (Multi-Party Computation) wallet. This period was dedicated to conceptualizing the KeyFusion protocol, assembling a skilled team, and developing a next-level wallet that redefines the digital asset management user experience. Our focus was on blending high-level security with user-friendly design.

### Q1-Q2 2022 Highlights:

* [x] **The beginning of OPZ Wallet:** The idea for OPZ Wallet was born, envisioning a new standard in self-custodial wallets using advanced MPC technology.
* [x] **Team Formation:** Gathering a group of talented professionals skilled in blockchain, cryptography, and app development to drive the project forward.
* [x] **Proof of Concept:** We conducted tests to assess the feasibility of our visionary concepts as we moved from theory to practice.
* [x] **Conceptualizing KeyFusion Protocol:** Laying the foundation for our unique KeyFusion protocol, focusing on enhancing security and usability in our MPC (Multi-Party Computation) protocol.
* [x] **Initial Development Phases:** Start developing OPZ Wallet’s core functionalities, ensuring a resilient and secure platform for our users.
* [x] **Designing User Interface:** Branding and prioritizing a user-friendly design (UI/UX), making the app appealing to new and experienced users.
* [x] **Strategic Planning:** Developing a long-term strategy for the rollout and implementing various wallet features, ensuring a clear roadmap for future development.

Stay tuned as we keep coming up with new ideas and pushing the limits of MPC technology.


---

# 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://whitepaper.opz.io/introduction/roadmap/2022-q1-q2.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.
