# Wallet Interoperability

Pockie supports EIP-6963, which enhances usability when users have installed multiple wallets added to their Chrome browser extension simultaneously.

Through EIP-6963, it allows DApps to search for multiple wallet providers inserted into the browser. For usage instructions and detailed explanations about EIP-6963, please refer to[ this link](https://eips.ethereum.org/EIPS/eip-6963).

While DApp developers can directly access `window.pockie`, it is recommended to use the provided mechanism. Refer to[ this link](https://github.com/WalletConnect/EIP6963/blob/master/src/utils/constants.ts) for a list of wallets that support EIP-6963.

Wallets supporting EIP-6963 can be tested at[ https://eip6963.org/](https://eip6963.org/).

```javascript
window.dispatchEvent(new Event("eip6963:requestProvider"));
```

<figure><img src="https://lh7-us.googleusercontent.com/LFKmBcTwZ4_fRI1K1Jt3_-hR6ZzgTP4lZ3uelwupc3EPnXWKrRA6wfvXAHqaYEAUxl52YJqWBnZWWzPk8SnSU85GZY-lVzE2dGew8vDw5GvCa0e0g9_JZeKX7mgojiQ1AP3aeXkVPlXoiN2RWMy7yU4" alt=""><figcaption></figcaption></figure>


---

# 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.bifrostnetwork.com/pockie-eng/for-developers/wallet-interoperability.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.
