# Assemble your hardware

{% hint style="info" %}
If your hardware has not arrived yet, follow the link below to spin up a Google Cloud virtual machine (VM) to perform the **"Prepare your OS"** steps.
{% endhint %}

{% content-ref url="/pages/68N04wxxW6k8PC4CHn8H" %}
[Google Cloud](/hardware-and-systems-setup/practicing-for-free-on-cloud-vms/google-cloud.md)
{% endcontent-ref %}

## Inspect your hardware

Inspecting your hardware physically is an important step to remove the possibility of supply chain attacks. This happens when the hardware is somehow compromised (e.g. with a keylogger) before it reaches you.

Open up your node device - the Intel NUC in this case - and make sure there are no unknown components that look badly soldered onto your motherboard (the big green plate). &#x20;

<figure><img src="/files/xCkLWFzD8hXemx03vO6Y" alt=""><figcaption><p>Basic anatomy of the Intel NUC device</p></figcaption></figure>

## Assembling your hardware

#### RAM:

* Align the gold plates of your 16GB Lexar DDR4-3200 SODIMM memory chip with each memory slot on the NUC *- starting first from the inner slot -* and slot it into the slot at a diagonal elevation.&#x20;
* Once the gold plates of the memory chip is snugly slotted in to the memory slot, gently push the memory chip downwards until you hear it "click" into place

#### **Storage:**&#x20;

* Unscrew the small screw near the WIFI chip
* Align the gold plates of your NVME SSD chip with the SSD slot on the NUC and slot it in
* Gently push and hold the SSD chip down and screw the small screw back into its original slot to hold the SSD chip in place. **Note:** You do not have to screw it on too tightly   &#x20;


---

# 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://dvt-homestaker.stakesaurus.com/hardware-and-systems-setup/assemble-your-hardware.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.
