# Connect another wallet address to identity

Once connected, your new wallet address will resolve to your original wallet address that was verified in our Identity smart contract. That means you will be able to claim also with associated accounts. Other dapps that rely on G$ identity can also leverage connected accounts.<br>

{% hint style="info" %}
You can connect multiple wallet addresses with your verified address. However, this does not increase the total number of claims allowed. You can still make only one claim per day, regardless of the number of connected addresses
{% endhint %}

#### Connect Account Guide <a href="#steps" id="steps"></a>

Use the tool below to connect another wallet address to your verified GoodDollar account.If the widget below does not load, try opening the widget in a new tab: <https://h3n3kp.csb.app/>

{% embed url="<https://codesandbox.io/p/sandbox/h3n3kp>" %}

#### Steps <a href="#steps" id="steps"></a>

**Connect with your verified wallet address**

1. Connect your verified wallet using the connect wallet button.
2. If you later want to connect a different wallet, click the current wallet address at the top to disconnect and reconnect.

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

**Connect the Accounts**

1. Enter the address you want to connect to your primary account.
2. You can choose on which networks you want to connect this address.

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

3. Review the details, submit the transaction, and approve it in your wallet.

By following these steps, you will successfully call the `connectAccount` method.


---

# 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.gooddollar.org/user-guides/connect-another-wallet-address-to-identity.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.
