# 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>
