> For the complete documentation index, see [llms.txt](https://docs.pacaswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pacaswap.com/airdrop/how-to-link-other-wallets-to-your-dag-address.md).

# How to link other wallets to your DAG address?

### Step 1: Sign In to Your Lattice Account

1. Navigate to the Lattice website([Lattice](https://lattice.is/)).
2. Click the **Sign In** button in the top-right corner of the dashboard.
   * If you don’t have an account, create one by following the on-screen instructions.

<figure><img src="/files/JKxgZQ19kSF83BMCJoKj" alt="" width="563"><figcaption></figcaption></figure>

### Step 2: Access the Account Settings

1. Once signed in, click on the user icon in the top-right corner of the page.
2. From the dropdown menu, select **Account** to access your account settings.

<figure><img src="/files/GlsjUm2aScMMZ3BVE9yk" alt="" width="563"><figcaption></figcaption></figure>

### Step 3: Navigate to Socials and Wallets

1. In the **My Account** section, locate the "Profile Settings" menu.
2. Click on **Socials and Wallets** to proceed to the wallet linking page.

<figure><img src="/files/zQ89oxJUFCz9M67DhDsy" alt="" width="563"><figcaption></figcaption></figure>

### Step 4: Link your primary Constellation Wallet

1. Under the **Wallet Addresses** section, locate the **Constellation** category.
2. Ensure your primary DAG address is linked.
   * If it’s not already linked, click **Link Wallet** and follow the instructions to add your DAG address.

{% hint style="success" %}
**This is the DAG wallet address that will be airdropped all the Pacaswap tokens from the linked non-DAG addresses.**
{% endhint %}

<figure><img src="/files/noXy1Vc1ceWWJWU45Ojf" alt="" width="563"><figcaption></figcaption></figure>

### Step 5: Link Ethereum/EVM Wallets (stargazer, metamask and others)&#x20;

1. Scroll to the **Ethereum / EVM** category within the **Wallet Addresses** section.
2. Click **Link Wallet** to add your primary Ethereum wallet.
   * Follow the on-screen instructions to authorize the connection.
3. To add additional Ethereum wallets:
   * Click on **Additional Addresses**.
   * Use the **Link Wallet** button to connect more wallets.
   * You may unlink wallets by selecting the **Unlink** button next to the corresponding address.

### Step 6: Allow Wallet and Social Account Sharing (OPTIONAL: NOT MANDATORY TO RECEIVE THE AIRDROP)

1. Below the wallet address sections, locate the **Allow wallet addresses and social accounts to be Public** option.
2. Toggle this setting on if you agree to share your linked wallet addresses for rewards and activity tracking within the El Paca Metagraph ecosystem.


---

# 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.pacaswap.com/airdrop/how-to-link-other-wallets-to-your-dag-address.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.
