> For the complete documentation index, see [llms.txt](https://docs.tuum.tech/identify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuum.tech/identify/basics/introduction.md).

# Introduction

## Overview

Identify Snap extends MetaMask's features by adding support for Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs), thereby turning MetaMask into a DID wallet.

Identify Snap supports 3 did methods - did:pkh, did:key and did:hedera and users can choose between the 3 methods. More methods will be supported in the future.

Examples of use cases for Identify Snap include:

1. Secure access control: Identify Snap can be employed for authentication and authorization purposes, granting users secure access to various online services and resources based on their verifiable credentials.
2. Credential management: Users can create, manage, and verify their credentials, such as educational qualifications or professional certifications, with the added convenience and security provided by the MetaMask extension.
3. Decentralized identity management: Identify Snap empowers users to establish and maintain control over their digital identities through the use of DIDs and VCs, thus ensuring privacy, security, and reduced reliance on centralized authorities.

In summary, Identify Snap is a valuable addition to the MetaMask ecosystem, offering users an array of enhanced features and enabling developers to incorporate advanced identity management functionalities into their applications.

## What is a Snap?

Metamask Snaps is an open source system that allows anyone to safely extend the functioanlity of Metamask, creating new web3 end user experiences. A Snap can add new API methods to MetaMask, add support for different blockchain protocols, or modify existing functionalities using the [Snaps JSON-RPC API](https://docs.metamask.io/snaps/reference/rpc-api/).

Snaps enable users to interact with new blockchains, protocols, and decentralized applications (dApps) beyond what is natively supported by MetaMask. The goal of the MetaMask Snaps system is to create a more open, customizable, and extensible wallet experience for users, while fostering innovation and collaboration within the blockchain and decentralized application ecosystem.

Developers can write MetaMask Snaps using JavaScript, making it accessible and convenient for a broad range of developers to create custom solutions. Users can then opt to install these snaps to enhance their MetaMask experience, provided they trust the source of the snap.

To learn more about Snaps, visit [Metamask Snap Guide](https://docs.metamask.io/guide/snaps.html).

## How does the Identify Snap work?

<figure><img src="/files/kd4oObrLftmiKqB0GWu9" alt=""><figcaption></figcaption></figure>

## &#x20;What are some of the Identify Snap features?

* Get the Decentralized Identifier(DID) associated with the currently connected metamask account or a non-metamask account(i.e. imported via private key)
* Supports 3 did methods - did:pkh, did:key and did:hedera
* Control non-EVM accounts(eg. Hedera Accounts that deal with Account Ids) and assets in MetaMask
* Store and manage Verifiable Credentials(VC) data on your device and remotely(eg. storing VCs on personal google drive to allow sync feature)
* Generate Verifiable Presentation(VP) from one or more VCs
* Verify VCs and VPs

## Official Snap Release

* Install from Metamask Snap Directory: <https://snaps.metamask.io/snap/npm/tuum-tech/identify/>
* Stable Version: v0.2.1: <https://github.com/hashgraph/hedera-metamask-snaps/tree/main/packages/hedera-identify-snap/packages/snap>
* Snap Npm Package: <https://www.npmjs.com/package/@hashgraph/hedera-identify-snap>
* Snap Audit Report by Core53: Identify Snap Audit Report by Cure53

## Demos

* \[Dec 27, 2024] Identify Snap - v0.2.1 Demo: <https://youtu.be/_wvP4McNwmw>
* \[Mar 23, 2023] Demo Video showcasing Identify Snap integration on an example website: <https://www.youtube.com/watch?t=998&v=fh_FvFm7V9U>

## *Disclaimer*

*This snap is developed by Tuum Tech while the code for the snap is managed by Swirlds Labs. Furthermore, this wallet is neither created nor sponsored by Hedera and is built specifically for Metamask*


---

# 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://docs.tuum.tech/identify/basics/introduction.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.
