# Digital Wallet

**Cyano** wallet is intended towards being able to connect the decentralized internet of the future and allowing it's users easy access to Ontology.

By using **Cyano** wallet, one can open the door to a rich variety of `dApps` that are a part of the Ontology ecosystem. The essential detail here is that the app user's private key is stored securely in the wallet and does not need to be shared with the `dApps`.

**Cyano** as a framework can be understood as being available in two different forms: `Provider SDK` and the `dAPI` that `dApps` would integrate, generally speaking.

## Provider SDK

On the technical implementation end, wallets can provide standardized `Provider` instances for `dApp` calls by integrating the `Provider SDK`. Irrespective of whether the `SDK` is integrated by a PC version or a mobile version wallet, Ontology has provided the relevant `Provider SDK` for the wallets to integrate and utilize.


---

# 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.ont.io/developer-tools/cyano-wallet.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.
