# What is the wallet for?

The TNG Identity Wallet is a native app that lets users store and manage reusable digital credentials. Built on Self-Sovereign Identity (SSI) principles and cryptography, it gives users full control over their data, allowing them to share information securely and privately.

<figure><img src="/files/95caYV3VdOTlMBljszcB" alt=""><figcaption></figcaption></figure>

Implemented using the Sphereon Wallet SDK, the app offers a clean interface and smooth user experience. Core features include credential management, generating verifier proofs, signing presentations, and tracking credential history.

<figure><img src="/files/1gS1SYudcZzntISXmf3A" alt=""><figcaption></figcaption></figure>

Credentials are stored only on the user’s device. The wallet securely manages the private key, receives credentials from issuers, and creates proofs for verifiers. No personal data is shared without the user’s explicit consent and digital signature, ensuring privacy and control at all times.

The app is accessible on both Android and IOS platforms:

* [For Android: Identity on Google Play](https://play.google.com/store/apps/details?id=com.teranode.identity)
* [For iOS: Identity on the App Store](https://apps.apple.com/us/app/teranode-identity/id6756260966)


---

# 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.teranode.group/tng-identity-documentation/tng-identity-wallet/what-is-the-wallet-for.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.
