# Mint Your GridPunk!

**GridPunks** are the first ever **hardware-verified NFTs,** meaning that in order to claim the NFT, you must sign with a Lattice1's unique PUF chip to claim. GridPunks are limited to 1000 total and they come with a variation of traits, some of them rarer than others, just like the original CryptoPunks.

<figure><img src="/files/PVClNeuSIRX40Ee7Kdmm" alt=""><figcaption></figcaption></figure>

### How It Works

Irreproducible atomic scale variations on the secure enclave chip inside the Lattice1 and our firmware keys are combined in true entropy to create unique keys for each Lattice1. Using the subsequent key, a message can be signed to earn a special "Verified Lattice1 Owner" POAP. This POAP can be claimed to any Ethereum address. Using the POAP in our discord, a "Verified Lattice Owner" Discord server role can be assigned which gives the ability to mint one **GridPunk** per each Lattice1.&#x20;

### Step-By-Step Guide

1. [**Claim your "Verified Lattice Owner" POAP** ](https://docs.gridplus.io/lattice1/lattice1-guides/how-to-claim-your-verified-lattice1-owner-poap)\
   In short, on your Lattice1 go to: **System Preferences → Security & Privacy → Verify Lattice** and sign the message "**POAP**". You will then be directed to a page with a claim link for your POAP. via QR code.
2. [**Join our Discord** ](https://discord.gg/gridplus)and then claim your [**Verified-Lattice-Owner role**](https://discord.com/channels/727934140980396063/797946570518691870/1037096059580711076)&#x20;
3. Head over to [**the mint page** ](https://gridplus.io/gridpunks)to mint your GridPunk! They are free to mint, just pay the Ethereum gas fee.

### Privacy Considerations

GridPlus does not, and can not, make the connection between a specific user's Lattice and their personal information when a user claims the POAP/GridPunk to their address. We (our backend code) only know that a valid Lattice1 key has signed the message "POAP", and the POAP can be minted to any wallet the user chooses. Also, they do not have to be minted to a Lattice1 wallet's address at all. If the user wishes the POAP and subsequently the GridPunk, which is a publicly viewable NFT, can be minted to a new address to maintain anonymity.

To claim the Discord role GridPlus uses the Guild.xyz discord bot which checks a users connected address for the required POAP to claim the role.  [**The guild bot is completely open source.**](https://github.com/guildxyz/guild.xyz) Again, the Discord account can be connected through the bot to any of the user's addresses they wish to connect, and the role will be awarded if the connected address contains the POAP.


---

# 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.gridplus.io/lattice1/lattice1-guides/mint-your-gridpunk.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.
