# Metamask and Talisman popup priority

### If you want to use Talisman only

Talisman is a fully-featured Ethereum wallet, and can be used to replace MetaMask entirely.

If you'd prefer to use Talisman only, please disable MetaMask in your browser, to prevent it from injecting and responding to requests from the page.

You can check out this [tutorial](https://youtu.be/4K-nlwJ-kTE?si=Nw29GB9CtyzdfQcf) for how to import your MetMask accounts into Talisman.&#x20;

### Talisman is designed to prioritise MetaMask

Some people want to continue using MetaMask alongside Talisman. For this reason, Talisman has been designed to prioritise MetaMask when connecting to dapps via the legacy `window.ethereum` method. Most dapps still use this method, although many are now switching to the newer `EIP-6963` method. For more info on EIP-6963, we have written more about it in this [article](https://medium.com/we-are-talisman/talisman-eip-6963-a-leap-towards-harmonious-wallet-interactions-df43639120f4).&#x20;

If you use both Talisman and MetaMask in your browser, MetaMask is designed to popup when a dapp makes a request to connect an account or sign a transaction. Talisman is not designed to override Metamask.&#x20;

### Possible MetaMask/Talisman popup issues

If you'd prefer to continue to use MetaMask, but you find that Talisman is popping up instead, the problem is nearly always that the Ethereum connection is being interfered with by other wallet extensions installed in the browser.&#x20;

Most commonly, Phantom wallet causes this problem, however other Ethereum wallets may do so. The Phantom team have been notified of this issue. We recommend to disable or uninstall other Ethereum wallets when using Talisman.


---

# 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.talisman.xyz/talisman/help-and-support/troubleshooting/metamask-and-talisman-popup-priority.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.
