> For the complete documentation index, see [llms.txt](https://docs.ig3.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ig3.ai/edge-devices/ig3-edge-devices.md).

# iG3 Edge Devices

<table><thead><tr><th>Specification</th><th>M1 Mini</th><th>M1</th><th width="221.75390625">M1E</th></tr></thead><tbody><tr><td>Processor</td><td>8-core RISC-V AI</td><td>12th Gen Intel N100</td><td>6-core Arm CPU 1.5 GHz</td></tr><tr><td>Memory</td><td>8GB LPDDR4X</td><td>16GB DDR4 3200</td><td>8GB 128-bit LPDDR5 68GB/s</td></tr><tr><td>Storage</td><td>SSD 256 GB</td><td>SSD 512 GB</td><td>SSD 256 GB</td></tr><tr><td>Color</td><td>Grey</td><td>Black</td><td>Silver</td></tr><tr><td>Base Connectivity</td><td><ul><li>Dual Ethernet</li><li>USB-C</li><li>GPIO Port </li></ul></td><td><ul><li>Dual Ethernet</li></ul></td><td><ul><li>Dual Ethernet</li><li>Wifi</li><li>USB-C</li><li>GPIO Port</li></ul></td></tr><tr><td>Add-On Connectivity</td><td><ul><li>Wifi</li><li>5G</li></ul></td><td>N/A</td><td><ul><li>5G</li></ul></td></tr><tr><td>Power</td><td>25W</td><td>15W</td><td>40W</td></tr><tr><td>Size</td><td>132mm x 132mm x 58mm</td><td>132mm x 150mm x 70.7mm</td><td>150mm x 133mm x 98mm</td></tr><tr><td>Warranty (Year)</td><td>1</td><td>1</td><td>1</td></tr><tr><td>Purpose</td><td><p>Optimized for lightweight edge AI workloads.<br></p><p>Supports real-time inference for vision, voice, and sensor data with minimal power consumption</p></td><td><p>Optimized for control plane tasks in K3s clusters.<br></p><p>Delivers efficient orchestration for edge computing environments with low power consumption and reliable performance.</p></td><td><p>Optimized for advanced edge AI workloads such as real-time video analytics, natural language processing, and multi-modal sensor fusion.</p><p>Ideal for robotics, autonomous systems, and smart infrastructure.</p></td></tr><tr><td>Tier Multiplier</td><td>0.5x</td><td>1x</td><td>8x</td></tr></tbody></table>

**Tier Multiplier** determines how much reward your device earns. All nodes get a base reward, but higher-tier devices earn **more** thanks to a **higher multiplier**. The higher the TierMultiplier, the more you earn, especially with longer uptime!


---

# 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.ig3.ai/edge-devices/ig3-edge-devices.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.
