# Wallet Interoperability

포키는 EIP-6963를 지원합니다. 이는 사용자가 크롬 확장프로그램에 추가한 여러 지갑을 동시에 설치했을때 사용성을 향상시킵니다.

EIP-6963을 통해, 디앱에서 브라우저에 삽입된 여러 지갑 provider를 검색할수 있도록 합니다. EIP-6963에 대한 사용법 및 자세한 설명은[ 여기](https://eips.ethereum.org/EIPS/eip-6963)를 참고해주세요.

디앱 개발자는 `window.pockie` 를 직접 접근할 수도 있지만, 해당 메커니즘을 사용하는 것이 좋습니다. EIP-6963을 지원하는 지갑 목록은 [여기](https://github.com/WalletConnect/EIP6963/blob/master/src/utils/constants.ts)를 참고해주세요.

EIP-6963을 지원하는 지갑은[ https://eip6963.org/](https://eip6963.org/) 에서 테스트 가능합니다.

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

<figure><img src="https://lh7-us.googleusercontent.com/66lCt-FxqkDUuuDWasAumc7pz8Rbbs_7paAB70c0aKtd_J6UK435oM9_bN0qYemkZexeWcputA3n_ZT9SUnmaqDf7A4NYXpiROu4IIRczgN3Q3DFIKinSFysxzFzjXRUAwGm5cVu3Gszlv9V5c9ER0s" 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/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.
