# Connect Wallet

### Function Purpose

The Connect Wallet feature is the entry point of the app. It links the DApp to your Zetrix wallet to enable:

* Account validation
* Secure transaction signing
* Identity recognition on-chain

### What Happens Technically

* DApp requests permissions to read wallet address
* Wallet confirms the user identity
* Application locks UI features until connected

### Expected Result

Once connected:

* Your wallet status becomes **Connected**
* Your address is recognized
* Multisig features become enabled

#### Common Issues

❗ Wallet not detected – ensure extension/mobile wallet installed\
❗ User cancels connection – app remains locked\
❗ Wrong network – app will notify mismatch


---

# 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.zetrix.com/en/developer-resources/multisig-dapp/connect-wallet.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.
