# Change connected wallet

The below section will illustrate how to change the connected MetaMask wallet to the staking dApp. Firstly, you need to connect a wallet as shown in the [Connect wallet to dApp](/staking-dapp/connect-wallet-to-dapp.md) section.&#x20;

For example, you have connected your wallet as a staker and created a [base stake](/staking-dapp/base-stake/create-base-stake.md) pool and now you would like to connect your node wallet to [approve that base stake](/staking-dapp/base-stake/approve-base-stake.md).

Open the MetaMask addon, click on the *Connected* button and then click on the *Switch to this account* option.

<figure><img src="/files/1KTBzJNloqI1XvtYjKg5" alt=""><figcaption><p>Click on the <em>Connected</em> button</p></figcaption></figure>

<figure><img src="/files/9O0rmXPmThYBKArGkEys" alt=""><figcaption><p>Select the wallet address that you need and click on <em>Switch to this account</em></p></figcaption></figure>


---

# 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.ethernity.cloud/staking-dapp/change-connected-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.
