> For the complete documentation index, see [llms.txt](https://docs.ont.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ont.io/developer-tools/cyano-wallet/chrome-plugin-provider.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.ont.io/developer-tools/cyano-wallet/chrome-plugin-provider.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
