> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/using-with-metamask-dapps.md).

# Using it with MetaMask-only dApps

Any site that works with MetaMask works here.

Locker Protocol Wallet speaks the same language as MetaMask (EIP-1193) and announces itself to modern sites (EIP-6963). You do not need MetaMask installed.

{% stepper %}
{% step %}

### Sites with a wallet picker

Choose **Locker Protocol Wallet** in the list. It sits next to MetaMask, Rabby and the others.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-1b9b6211c39c8774aea85595ec80d298d4161e40%2F01-site-connect-button.png?alt=media" alt="wallet picker"><figcaption><p>The wallet picker on a dApp.</p></figcaption></figure>
{% endstep %}

{% step %}

### Sites that only have a "MetaMask" button

Click it anyway. The site talks to `window.ethereum`, which Locker Protocol Wallet provides. You get the same **Connection request**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-01939f4acbb94919e1f4bc1c71a1e14e22232488%2F03-connected.png?alt=media" alt="connected as locker"><figcaption><p>Connected through a MetaMask-only button.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Have MetaMask installed too?** Both can coexist. On EIP-6963 sites you pick one explicitly. On old sites, the last extension to load wins `window.ethereum`; disable one of them for that site if the wrong one answers.
{% endhint %}


---

# 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://doc.lockerprotocol.com/browser-extension/using-with-metamask-dapps.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.
