> For the complete documentation index, see [llms.txt](https://docs.dataswyft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataswyft.com/learn/data-wallet/data-wallet-canvas-and-solutions.md).

# Data Wallet Canvas and Solutions

Data Wallet (eg. CheckD) consist of "supply side" components which are data profiles, edge computation, E-notary; and "demand side" components, which are badges and offers.

Solution and Ecosystem, designers should use the data wallet canvas below to design their solution/ecosystem.

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

Here are some sample solutions to guide your design.

## Individual Data Wallets

| Badge            | Used for                                      | Source                 | Data Required for badge                                | Offers / Where to use |
| ---------------- | --------------------------------------------- | ---------------------- | ------------------------------------------------------ | --------------------- |
| Above 18         | Validating a user is above 18 to order drinks | Banks on open banking  | Date of Birth                                          | Pubs and Bars         |
| Allergic to nuts | Validating a condition                        | Hospital records / EMR | Allergies                                              | Airlines; Restaurants |
| KYC              | Opening a Financial Services account          | National ID            | Full Name, DOB, Nationality, Tax Identification Number | Financial Services    |

## Micro/SMEs Data Wallets

| Badge         | Used for                                            | Source              | Data Required                                                           | Offers                                |
| ------------- | --------------------------------------------------- | ------------------- | ----------------------------------------------------------------------- | ------------------------------------- |
| Form 31-A     | Sharing information to fill a loan application form | E-Commerce platform | <p>Shop transaction volume a month<br><br>Shop Registration Details</p> | Small loans offers by multiple banks  |
| CO2 Emissions | Scope 3 reporting                                   | ESG Software        | ESG  metrics                                                            | Gov agencies; services; Green Finance |

Do you have a new solution to add? Are you creating a new market for a badge? Share with us on our slack community [here](/undefined/community-and-support.md)!


---

# 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:

```
GET https://docs.dataswyft.com/learn/data-wallet/data-wallet-canvas-and-solutions.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.
