# What is PassKey?

PassKey is a next-generation identity authentication technology, widely adopted and jointly promoted by Apple, Google, and Microsoft. Combining advanced cryptography with biometric features (such as fingerprint or facial recognition), PassKey offers anti-phishing protection, hardware-level security, and military-grade safeguards. Its global adoption provides users with top-tier security and convenience.

<figure><img src="/files/2ywJ1sdXSzRG7KWxPLbz" alt=""><figcaption></figcaption></figure>

## Advantages of PassKey

1. **Enhanced Security**\
   PassKey generates and stores private keys on the user’s device using encryption, mitigating the risks of traditional passwords being cracked or leaked. Paired with biometric authentication, it ensures that only the rightful owner can access the account.

2. **Anti-Phishing Protection**\
   PassKey’s authentication process is tied to specific domains, eliminating the possibility of fake websites stealing user information, significantly enhancing resistance to phishing attacks.

3. **Convenient User Experience**\
   No need to remember private keys or lengthy passwords—just a simple touch of a finger or a facial scan completes the authentication, making the process fast and intuitive.

4. **Cross-Platform Compatibility**\
   PassKey supports multiple devices and operating systems, allowing users to seamlessly use it across phones, computers, and other devices with a consistent experience.

5. **Decentralized Control**\
   Private keys are managed locally by the user, without reliance on centralized servers, aligning with the core principles of blockchain decentralization and enhancing user control over their assets.

<br>


---

# 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.1dex.com/learn-about-passkey/quickstart.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.
