# Wallets

Wallets are a key component to ensure the authenticity of both the issuing entities and the holders of certificates. They play a critical role in securing the cryptographic chain of trust, uniquely identifying entities, and associating credentials with their rightful owners.

### What Are Wallets Used For?

1. **Setting up a Certificate Authority (CA):**
   * The wallet address is used to generate a unique identifier for the CA.
   * This serves as the root of trust in the cryptographic chain for all certificates associated with the issuer.
2. **Issuing Certificates:**
   * Wallets are used to sign and associate certificates with the issuer’s identity, ensuring verifiability in the future.
3. **Storing Certificates:**
   * Certificates are linked to the user’s unique wallet address.
   * Users can claim their certificates to compatible wallets, ensuring their ownership and authenticity.

### Wallet Management

1. **Default Wallet Management**
   * WalliD CertiShop  backend manages wallets for CAs and users by default.
   * Access to wallets is secured through login credentials, ensuring privacy and security.<br>
2. **Custom Wallet Integration**
   * Issuers can use their own wallets to create CAs by registering with a valid wallet in the webapp or via API requests.
   * Users have the option to claim their VCs into their wallets after receiving the certificates via email.


---

# 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/architecture/wallets.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.
