# Polygon ID

### Overview

WalliD wallet supports [Polygon ID ](https://polygon.technology/polygon-id)protocol by integrating with [Polygon ID JS SDK](https://0xpolygonid.github.io/tutorials/js-sdk/js-sdk-overview/). allowing users to <mark style="color:purple;">**`create or import an identifier (DID)`**</mark> in the network and to <mark style="color:purple;">**`claim and prove the ownership`**</mark> of verifiable credentials associated with that DID.

{% embed url="<https://www.youtube.com/watch?v=URSfsz3f3Gc>" %}

### Create or Import DID

The DID is the unique identifier within Polygon ID network to which your verifiable credentials refer. It acts as your public account in the network and it can only be controled by the wallet owning it. Start by selecting Polygon ID in the network tab. If you haven't linked a DID to your account you'll be presented with the following screen.

#### Create DID

Click on <mark style="color:purple;">**`Create DID`**</mark> and a unique identifier will be generated automatically and associated to your address. You will be able so see it within your IDs tab.

<figure><img src="/files/4Gep2PzOYH4pmbzg7wUr" alt="" width="375"><figcaption></figcaption></figure>

#### Import DID

To import a DID you must first import the wallet account to which it is associated. Click on <mark style="color:purple;">**`Import DID`**</mark> and import the seed phrase of the wallet you want to add. The DID will automatically be imported and displayed within your IDs tab.

<figure><img src="/files/svlz6t3Fufv8srkKmRbi" alt="" width="375"><figcaption></figcaption></figure>

### Claim a verifiable credential

WalliD wallet is automatically available as a wallet option to claim and store verifiable credentials for Issuers supporting Polygon ID protocol. After clicking in the website button to claim your credential, WalliD wallet plugin will appear, displaying the credential data and a request to <mark style="color:green;">Receive</mark> or <mark style="color:red;">Decline</mark> it in your wallet. Accepting it will link the data to your identifier and the credential will become available in your wallet extension.

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

### Prove the ownership of verifiable credentials

WalliD wallet allows you to answer proof of ownership requests from external systems (eg. for KYC purposes) or to generate a public one from within your browser extension and/or combined with any other data sources you might have linked to to your wallet. For the latter check out the generic guide in [this user guide](/wallid-wallet/browser-extension/digital-ids.md#prove-the-ownership-of-your-digital-ids).  To approve a request from an external system, click in the website button to call your wallet plugin. The pop-up will display the credential that's being requested, the entity requesting it and will require you to  <mark style="color:green;">Accept</mark> or <mark style="color:red;">Decline</mark> it in your wallet.

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

### Coming soon... :eyes:


---

# 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.wallid.io/wallid-wallet/browser-extension/digital-ids/polygon-id.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.
