# Wallet Identity Widget

**Current Version**

3.1.2

#### **Javascript Library**

<https://identity.manifoldxyz.dev/3.1.2/walletIdentity.umd.min.js>

#### Base CSS

<https://identity.manifoldxyz.dev/3.1.2/walletIdentity.css>

#### Additional CSS

<https://identity.manifoldxyz.dev/3.1.2/walletIdentity.manifold-light.css>

<https://identity.manifoldxyz.dev/3.1.2/walletIdentity.manifold-dark.css>

#### Required Properties

* **data-widget**: `"m-wallet-identity"`
* **data-wallet:** Address of the wallet to identify

## Overview

The Manifold Wallet Identity Widget is an embeddable widget that generates an inline profile of a user based on their wallet address. This profile includes the user's Ethereum Name Service (ENS), ENS Avatar, Twitter handle and links to their profile on different marketplaces, such as Foundation and OpenSea, if they exist. With the Manifold Wallet Identity Widget, you can quickly get a sleek overview of a wallet address, without the hassle of manually searching for their information.

You can see a [live demo of the identity widget here](https://identity.manifoldxyz.dev/2.0.0/demo.html).

## Adding the Identity Widget

You can find detailed instructions on how to install and use widgets for your specific website stack by referring to [Step 3 in the Getting Started Guide](/manifold-for-developers/guides/getting-started.md#step-3-add-manifold-widgets-to-your-website). Step 1 and 2 are not required for this widget.

{% embed url="<https://codepen.io/jaxonL/pen/gOjBWGx>" %}
CodePen for Identity Widget
{% endembed %}


---

# 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.manifold.xyz/manifold-for-developers/resources/widgets/wallet-identity-widget.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.
