> For the complete documentation index, see [llms.txt](https://evm-docs.mimir.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://evm-docs.mimir.global/guide/connect-to-dapps/walletconnect.md).

# WalletConnect

Mimir supports connecting multisig accounts with other Dapps via Wallet Connect. As long as the Dapp supports Wallet Connect login, you can log in and perform various operations with your Mimir multisig account.

### **Step 1**&#x20;

First, open the Dapp you wish to log in to with your multisig account, such as Uniswap, and select WalletConnect as the login method:

<figure><img src="/files/B9STv04RbJnwaVoDmoWc" alt="" width="360"><figcaption></figcaption></figure>

### **Step 2**&#x20;

In the WalletConnect page, click the copy button to copy the Pairing Key.

<figure><img src="/files/JoFH26VWJ00jb3Mk1Ts2" alt="" width="346"><figcaption></figcaption></figure>

### **Step 3**&#x20;

In Mimir, click the WalletConnect button on the top bar, paste the Pairing Key, and click Confirm.

<figure><img src="/files/xJC36qtPl4iQ9pAW6Acu" alt="" width="350"><figcaption></figcaption></figure>

### **Step 4**&#x20;

Verify that the Dapp information is correct. If everything is correct, click Approve. Ensure that the network selected in the Dapp matches the network of the multisig address.

<figure><img src="/files/lG4Ah7eAWsvnjuy00Si7" alt="" width="375"><figcaption></figcaption></figure>

### **Step 5**&#x20;

After initiating a transaction in the Dapp, return to Mimir to review and sign the transaction. Once signed, the transaction will be successfully initiated, and the subsequent steps are the same as for a normal transaction.


---

# 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://evm-docs.mimir.global/guide/connect-to-dapps/walletconnect.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.
