> For the complete documentation index, see [llms.txt](https://docs.bloxchain.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloxchain.app/platform-bloxchain.app/account/connect-wallet.md).

# Connect wallet

**Time:** \~5 min

## What you will learn

* Connect a browser wallet to an app workspace
* Confirm the wallet can read contract state

## Before you begin

* [Create an account and sign in](/platform-bloxchain.app/account/sign-in.md)
* An app opened from the Apps desktop
* Wallet extension installed (MetaMask or compatible)

## Steps

1. Open an app from the Apps desktop (`/dapps/:id`).
2. Select **Connect wallet** in the workspace header or prompt.
3. Approve the connection in your wallet extension.
4. Confirm the displayed address matches the wallet you intend to use for requests and approvals.

![Workspace — placeholder](/files/47PrqJi0UtraG3zSn71s) *Screenshot: App workspace with connect prompt.*

## Verify it worked

* **Workspace → My access** lists at least one role or allowed operation (after admin assignment), or shows an empty state with guidance.
* No persistent **network mismatch** banner ([Wallet or network mismatch](/resources/troubleshooting.md#wallet-or-network-mismatch)).

## Common issues

* **Wrong network** — switch chain in the wallet to match the app’s deployment ([Switch networks](/platform-bloxchain.app/account/networks.md)).
* **No access** — administrator must assign your address to a role ([Configure roles and members](/platform-bloxchain.app/overview-1/roles-and-members.md)).

## Next steps

* [Check my access](/platform-bloxchain.app/overview/my-access.md)
* [Switch networks](/platform-bloxchain.app/account/networks.md)
* [Manage saved wallets](/platform-bloxchain.app/account/saved-wallets.md)


---

# 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://docs.bloxchain.app/platform-bloxchain.app/account/connect-wallet.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.
