# What's zKey?

zKey is a self-custodial wallet using zero-knowledge proof that allows you to login to Dapps with your familiar social accounts like Google, Apple, and Facebook. Designed to be the most suitable wallet for consumer Dapps, it offers unmatched advantages in the three most critical areas.

**Convenience**

* No need to back up private keys or seed phrases.
* No clients or plugins.
* Uses session key to avoid signing for each transaction.

**Security**

* Inherits advanced account security solutions from Google & Apple of 2FA to protect users’ keys from being lost.
* Zero-knowledge proof enables the verification of users' unique Web2 identities on the blockchain, ensuring that only the rightful owner can access the wallet.

**Privacy**

* Zero-knowledge proof enables the verification of users’ Web2 identities without revealing the content to the public.
* The unique salt unlinks users’ on-chain address from their off-chain identities.

Web3 has spent 10 years on building infrastructure, now it has come to a time for applications. zKey will give users the best experience of a self-custodial wallet ever.


---

# Agent Instructions: 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.zkey.org/whats-zkey.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.
