> 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/2023-q3-q4.md).

# 2023: Q3-Q4

### **Q3-Q4 of 2023 Summary:**

In the second half of 2023, we launched the OPZ Wallet Android app and the development of the innovative OPZ-NFC Card. Integrating advanced security APIs with GoPlus Security to strengthen the OPZ wallet security and functionality to a leader position.

### **Q3-Q4 2023 Highlights:**

* [x] **Launch of OPZ Wallet Android App:** The release of the OPZ Wallet on the Google Play Store offers users an All-In-One wallet with advanced security features.
* [x] **The Release of our dApp Browser:** Our dApp browser establishes itself as the safest way to interact with dApps across all EVM chains.
* [x] **Development and Introduction of OPZ-NFC Card:** Completion of the OPZ-NFC Card, an innovative tool that combines the security benefits of cold storage with the ease of NFC technology for asset management.
  * **Key Features of OPZ-NFC Card:** The card facilitates secure offline storage of MPC keys and seamless interaction with dApps and the OPZ app.
  * **Security and Ease of Use:** The OPZ-NFC Card enhances user security with advanced features like Tamper-Proof Design and Signal Shielding.
* [x] **Social Login and Cloud Backup Integration:** OPZ now features Apple and Google social logins, allowing users easy and secure access to their accounts. Additionally, we've integrated iCloud and Google Drive for reliable backup, ensuring safe storage and recovery of wallet information.
* [x] **Integration of GoPlus Security APIs:** Strengthening of the OPZ app with multiple security APIs, including Token Security, Malicious Address Detection, and dApp Security APIs, enhancing overall security and user confidence.
  * **Token Security API:** Implement a system for detecting token risks, ensuring safe and secure asset management.
  * **Malicious Address API:** Introducing auto-detection features during asset transfers to safeguard against potential security threats.
  * **dApp Security API:** Automated checks for dApp security, providing users with real-time and proactive security notifications.
* [x] **V2 UI/UX Update:** We've enhanced the user interface and experience, making our App more user-friendly and visually appealing.
* [x] **Preparation for iOS App Release:** Continued refinement and optimization of the iOS app, gearing up for its release in the Apple App Store.
* [x] **Demo of the DEX:** We completed the demo of our DEX for users to test.
  * **Purpose of Demo:** Gather valuable user feedback and fine-tune the platform before its full-scale launch.

As we closed out a successful 2023, our focus shifted towards the upcoming release of the OPZ Wallet iOS app.


---

# 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/2023-q3-q4.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.
