# Chrome Plugin provider

The Chrome provider has been implemented using the `ontology-ts-sdk`. The chrome wallet plugin, namely **Cyano** wallet, packages the chrome provider .

The plugin can be downloaded using [this](https://chrome.google.com/webstore/detail/cyano-wallet/dkdedlpgdmmkkfjabffeganieamfklkm) link, or the installation package can be downloaded directly from Github by following [this](https://github.com/OntologyCommunityDevelopers/cyano-wallet/releases) link.

![](/files/-LvPYW30j8266c9wUaFW)

Once installed and set up a plethora of `dApps` can be accessed by following [this](https://dapp.review/explore/ont) link.

{% hint style="danger" %}
To address certain security concerns, all the users are advised to appropriately divide their assets among hot and cold wallets.
{% endhint %}

## Characteristics and features

### Account management and administration

* Creating a new account
* Importing and exporting `keystore` files
* Access an account using a `hexadecimal` private key
* Access an account using the `WIF` format private key
* Restore an account using mnemonics phrase

### Identity management

* Create a new identity
* Access an identity using a `hexadecimal` private key
* Access an identity using the `WIF` format private key

### Asset management

* ONT token balance
* ONG token balance
* OEP-4 token protocol

### Network administration

* Main net&#x20;
* Polaris test net
* Private net
* Local node

### Connecting hardware wallet

* Ledger
* Trezor

### Credible smart contract management

{% hint style="warning" %}
Registering a new identity or account expends 0.01 `ONG`, therefore, please ensure that the wallet account at least has 0.01 `ONG` balance.
{% endhint %}


---

# 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/chrome-plugin-provider.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.
