> 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/veramo.md).

# Veramo

## Overview

Identify Snap utilizes the Veramo framework to efficiently manage tasks related to Decentralized Identifiers (DIDs), Verifiable Credentials (VCs), and Verifiable Presentations (VPs). Veramo is a high-performance, modular API designed for verifiable data and self-sovereign identity (SSI). It serves as a user-friendly client for creating, managing, verifying, and storing DIDs, VCs, and VPs, thereby simplifying the development process.

With Veramo's plugin development capabilities, we have created custom plugins such as the Snap Data Store plugin, which handles private key management, DID operations, and VC storage within the secure MetaMask environment. Additionally, we have developed the Google Drive Data Store plugin, enabling remote storage of VCs on a user's personal Google Drive. This feature allows for seamless syncing of Identify Snap data across multiple browsers and devices.

In essence, by incorporating the Veramo framework into the Identify Snap, developers can easily manage various aspects of DIDs, VCs, and VPs, while also benefiting from custom plugins tailored to specific needs and use cases.

## What is Veramo?

Veramo is a simple-to-use JavaScript tool that allows developers to integrate secure, verifiable data into their apps. It's designed for those who want to incorporate advanced features like Decentralized Identifiers (DIDs) and Verifiable Credentials.

The verifiable data field has rapidly expanded, resulting in numerous competing standards, which can cause compatibility issues. Veramo solves this problem by being adaptable, modular, and scalable, allowing developers to easily combine various standards without worrying about compatibility or frequently changing specifications.

Developers and product owners often face challenges when dealing with competing standards and may hesitate to commit to a specific vendor or standard. Veramo aims to create an ecosystem of compatible functionality through specialized community plugins that follow open standards.

Veramo works closely with the W3C and DIF to ensure compatibility across different projects. With Veramo, developers can customize their agents by using core plugins for various functions, including DID methods, messaging protocols, storage, key management, and authentication.

To learn more about Veramo, refer to the [Veramo Guide](https://veramo.io/docs/basics/introduction).

## How does Identify Snap use Veramo?

<figure><img src="/files/3KrkUfEAY8KtgVGXpoVp" alt=""><figcaption></figcaption></figure>


---

# 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/veramo.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.
