# Lattice1 Guides 🛠️

You can find guides for a couple of tricks you can do with your Lattice here.

### Firmware operations

**Update the Firmware** - a short article about how the Lattice1's firmware is updated and where you can find this option on the device.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/how-to-upgrade-the-firmware>" %}

**Verify That Your Lattice1 Is Authentic** - a useful firmware tool that lets you confirm your device is a an original GridPlus product via reaching out to our servers to prove its authenticity.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/how-to-verify-that-your-lattice1-is-authentic>" %}

**View the Seed Phrase on Your Lattice and SafeCard** - an in-depth look on a feature released in 2024 that lets you view the seed phrase on both your Lattice1 hardware wallet and your SafeCards - if they meet certain conditions.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/view-the-seed-phrase-on-your-lattice-and-safecard>" %}

### GridPlus community

**Claim Your "Verified Lattice1 Owner" POAP and Discord Role** - a guide on how to get the Lattice1 Owner role on our Discord and be eligible to mint our unique NFT (the first hardware-backed one ever!) - a GridPunk.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/how-to-claim-your-verified-lattice1-owner-poap>" %}

**Mint Your GridPunk!** - a guide on how to mint yours once you're a verified Lattice1 owner.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/mint-your-gridpunk>" %}

### SSH guides

{% hint style="info" %}
SSH allows you to communicate with your Lattice via command line and lets you do things you can't do directly on the device screen. Usually used in troubleshooting issues.
{% endhint %}

**Establish a Connection With Your Lattice1 via SSH** - a guide on how to open a communication channel with your device so you can then send commands to it and request info.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/how-to-communicate-with-your-lattice1-via-ssh>" %}

**Connect to WiFi Using SSH** - a set of commands that allows you to connect your Lattice1 to a WiFi network manually.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/connect-to-wifi-using-ssh>" %}

**Disable Wifi When Connected via Ethernet Using SSH** - the Lattice1 will keep the WiFi module active by default, but if you wish to turn it off completely and only use Ethernet, this is the guide for you.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/how-to-manually-disable-wifi-when-connected-via-ethernet>" %}

### Staking Ethereum

**Managing ETH Validator Keys** - a guide for ETH stakers running a node.

{% embed url="<https://docs.gridplus.io/lattice1/lattice1-guides/managing-eth-validator-keys>" %}


---

# 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.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.
