# iG3: The Edge Network for Real-Time AI Interaction

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

The rise of large language models (LLMs) has fundamentally changed how humans interact with machines. These models can understand and generate human like language, making conversations with AI feel more natural.&#x20;

From writing and research to coding and customer support, LLMs are now helping people work, learn, and create in smarter, faster ways. They’ve turned machines into collaborators, not just tools. However, the current dominant model, cloud based AI inference, suffers from latency, privacy concerns, and scalability limitations.

iG3 proposes a new paradigm: a decentralized edge computing network powered by thousands of AI enabled devices across the globe, providing instant, private, and cost effective **real time** AI interaction.

These devices form the first inference layer, while high-power data centers with H100/H200 GPUs serve as the fallback for complex requests. Powered by a tokenized incentive system and DID integration on the peaq network, iG3 offers a robust infrastructure for education, entertainment, and productivity use cases.


# Problem

### The Latency Gap in Cloud AI

Cloud inference platforms often take several seconds to respond to voice or video prompts. In use cases like language tutoring, customer service, or gaming, this latency breaks immersion and utility.

### Centralization Risks

The centralized nature of today’s AI platforms poses risks around control, surveillance, and censorship. Users must trust that their data is handled ethically.

### Scalability and Cost

Hosting LLMs at scale in cloud infrastructure becomes economically unsustainable when applied to millions of daily users or devices.


# iG3 Solution

As AI engineers and robotics enthusiasts, we encountered the same pain points that many developers, creators, and innovators face daily:

* Delays when speaking to AI assistants.
* Robots struggling to respond in real-time.
* Cloud models breaking immersion due to latency.
* High infrastructure costs to deliver low-latency AI at scale.

We've built robots that needed to understand humans but by the time the cloud responded, the moment was already lost. We've built prototypes that worked brilliantly in the lab but crumbled in the real world because latency made them feel dumb.

That's why we built **iG3,** not as a product, but as a solution to our own frustration.

We imagined a network where intelligence lived **close to the user**, not halfway around the world. Where devices could:

* Listen, think, and speak in real time.
* Run LLMs, vision models, and voice pipelines without relying on cloud APIs.
* Work together in a secure, decentralized mesh.
* Be owned by the people who run them and reward those who do.

We designed a hybrid system:

* **M1 Devices** act as intelligent gateways — capturing inputs, managing sessions, verifying identities.
* **M1 Mini, M1E** specialize in inference — running vision, voice, and multimodal models at the edge.
* **LLM Gateways** provide fallback for complex tasks — tapping into powerful H100/H200 GPU clusters.

It’s a symphony of AI at the edge — fast, modular, and human-centric.

We didn’t stop at performance. We built the incentives to scale:

* A token system that rewards real contribution.
* A regional mining mechanism that encourages global participation.
* DID integration to anchor trust and verifiability.

This is more than infrastructure. This is a movement.

**iG3 is for the builders. The tinkerers. The believers in better.**

If you’ve ever shouted “Hey AI!” and waited too long for a response, you’ll understand why iG3 needs to exist.

### How iG3 Solves Problems

<table><thead><tr><th>Problem</th><th width="271.63671875">Solution</th></tr></thead><tbody><tr><td>Latency</td><td>Real-time (&#x3C;500ms) interaction via local edge inference (STT, TTS, LLMs).</td></tr><tr><td>Privacy</td><td>AI runs locally on user-owned devices. DID-secured. No data leaves device unless necessary.</td></tr><tr><td>Scalability</td><td>Distributed compute across Edge devices, offloading to cloud only when required.</td></tr><tr><td>Transparency</td><td>Every device is verifiable via DID on peaq. Task logs and rewards are transparent.</td></tr><tr><td>Over-centralization</td><td>Users earn <a href="/pages/vHXIBGZhK0YWWcoOwWLC">$TOPS</a> based on uptime, task completion, and cluster behavior. </td></tr><tr><td>Lack of Incentives</td><td>iG3 uses regional reward balancing and DensityBoost to encourage global, fair distribution.</td></tr></tbody></table>


# iG3 Overall Architecture

<figure><img src="/files/7c5ZUc49zOwawPhaZKt3" alt=""><figcaption><p>iG3 Overall Architecture</p></figcaption></figure>

Gateway Layer

* AI Gateway: Handles general AI inference tasks like CV, audio processing or sensor data analysis
* LLM Gateway: Manages the more resource intensive language model inference

Edge Network Layer

* Edge Devices: handle the actual computation
* Master Node: Manages orchestration, scheduling and control plane operations

Decentralized Layer

* DID: Essential for secure node authentication, reputation tracking and trust establishment.
* Smart Contracts: Critical for automated resource allocation, payment processing and SLA enforcement.


# Gateway Layer

## **AI Gateway (Orchestration Layer)**

The AI Gateway acts as the central brain of the iG3 Edge Network. It manages all device interactions, workload assignments, and dynamic routing. Every edge device connects through this gateway to receive tasks, report results, and maintain secure identity verification.

**Key Responsibilities:**

* **Device Registration & DID Verification**: Each device is authenticated using Decentralized Identifiers (DID) on the peaq network.
* **Workload Distribution**: Distributes AI inference tasks to the most suitable nodes, preferring edge devices first and falling back to the cloud if needed.
* **Task Queueing & Retry**: Ensures fault tolerance with automatic re-queuing of failed jobs.
* **Topology-Aware Load Balancing**: Routes tasks based on proximity, device capability, and current load to optimize performance.
* **Edge Model Discovery**: Detects which models are available on which edge nodes for efficient dispatching.

**Tech Stack:**

* **Kubernetes** for service orchestration and mesh networking.
* **Kafka** as an event bus for task scheduling and status updates.
* **gRPC APIs** for high performance communication between services.
* **Pub/Sub System** to stream results and updates back to users and dashboards.

## **LLM Gateway**

The LLM Gateway specializes in handling natural language tasks and large model interactions. It abstracts away model complexity and provides a streamlined interface for edge users to interact with LLMs in real time whether from a desktop client or a Telegram bot.

**Key Responsibilities:**

* **Token Based Authentication**: Secures access using wallet signatures or DID verification.
* **Text Generation & Chat Handling**: Receives prompts and routes them to the most appropriate model.
* **Model Sharding & Orchestration**: Supports parallelism across multiple GPUs or devices for scalability.
* **Local Edge or Cloud Inference**: Automatically selects between lightweight edge LLMs or cloud-hosted large models (e.g., H100-backed) depending on complexity and urgency.

**Tech Stack:**

* **LiteLLM** for API compatibility with major LLMs and simplified routing.
* **vLLM / NVIDIA Triton / Text generation webui** for efficient model hosting and scaling.
* **Faiss / Qdrant** to support retrieval-augmented generation (RAG) pipelines using vector search.
* **Redis** for caching frequent responses and reducing redundant compute.
* **Billing & Metering Hooks** to track usage and apply token-based pricing models.


# Edge Node Layer

The Edge Node Layer forms the foundation of the iG3 network, composed of distributed devices that run AI workloads close to users. These devices process real-time interactions, reduce latency, and preserve privacy by minimizing cloud dependency.

**Key Capabilities:**

* **Real-time Audio I/O**: Supports speech-to-text (STT) and text-to-speech (TTS) locally for instant voice interaction.
* **Local Inference**: Runs lightweight AI models such as quantized LLMs, Whisper.cpp, and compact TTS engines directly on-device.
* **On-Device Task Execution**: Handles specialized tasks like object detection, surveillance, and sensor data classification.
* **Local Identity Management**: Manages decentralized identifiers (DIDs) for secure and verifiable identity.
* **Status Reporting**: Periodically sends heartbeats, performance stats, and usage metrics to the AI Gateway.

**Software Stack:**

* **Dockerized Microservices**: Modular services for LLMs, audio processing, and task handlers.
* **K3s (Lightweight Kubernetes)**: Orchestrates containerized services efficiently on resource-constrained hardware.
* **gRPC or WebSocket**: Enables fast and secure real-time communication with the AI Gateway.
* **Edge Agent Daemon**: A lightweight background service that handles device coordination, task reception, and model updates.


# Node Architecture Overview

## Agent Node

The M1 Mini and M1E are the foundational units of the iG3 Edge Network. Equipped with modest Edge AI hardware, each Edge AI device runs as a **K3s Agent Node**, responsible for:

* Hosting microservices (e.g., AI inference, data collection)
* Performing real-time tasks (e.g., audio/video processing)
* Communicating with Master Nodes for coordination

## Master Node (Control Plane)

Deployed in a more robust environment, the Master Node runs the K3s Server role on M1 Device:

* Controls scheduling, state management, and deployment logic.
* Maintains the cluster state for all connected agent nodes.
* Integrates with the AI Gateway and LLM Gateway for service orchestration.


# Decentralized Layer

The Decentralized Infrastructure layer leverages blockchain technology to ensure transparency, fairness, and trustless coordination across the iG3 ecosystem. This layer powers the reward system, identity management, and device licensing via the peaq network.

**Blockchain:**

* Built on the **peaq network**, optimized for DePIN use cases.
* Handles:
  * **DID Registration**: Secure, decentralized identity for all devices.
  * **Proof of Uptime**: Verifiable uptime reporting to determine reward eligibility.
  * **Reward Issuance**: Automates $TOPS token payouts based on performance and availability.
  * **NFT-Based Device Licenses**: Each edge device is issued a tradable license NFT to verify its legitimacy and tier.

**Smart Contracts:**

* **Uptime & Location Proofs**: Ensures devices are active and geographically distributed.
* **Staking Mechanism**: Allows device owners to stake tokens for premium access or higher-tier rewards.

**Token Incentivization:**

* **$TOPS Token Emission**:
  * Distributed to edge operators based on real-time metrics recorded on-chain.
  * Designed to encourage uptime, availability, and AI task contribution.
  * Optional DAO-based governance for reward model updates and economic adjustments.


# Tokenomics

### General Information

| Name           | Value                                      |
| -------------- | ------------------------------------------ |
| Ticker         | $TOPS                                      |
| Total Supply   | 10,000,000,000                             |
| Network        | PEAQ                                       |
| Token Contract | 0x6c1ca31a9f3a57bb680f82a8fe97fc00ac4aad21 |

### Token Allocation

The total supply will be 10,000,000,000 tokens, distributed as follows:

<table><thead><tr><th width="181.34765625">Token Use</th><th width="254.806640625">Description</th><th width="130">Supply</th><th>Vesting</th></tr></thead><tbody><tr><td>Team</td><td>Team allocation</td><td>10%</td><td>1-year cliff, 18 months linear</td></tr><tr><td>Advisors</td><td>Advisors allocation</td><td>2%</td><td>1-year cliff, 18 months linear</td></tr><tr><td>Strategic Investors</td><td>1% allocated for Launchpad.<br>Lock the 9% strategic allocation in a DAO controlled vault. If no investors close by 3 month post-TGE, community will vote on the reallocation (burn, redistribute, reward builders).</td><td>10%</td><td>3% at TGE, 24 months linear.<br><br></td></tr><tr><td>Edge Operator Rewards</td><td>Rewards are performance based, adjusted by node uptime and AI task workload.</td><td>50%</td><td>2% at TGE, remaining 98% distributed over 120 months using a monthly decay model. Rewards are performance based, adjusted by node uptime and AI task workload. Unclaimed or leftover tokens after 120 months will be governed by the DAO for future incentives or burns.</td></tr><tr><td>Marketing</td><td>Marketing/PR &#x26; ecosystem growth expense.</td><td>5%</td><td>10% at TGE, 24 months linear</td></tr><tr><td>AI Ecosystem Development</td><td>Grants for builders to develop the deAI apps on the Ecosystem</td><td>7%</td><td>3% at TGE, 24 months linear</td></tr><tr><td>Robotic Ecosystem Development</td><td>Grants for builders to develop the robotic projects on the Ecosystem</td><td>5%</td><td>3% at TGE, 24 months linear</td></tr><tr><td>Community Development</td><td>Rewards for community/airdrops</td><td>8%</td><td>10% at TGE,  36 months linear</td></tr><tr><td>Liquidity</td><td>Liquidity tokens are used for DEXs &#x26; CEXs listing.</td><td>3%</td><td>100% at TGE</td></tr></tbody></table>

**Disclaimer:**\
The tokenomics outlined in this document are subject to change as part of ongoing efforts to optimize and improve the project. Any modifications will be made with the intention of enhancing the ecosystem's sustainability, usability, and long-term value for all stakeholders.


# Utility

| Category              | Function                                                                         |
| --------------------- | -------------------------------------------------------------------------------- |
| Incentives            | <ul><li>Rewards to Edge Device operators and community contributors</li></ul>    |
| Governance            | <ul><li>DAO Voting on re-allocation, grants and Roadmap</li></ul>                |
| Ecosystem Growth      | <ul><li>Builder Grants for AI and Robotic Projects on iG3 Edge Network</li></ul> |
| Access & Monetization | <ul><li>Pay and earn from apps consume Edge Services</li></ul>                   |
| Staking & Boosting    | <ul><li>Boost rewards and access the priority tasks</li></ul>                    |
| DEX/CEX Liquidity     | <ul><li>Trade, provide LP, unlock Capital</li></ul>                              |


# KYC Verification

To keep the iG3 Ecosystem **secure and compliant** with global **Anti-Money Laundering (AML)** regulations, **KYC (Know Your Customer)** verification is **required** before you can claim or withdraw your earned **$TOPS tokens**.

## Why KYC is Required

* Ensures compliance with AML and global regulatory standards.
* Enhances network **transparency**, **security**, and **fairness**.
* Prevents abuse or manipulation of the token distribution process.

## iG3 KYC Provider: Blockpass

iG3 uses **Blockpass** for KYC services. This includes:

* **Liveness detection**
* **ID document verification**

You only need to complete KYC **once** to access future reward claims.

## Who is Eligible?

You are eligible for KYC if:

1. You are **at least 18 years old**
2. You are **not a resident** of any **OFAC/UN-sanctioned countries**, including:
   * **Cuba**
   * **Iran**
   * **North Korea**
   * **Syria**
   * **Crimea**, **Donetsk People’s Republic**, and **Luhansk People’s Republic** regions


# Vesting Wallets

<table><thead><tr><th width="181.34765625">Token Use</th><th width="487.53125">Vesting Wallet</th></tr></thead><tbody><tr><td>Team</td><td>0x9a332aC6B0567340E99e3B635134eE100fcc5c3a</td></tr><tr><td>Advisors</td><td>0x460073bC76Bde80A15C78CDEfc9DB50B954720a7</td></tr><tr><td>Edge Operator Rewards</td><td>0x09412C80106451BA87e1E615d92C4Ff3EE7a9C21</td></tr><tr><td>Marketing</td><td>0x1EaF259c227e30aeBfaEeE34aE99E24f40be2E63</td></tr><tr><td>AI Ecosystem Development</td><td>0x947494003CF58cdBD3169ab3A96400E2c762B4EE</td></tr><tr><td>Robotic Ecosystem Development</td><td>0x69791f3f196F20d8D6d5063D64F6d3b45e50889B</td></tr><tr><td>Community Development</td><td>0x2E1A3E5f84E8851372BafEd35E405171Cd2d3444</td></tr><tr><td>Liquidity</td><td>0x8708c5AC01a70d737265bBF26a79eA5e3bCfeAc3</td></tr><tr><td>Staking</td><td>0x05c608ECad57C0c868fDd597139ad80378e72650</td></tr><tr><td>Strategic Investors</td><td>0xAa7771f5CEeF0deE945Dd88244461e68687722fb</td></tr></tbody></table>


# Reward Mechanism

The reward mechanism governs how rewards are distributed to edge nodes in each epoch.  An epoch is defined as a one-week period starting from Thursday at 02:00 UTC and ending the following Thursday at 02:00 UTC.  The TOPS token reward system is designed to encourage high performance, distributed, and honest behavior across edge device operators.

It combines both deterministic and performance based components to incentivize optimal behavior.&#x20;

```
TOTAL_REWARD_PER_EPOCH = BASE_REWARD_POOL + BONUS_REWARD_POOL
```

### 🛠 Base Reward Pool

```
BASE_REWARD_POOL = BASE_REWARD * UPTIME_RATIO * TIER_MULTIPLIER
```

* `BASE_REWARD`: Static reward allocated per epoch.
* [`UPTIME_RATIO`](/reward-mechanism/uptime-ratio): Float (0–1) indicating the percentage of time the node was online.
* [`TIER_MULTIPLIER`](/reward-mechanism/tier-multiplier): Numeric multiplier based on device tier.

Ensures fair distribution based on device availability and hardware contribution.

### 🎯 Bonus Reward Pool

```
BONUS_REWARD_POOL = EPOCH_POOL * STAKING_WEIGHT * AI_TASK_SCORE * DENSITY_BOOST
```

* `EPOCH_POOL`: Dynamic bonus pool assigned for the epoch.
* `STAKING_WEIGHT`: Ratio of tokens staked on a device relative to others.
* [`AI_TASK_SCORE`](/reward-mechanism/ai-task-score-and-machine-selection-algorithm): Performance-based score derived from completed AI tasks.
* [`DENSITY_BOOST`](/reward-mechanism/density-boost): Incentive multiplier for operating in low-density regions.

Rewards behavior that improves network quality: staking, compute contribution, and geographic decentralization.

### ⚠️ Reward Payout

* Reward payouts are weekly, **every Thursday AFTER 2:00 AM UTC** once the epoch ends.
* **Payout times vary by device**, so check your device screen for your specific reward receive date and time.


# Tier Multiplier

| Device  | Multiplier |
| ------- | ---------- |
| M1 Mini | 0.5x       |
| M1      | 1x         |
| M1E     | 8x         |


# Uptime Ratio

| Uptime (%) | Ratio |
| ---------- | ----- |
| 95% - 100% | 1.0   |
| 85% - 94%  | 0.8   |
| 70% - 84%  | 0.75  |
| < 70%      | 0.25  |


# Density Boost

```
DENSITY_BOOST = 1 + 
    IF (NUM_DEVICES_IN_FARM > 20) THEN 0.08  
    ELSE IF (NUM_DEVICES_IN_FARM > 10) THEN 0.03  
    ELSE MIN(0.07 × LOG10(NUM_DEVICES_IN_FARM), 0.25)   
```

| Number of Devices in Edge Farm | Density Boost Bonus |
| ------------------------------ | ------------------- |
| 10+                            | 3%                  |
| 20+                            | 8%                  |
| 25+                            | 10%                 |
| 50+                            | 12%                 |
| 100+                           | 14%                 |
| 300+                           | 17%                 |
| 500+                           | 19%                 |
| 1000+                          | 21%                 |

To be eligible for Edge Farm, an operator must register as a farm and meet the following conditions:

* KYC/KYB verification required
* Wallet address that manages all the devices
* Declare the number of devices to be registered
* Ensure total upload bandwidth of at least 500 Mbps
* Use static IP
* Submit network configuration and infrastructure info


# AI Task Score & Machine Selection Algorithm

### **AI Task Score**

The **AI\_TASK\_SCORE** measures a machine's performance in completing AI inference tasks during an epoch.

```
AI_TASK_SCORE = 1 + min(1.0, (Σ(task_weight_i × success_i) / TASK_WEIGHT_NORM))
```

* **`task_weight_i`**  : Importance/weight of task *i* (higher means more important).
* **`success_i`** : `1` if the task was completed successfully, `0` if failed.
* **`TASK_WEIGHT_NORM`** : Normalization constant (default: `10`) to cap the score boost at `+1.0`.

### **Weighted Scoring Algorithm for Selecting Machines**

This part chooses **which machine** gets the next AI inference task, based on **three main factors**:

* **Stake Score:** How much $TOPS the machine has staked (more stake = higher trust/reputation).
* **Uptime Score:** How consistently the machine has been online.
* **Latency Score:** How fast the machine responds (lower latency = better).

```
final_score = (
    w_stake × normalized_stake +
    w_uptime × normalized_uptime +
    w_latency × (1 - normalized_latency)
)

normalized_stake = (stake_i - stake_min) / (stake_max - stake_min)
normalized_uptime = (uptime_i - uptime_min) / (uptime_max - uptime_min)
normalized_latency = (latency_i - latency_min) / (latency_max - latency_min)

Top_K = sorted(machines, key=final_score, reverse=True)[:K]
probabilities = [score / sum(scores in Top_K)]

selected_machine = random.choices(Top_K, weights=probabilities, k=1)
```

* **Normalization:** Converts raw values to the **0–1** range so they’re comparable
* **Latency adjustment:** We use **(1 – normalized\_latency)** . So **lower latency = higher score**.
* **w\_stake, w\_uptime, w\_latency:** Adjustable weights for different strategies (e.g., if real-time inference is critical, increase `w_latency`)

### Selection Strategy: Top K + Probabilistic Sampling

* **Calculate `final_score`** for all machines.
* **Pick Top K machines** with the highest scores.
* **Calculate selection probabilities**
* **Randomly select 1 machine** based on these probabilities.


# How to Acquire $TOPS

To participate in the iG3 Ecosystem, you'll need $TOPS. There are 3 main ways to get started:

<details>

<summary>1.Purchase $TOPS on exchanges</summary>

$TOPS is available on the following exchanges:

* BitMart (July 24, 2025)
* MachineX (TBA)
* More to come

To buy $TOPS, you'll need to sign up on a supported exchange, deposit funds, search for $TOPS and place an order.

</details>

<details>

<summary>2.Earn $TOPS by becoming an Edge Device Operator</summary>

If you run an Edge Device, you can earn $TOPS weekly by contributing compute power to The Edge network.

* 50% of the total $TOPS supply is allocated to **Edge Operator Rewards,** recognizing the vital role Edge Device Operators (Node Operators) play in powering the iG3 Ecosystem with compute resources.
* The more uptime and performance your device has, the more $TOPS you earn.

Payouts: every Thursday at 2:00 AM (UTC).\
📘 Learn more: [Reward Mechanism](/reward-mechanism)

</details>

<details>

<summary>3.Bridge $iG3 on Arbitrum to $TOPS on PEAQ</summary>

Before July 24, 2025, compute rewards were paid in $xG3 → converted to $iG3 on Arbitrum. Since iG3's migration to PEAQ, from July 24, 2025, all rewards are now in $TOPS.

If you're holding $iG3, you must bridge to $TOPS to continue staking, mining, and participating.\
📘 Learn more: [How to Bridge $iG3 to $TOPS](/user-guides/how-to-bridge-usdig3-to-usdtops)

In the case of $xG3, we will be able to convert it to $iG3 until Sept 2, 2025.\
📘 Learn more: [What to Do with $xG3 after TGE](/user-guides/what-to-do-with-usdxg3)

</details>


# Staking Mechanism

Available at TGE

The Staking Mechanism in the iG3 - The Edge Network for Real-Time AI Interactions is fundamental to maintaining network security, stability, and integrity. By participating in staking, token holders contribute to the network’s operational efficiency and consensus, in return for rewards.&#x20;

This mechanism aligns the interests of participants with the overall health and performance of the iG3 ecosystem.

## How staking works in the iG3 Ecosystem (at TGE)

The staking process involves committing your TOPS tokens to a smart contract tied to a specific M1 device. These staked tokens act as collateral, incentivizing honest behavior.

**Here’s how it works:**

* **Device Required**: You must own and operate at least one M1 Edge Device to be eligible for staking.
* **Token Commitment**: Users lock a specified amount of TOPS tokens to the wallet linked with an M1 device.
* **Uptime Matters**: The longer your device stays online and contributes to the network, the more rewards you earn.
* **Auto-Reinvest Option**: Users can opt in to automatically boost their staking rewards.

Once staked, your tokens will start contributing to the BONUS\_REWARD pool depending on your STAKING\_WEIGHT.

## Staking’s role in Reward Calculation

Staking directly affects the BONUS\_REWARD component of your total epoch rewards. **`STAKING_WEIGHT`** is calculated as:

```
STAKING_WEIGHT = WEIGHT × (DEVICE_STAKING / TOTAL_STAKING)
```

Where:

* `DEVICE_STAKING`: Amount of TOPS tokens staked on a specific M1 device.
* `TOTAL_STAKING`: Total TOPS tokens staked across the network.
* `WEIGHT`: Weighting function, using an exponent of 0.8 (f(x)^0.8) to normalize the distribution.

\
**`BONUS_REWARD`** is then calculated as:

```
BONUS_REWARD = EPOCH_POOL × STAKING_WEIGHT × AI_TASK_SCORE × DENSITY_BOOST
```

Where:

* `BONUS_REWARD`: The reward allocated for **devices with staking**, sourced from the `EPOCH_POOL`
* `EPOUCH_POOL`: The total amount of $TOPS allocated for `BONUS_REWARD` in each epoch.
* `STAKING_WEIGHT`: The weighted ratio of a device’s staking contribution compared to the entire network.
* `AI_TASK_SCORE`: The performance score of AI tasks processed by the device, which impacts the bonus.
* `DENSITY_BOOST`: A multiplier applied to rewards if the device operates in a high-density area.

## Benefits of staking in iG3 Ecosystem

* Passive Income: Earn TOPS rewards proportional to your staking weight.
* Network Contribution: Staking supports AI agent operations running on the decentralized edge.
* Hardware-Linked: Ties your stake to real compute power on your own device.
* Reinvestment Option: Auto-compound feature allows flexible % reinvest strategy.
* DAO Participation: Stakers may be eligible to vote on future governance proposals.

## Risks and Considerations

**Lock-up Periods:**

* Users may unstake at any time.
* Upon unstaking, your staking amount is immediately set to **0** and you will not earn BONUS\_REWARD for the running epoch.
* The unstaked tokens will be withdrawable after a **7-day** unbonding period.
* You can only have **01** unstaking request per wallet at a time, but you can unstake from multiple devices simultaneously. You can also cancel your unstaking request if you change your mind. Once you cancel and submit another request, the unbonding period starts over.

**Market Volatility:** The value of your staked TOPS may change due to market conditions.

## Getting started with staking

To begin staking your TOPS tokens:

1. **Get an M1 Device**: Required to access the staking dashboard.
2. **Set Up Wallet**: Use the same wallet linked to your M1 device.
3. **Access the Staking Dashboard**: Log in via <https://igam3.com/profile/dashboard> using the wallet address connected to your M1.
4. **Stake Your Tokens**: Choose your staking amount, set reinvest options, and confirm the transaction.

You’re now earning rewards based on your uptime and staking weight!

**Need help?**

▶ For additional information, please refer to our [Reward Mechanism Guide](/reward-mechanism) or reach out in the [iG3 Discord](https://discord.gg/ig3).\
▶ For detailed instructions on how to stake your TOPS tokens and maximize your participation, please refer to our [dedicated guide](/staking-mechanism/how-to-stake-and-re-invest-usdtops) and [documentation](https://docs.ig3.ai/).


# How to Stake and Re-invest $TOPS

This guide helps Edge Device Operators stake their $TOPS tokens and enable the auto re-investment feature to maximize their earnings in the iG3 Ecosystem.

<details>

<summary>What you need before staking/re-invest</summary>

To begin staking, make sure you have:\
✅ Your connected Edge Device(s)\
✅ $TOPS tokens in your wallet\
✅ Completed KYC verification\
✅ peaq network added to your wallet (e.g., MetaMask)\
\
If you haven't bridged your $iG3 to $TOPS, or haven't acquired $TOPS yet, follow this guide:\
👉 [*How to acquire $TOPS*](/reward-mechanism/how-to-acquire-usdtops)\
👉 [*How to bridge $iG3 to $TOPS*](/user-guides/how-to-bridge-usdig3-to-usdtops)

</details>

<details>

<summary>How to stake your $TOPS</summary>

1. **Step 1: Log in to your iG3 Dashboard**

* Go to [**Dashboard**](https://igam3.com/profile/dashboard)

2. **Step 2: Go to the** [**Staking**](https://igam3.com/profile/staking) **section**

* You’ll see your current $TOPS balance.
* Choose which Edge device you want to stake.
* Click “Stake”

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

3. **Step 3: Approve allowance amount.**

* Choose how much you want to stake. Check whether the Current allowance is enough.
* If yes, click "Stake" and confirm the staking transaction in your wallet.
* If not, click "Approve" with the amount in your wallet, confirm the approval transaction. Then, click "Stake" and confirm the staking transaction in your wallet.

Done! You’re now staking and earning rewards weekly.

</details>

<details>

<summary>How to Unstake your $TOPS</summary>

1. **Step 1: Log in to your iG3 Dashboard**

* Go to [**Dashboard**](https://igam3.com/profile/dashboard)

2. **Step 2: Go to the** [**Staking**](https://igam3.com/profile/staking) **section**

* You’ll see your current staking device.
* Choose which device you want to unstake.
* Click “Request Unstake”

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

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

**NOTICE**:

* Users may unstake at any time.
* Upon unstaking, your staking amount is immediately set to **0** and you will not earn staking bonus for the running epoch.
* The unstaked tokens will be withdrawable after a **7-day** unbonding period.
* You can only have **01** unstaking request per wallet at a time, but you can unstake from multiple devices simultaneously. You can also cancel your unstaking request if you change your mind. Once you cancel and submit another request, the unbonding period starts over.

</details>

<details>

<summary><strong>How to re-invest your compute rewards</strong></summary>

Re-invest = Auto-stake.\
You can re-invest your weekly compute rewards to continuously boost your earnings.

**Option 1: Manual re-invest**

* Claim all your weekly compute rewards from your Dashboard > Rewards.
* Go to the Staking section → stake it again.

**Option 2: Auto re-invest (recommended)**

You can set a % of your weekly $TOPS compute rewards to automatically re-invest.

* On your [**Dashboard**](https://igam3.com/profile/dashboard), go to the [**Rewards**](https://igam3.com/profile/rewards) section.
* Set your preferred % to re-invest.
* Click “Update Reinvestment", then confirm in your wallet. The system will handle it automatically before every reward payout date.

*e.g., Set 50% re-invest, 50% claimable: 50% of your compute reward will automatically go to the staking pool, while you can claim the rest 50% to your wallet.*

<mark style="background-color:yellow;">**Notice:**</mark> <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">If you own more than 1 Edge Device, the % setting applies to</mark> <mark style="background-color:yellow;"></mark><mark style="background-color:yellow;">**all of your connected devices**</mark><mark style="background-color:yellow;">. Please consider this when setting it.</mark>

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

</details>

### **Reward payouts**

* Your total rewards will come from 2 types of reward: Base Reward & Bonus Reward
* Rewards are claimable every **Thursday AFTER 2:00 AM UTC** in the [**Rewards**](https://igam3.com/profile/rewards) section.

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

### Video Tutorials:

{% embed url="<https://docsend.com/v/sz8v9/howtostake>" %}

{% embed url="<https://docsend.com/v/sz8v9/howtounstake>" %}

### **💡 Tips**

* The more $TOPS you stake, the higher chance of receiving priority compute jobs.
* Keep your device online and stable to maximize uptime rewards.

**Learn more:** [**Reward Mechanism**](/reward-mechanism) **&** [**Staking Mechanism**](/staking-mechanism)


# Glossary

WIP

*Coming soon*


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


# User Guides

* [iGam3 M1 Setup Guide](/user-guides/setup-guide)
* [How to Check Token Balance](/user-guides/how-to-check-token-balance)
* [How to Bridge $iG3 to $TOPS](/user-guides/how-to-bridge-usdig3-to-usdtops)
* [How to KYC](/user-guides/how-to-kyc-step-by-step)
* [How to Buy $PEAQ for Gas Fee](/user-guides/how-to-buy-usdpeaq-for-gas-fee)
* [How to Add PEAQ Network to Your Wallet](/user-guides/how-to-add-peaq-network-to-your-wallet)
* [What to Do with $xG3](/user-guides/what-to-do-with-usdxg3)


# Setup Guide

**Step 1: Download the M1 Agent Mobile App**

* **Google Play:** [Download here](https://play.google.com/store/apps/details?id=com.gam3labs.ig3)
* **Apple Store:** [Download here](https://apps.apple.com/us/app/m1-agent/id6740475956)

**Step 2: Connect to Your iGam3 M1**

* Open the M1 Agent Mobile App and wait for 10 seconds.
* Scan the QR code displayed on your Edge device screen to establish a connection.

**Step 3: Set Up Wallet Access**

Choose one of the following wallet options to connect:

* Wallet apps: Metamask, Trust Wallet, Gate Wallet, Binance Wallet, etc.
* Web Wallet: Use this option for browser-based wallet access.

**Step 4: Monitor and Manage**

Once connected, you can monitor your iGam3 M1 device’s performance and track your earnings directly within the app.


# How to Check Token Balance

1. **Open Your Web3 Wallet**\
   Ensure you're logged into the wallet where you want to add the token.
2. **Navigate to “Import Tokens”**
   * Select **“Import tokens”**
   * Choose **“Custom token”**
3. **Enter the Contract Address**
   * Paste the following contract address: **0x6c1ca31a9f3a57bb680f82a8fe97fc00ac4aad21**
4. **Confirm Token Details**
   * **Token Symbol**: TOPS
   * **Token Decimal**: 18
5. **Complete the Import**
   * Click **“Next”**
   * Click **“Import”**

You should now see your token balance displayed in your wallet.\
**Notice**: $TOPS reward is distributed **weekly.** You can claim your reward [here](https://igam3.com/profile/rewards) <br>

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


# How to Bridge $iG3 to $TOPS

<details>

<summary>Key information</summary>

**On July 24th, 2025**, iG3’s native token - **$TOPS** - officially goes live on the PEAQ network. \
From that point on, all weekly compute rewards will be paid as $TOPS instead of $xG3.\
\
If you're currently holding $iG3 on Arbitrum, you'll need to bridge them to $TOPS on PEAQ in order to continue participating in the iG3 Ecosystem, including staking, mining, governance, and more.\
\
**What you need to prepare:**

✅ You've already completed [**KYC verification**](https://support.ig3.ai/kyc).\
✅ Ready for some Arbitrum gas fees.\
✅ Add PEAQ network to your wallet.\
(You can use [ChainList](https://chainlist.org/?search=peaq) RPC to add it quickly)\
\
**Bridge rate:&#x20;**<mark style="background-color:yellow;">**1 $iG3 = 1 $TOPS**</mark>\
\
**Need help?**

▶ [*How to buy $PEAQ*](/user-guides/how-to-buy-usdpeaq-for-gas-fee)\
▶ [*How to add* PEAQ *network to your wallet*](/user-guides/how-to-add-peaq-network-to-your-wallet)\
\
**Safety Tips**

* Always use official links.
* Never share your seed phrase or private key to anyone.
* Always double-check network and token addresses before confirming any transaction.

</details>

## How to Bridge: Step-by-Step

{% stepper %}
{% step %}
**Step 1: Go to User Dashboard**

* Connect wallet holding your $iG3 on <https://igam3.com/>\
  ![](/files/pbD9BQeFwQhqC1JRNgwM)
* Visit the User Dashboard (click on the button at the top right corner or <https://igam3.com/profile/dashboard>)\
  ![](/files/OpubK9mrvrE63VxC2A15)
  {% endstep %}

{% step %}
***Step 2: If your $iG3 is in a wallet which does not support PEAQ***

* Go to the **Token Transfer** section on the dashboard.\
  ![](/files/KCuIcyX0vhzrBHeXOdGD)
* Send your $iG3 to a new EVM wallet that supports PEAQ.\
  ![](/files/8thYKtuQH8JTOubqrUEV)
* Then continue to Step 3 as usual.\
  *If your $iG3 tokens are in a PEAQ-supported wallet, you can skip this step.*
  {% endstep %}

{% step %}
**Step 3: Go to Bridge iG3/TOPS section**

* Visit the **Bridge iG3/TOPS** section on the Dashboard side menu to begin bridging: \
  \
  ![](/files/3cvEwbLKwgSANvqM7XEs)<br>
* Make sure your wallet network is Arbitrum (if needed)\
  ![](/files/ppSExrphoKOzxz03oZst)&#x20;
* Your $iG3 balance should show up automatically on the Dashboard when the wallet's network is in ARB.
  {% endstep %}

{% step %}
**Step 5: Choose the Amount**

From: **Arbitrum**\
To: **PEAQ**\
Token: **$iG3**

* Enter the amount of $iG3 you want to bridge.\
  \
  ![](/files/rrMtUMQb9J6IygnqqFv4)
  {% endstep %}

{% step %}
**Step 6: Confirm the Bridge**

Then click **"Bridge"** and confirm or approve the transaction in your wallet.\
Wait a few minutes for the transaction to complete.
{% endstep %}

{% step %}
**Switch to PEAQ network**

* After bridging is done, switch your wallet to PEAQ network to check the $TOPS balance.
* Press F5, you’ll also see your $TOPS balance updated on the Dashboard.
* **Learn more:**
  * [How to Add PEAQ Network to Your Wallet](/user-guides/how-to-add-peaq-network-to-your-wallet)
  * [How to Check Token Balance](/user-guides/how-to-check-token-balance)
    {% endstep %}
    {% endstepper %}

**Done! Now you’re on PEAQ!**\
Your $iG3 has now become **$TOPS on the PEAQ network**.\
You’re ready to:

* Stake your $TOPS
* Mining $TOPS rewards
* Power the Edge Network
* And more...

### Tutorial

{% embed url="<https://docsend.com/v/sz8v9/howtobridge>" %}


# How to KYC: Step-by-Step

## Complete KYC Verification

To keep the iG3 Ecosystem secure and compliant with global Anti-Money Laundering (AML) regulations, **KYC (Know Your Customer) verification is required** before you can claim or withdraw your earned $TOPS tokens.\
\
iG3 uses **Blockpass** for KYC service, which includes liveness, ID verification, and wallet address connection.\
\
**Start Your KYC 👉** [**https://support.ig3.ai/kyc**](https://support.ig3.ai/kyc)\
\
**Who is eligible?**

1. Users must be at least 18 years old; and
2. Not from OFAC/UN-sanctioned countries, including Cuba, Iran, North Korea, Syria, Crimea, Donetsk People’s Republic, and Luhansk People’s Republic regions.

{% tabs %}
{% tab title="Processing time" %}

* Blockpass processing time: Up to 24 hours.
* iG3 processing time: We will notify via email.
  {% endtab %}

{% tab title="Submisstion Status" %}
You can check your submission's status in your Blockpass account. Details of status are included [here](https://help.blockpass.org/hc/en-us/articles/360059238613-What-is-my-KYC-application-status).\
For any KYC-related questions, please contact [Blockpass Help Center](https://help.blockpass.org/).
{% endtab %}
{% endtabs %}

## How to KYC: Step-by-Step

{% stepper %}
{% step %}

#### **Step 1: Go to the KYC link**

Link: <https://support.ig3.ai/kyc>
{% endstep %}

{% step %}

#### **Step 2: Start Identity Verification**

| <div><figure><img src="/files/wKVCIvWPDwuE9q6FY5sq" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/O7KguWxmLah3MD3nYHaQ" alt=""><figcaption></figcaption></figure></div> |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| #1. Click "Verify with Blockpass"                                                                   | #2. Click "Start"                                                                                   |
| {% endstep %}                                                                                       |                                                                                                     |

{% step %}

#### **Step 3: Register for iG3 KYC Service**

| <div><figure><img src="/files/wop7x6BzV8PAfpSmNkcv" alt=""><figcaption></figcaption></figure></div>                                               | <div><figure><img src="/files/jwtGDg9zpeeaFZjbDDT8" alt=""><figcaption></figcaption></figure></div>                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| #1. Input your email to register for iG3 KYC Service. If you have previously created a Blockpass account, you should use that email address here. | #2. After you input your email, a "magic link" will be sent to your email. Click "continue registration" or copy and paste the magic link to your browser. |
| {% endstep %}                                                                                                                                     |                                                                                                                                                            |

{% step %}

#### **Step 4: Submit your ID**

| <div><figure><img src="/files/rflIkGRN9iIfr29sPy8M" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/XydzmyMSxba8CNsqg9rV" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/q5Bwfrf4jXD97LJKrUtZ" alt=""><figcaption></figcaption></figure></div>                                                       |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| #1. Choose your valid government-issued ID (passport, national ID, or driver’s license)             | #2. Input the country name that issued your ID                                                      | <p>#3. Launch your camera and take pictures of your ID following the instructions.</p><p>Make sure your ID is <strong>clear and not expired.</strong></p> |
| {% endstep %}                                                                                       |                                                                                                     |                                                                                                                                                           |

{% step %}

#### **Step 5: Enter your phone number.**

Go to the Phone number section and enter your phone number.
{% endstep %}

{% step %}

#### **Step 6: Connect Your Ethereum Wallet**

Go to the Ethereum Wallet section.

You can connect your wallet via the Wallet app or via WalletConnect.

{% tabs %}
{% tab title="Using Web Browser on Desktop" %}
**Direction 1: Wallet installed on Desktop:**&#x20;

Tutorial:

{% embed url="<https://player.vimeo.com/video/939427903>" %}

**Direction 2: Wallet installed on Mobile:**

**Tutorial for Android:**

{% embed url="<https://vimeo.com/940045232>" %}

**Tutorial for IOS:**\
(Please note that Chrome browser on iOS is not supported. Please use Safari for registration.)

{% embed url="<https://vimeo.com/939477860>" %}

{% endtab %}

{% tab title="Manually Enter Your Wallet Address" %}
If you encounter difficulties connecting your wallet via the web on your mobile device (Safari browser), consider employing the following alternative method to establish the connection.

*This instruction is for when you are required to provide and connect an Ethereum address and use Metamask. For other crypto addresses, i.e. Polygon, or Binance, you can also refer to this article to apply the same manual wallet connection procedure.*

If you have an issue when connecting your wallet, follow the instructions below:

| <div><figure><img src="/files/qqXL15M5I00A2XaDM2Tq" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/T2X46lxEyzcdfn9lUCZJ" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/NWrVgqnswteYT2BS7JhW" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/hkoQ44UkjJjPSKIEvkF3" alt=""><figcaption></figcaption></figure></div> |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| #1. Return to this page and click "Unable to connect your wallet?"                                  | #2. Click "Continue"                                                                                | #3. Add your Ethereum wallet address                                                                | #4. Copy the message onlyOr click "Copy and continue"                                               |

| <div><figure><img src="/files/fQQOpiVSTsiVUWlv9qft" alt=""><figcaption></figcaption></figure></div>                                                                                                                                                                                                                                        | <div><figure><img src="/files/RX6CoCNi7xhaR2W8PsGd" alt=""><figcaption></figcaption></figure></div> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| <p>#5. Open a new tab, access this link: <a href="https://etherscan.io/verifiedSignatures#"><https://etherscan.io/verifiedSignatures#></a></p><p><em>Or Polyon:</em> <a href="https://polygonscan.com/verifiedSignatures"><em><https://polygonscan.com/verifiedSignatures></em></a></p><p>Click "Sign message" on the top right corner</p> | #6. Select the wallet you want to connect                                                           |

At **#6**, there are 02 main directions to connect a wallet:

**Direction 1: Directly connect the wallet on the same device (Desktop or mobile phone)**

| <p><img src="/files/rN0nJDXJcPGL92piZmuj" alt=""><br></p>       | <div><figure><img src="/files/1TRvh6fswBC5aigCINEv" alt=""><figcaption></figcaption></figure></div> | <div><figure><img src="/files/hbT6320wI76UJ5hJAP54" alt=""><figcaption></figcaption></figure></div>                                                                       |
| --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| #7. Select Metamask and enter the password to unlock the wallet | #8. Connect your Metamask and ready to Sign Message                                                 | <p>#9. Once the Sign Message window opens, paste the message that you copied into your Blockpass profile and click "Sign Message"</p><p>Then click "Sign" on Metamask</p> |

| <div><figure><img src="/files/mX290CH5ZsYEPQUEoa5F" alt=""><figcaption></figcaption></figure></div>                                | <p><img src="/files/SQ4XIrG291wH7CzJOScu" alt=""><br></p>                                                  | <div><figure><img src="/files/ctp1y7AjqRsJQREYheY0" alt=""><figcaption></figcaption></figure></div>                                            |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| #10. Copy the Signature Hash and click "Close"Do NOT click "Public" if you don't intend to publish the Signed Message on Etherscan | #11. Switch to the Blockpass tab to the current windowIf you haven't clicked "Copy and Continue", click it | #12. Copy the Signature Hash and paste it to your current window of Blockpass profileOnce done, click SAVE to complete your wallet connection. |

**Direction 2: Web browser on desktop & connect the wallet on the mobile phone**

| <div><figure><img src="/files/57My8h98YVXaQVYVowE9" alt=""><figcaption></figcaption></figure></div>                                 | <p><img src="/files/HOjGs2pTnwKTDS0xu29G" alt=""><br></p>                 | <div><figure><img src="/files/j3mMbQQiYKUlbuJdFtMp" alt=""><figcaption></figcaption></figure></div>                            |
| ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| #6. On the [etherscan.io/verifiedSignatures#](https://etherscan.io/verifiedSignatures#) tab, choose Wallet Connect to get a QR code | #7. Use Metamask app on your mobile phone to scan the QR code and connect | #8. Once the Sign Message window opens, paste the message that you copied into your Blockpass profile and click "Sign Message" |

| <div><figure><img src="/files/dIHAXpUM4DqU8HjEkyQ5" alt=""><figcaption></figcaption></figure></div>                                                                                                                        | <div><figure><img src="/files/eABTVpoObtMxVCEzycJr" alt=""><figcaption></figcaption></figure></div>                                | <div><figure><img src="/files/kyZVrkA6xtI557xT1nEa" alt=""><figcaption></figcaption></figure></div>                                                |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| #9. Check your Metamask on mobile, you will see a notification allowing you to Sign a messageAfter signing, the signature is shown in the [etherscan.io/verifiedSignatures#](https://etherscan.io/verifiedSignatures#) tab | #10. Copy the Signature Hash and click "Close"Do NOT click "Public" if you don't intend to publish the Signed Message on Etherscan | #11. Copy the **Signature Hash** and paste it to your current window of Blockpass profileOnce done, click SAVE to complete your wallet connection. |

{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

#### **Step 7: Take a selfie (liveness check)**

Go to the Selfie section and take a selfie. Follow the on-screen steps to take a real-time selfie for identity match.
{% endstep %}

{% step %}

#### **Step 8: Wait for approval**

You'll get an email once your KYC is verified.
{% endstep %}
{% endstepper %}


# How to Buy $PEAQ for Gas Fee

To enter iG3 Ecosystem, you'll need to add peaq network to your wallet and store $PEAQ for gas fees. You can buy/sell $PEAQ on several platforms, including:

* [BingX](https://bingx.com/)
* [Bit2Me](https://bit2me.com/)
* [BitGet](https://www.bitget.com/)
* [BitMart](https://www.bitmart.com/en-US)
* [Bitvavo](https://bitvavo.com/en)
* [Bybit](https://www.bybit.com/en/)
* [CoinList](https://coinlist.co/)
* [CoinW](https://www.coinw.com/)
* [crypto.com](https://crypto.com/)
* [gate.io](http://gate.io/)
* [Hashkey](https://global.hashkey.com/en-US/)
* [KuCoin](https://www.kucoin.com/)
* [LBank](https://www.lbank.com/)
* [MEXC](https://www.mexc.com/)
* [BitPanda](https://www.bitpanda.com/)
* [BitHumb](https://www.bithumb.com/react/)

\
To store $PEAQ, the token is compatible with a wide selection of wallets, including:

* [Metamask](https://docs.peaq.network/docs/usage/wallets/peaq/metamask/) - browser wallet
* [Ledger](https://docs.peaq.network/docs/usage/wallets/peaq/ledger/) - hardware wallet
* [Fireblocks](https://docs.peaq.network/docs/usage/wallets/peaq/fireblocks/) - custodian wallet
* [SAFE](https://docs.peaq.network/docs/usage/wallets/peaq/safe/) - multisig wallet
* [TokenPocket](https://www.tokenpocket.pro/) - browser, mobile & hardware wallet
* and others

\
*Learn more about $PEAQ at: <https://www.peaq.xyz/blog/peaq-is-live>*


# How to Add PEAQ Network to Your Wallet

If this is your first time using the PEAQ Network, you’ll need to manually add it to your EVM-compatible wallet (like MetaMask).

{% tabs %}
{% tab title="Option 1: Add Peaq via ChainList (Quickest)" %}

1. **Step 1:** Go to ChainList: <https://chainlist.org/?search=peaq>
2. **Step 2:** \
   Choose your preferred RPC from the URL List and click **“Add to MetaMask”**\
   Follow the instructions in your wallet to approve the network addition.\
   ⚠️ Some wallets (e.g., Binance Wallet) may not support PEAQ Network. Make sure you use an EVM wallet that supports PEAQ.<br>

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

{% endtab %}

{% tab title="Option 2: Manual Setup" %}

1. **Step 1. Use a supported wallet**\
   Make sure you're using a wallet that allows custom network setup (e.g., MetaMask).\
   **Note:** Binance wallet doesn't support PEAQ Network.
2. **Step 2: Find PEAQ Network details:**\
   Go to ChainList: <https://chainlist.org/?search=peaq>\
   You'll find the RPC URL List, Chain ID, and currency symbol.
3. **Step 3: Add PEAQ Network details to your wallet**

   Open your wallet. \
   Locate the network selection area (usually at the top). \
   Choose "Add Network" or "Add Custom Network". Input the Peaq Network details you gathered:

   * Network Name: **peaq**
   * RPC URL: **Choose one URL from many options in ChainList URL List**
   * Chain ID: **3338** (or **0xd0a**, depending on wallet format)
   * Currency Symbol: **PEAQ**
   * Block Explorer URL: Optional, you can leave blank&#x20;

   Then click "Save"
4. **Step 4: Verify the network connection**\
   Once added, switch to the **PEAQ Network** in your wallet.\
   You're now ready to use it in the iG3 Ecosystem.
   {% endtab %}
   {% endtabs %}


# What to Do With $xG3

$xG3 ➜ $iG3 ➜ $TOPS

## Why This Matters

* **T-Day (Token Generation Event)**: **July 24, 2025 – 14:00 UTC**
* From that moment, **all earning/staking rewards will be paid in $TOPS on PEAQ**.
* The "Convert" functionality from $xG3 to $iG3 will be disabled on **September 2, 2025 – 14:00 UTC.**&#x20;
* The remaining waiting conversion will still be counting down. You can still "Claim" your converted $iG3 after September 2 until December 15, 2025.
* The entire Conversion feature on Dashboard will be sunset on **December 15, 2025 – 14:00 UTC**

## What You Need to Do

#### Step 1 — Convert $xG3 to $iG3 *(Arbitrum)*

1. Open the **Dashboard › Conversion** tab.
2. Select **Convert $xG3 → $iG3**.
3. Claim the resulting $iG3 to the same EVM wallet you use for your M1 device.
4. **Important:** Conversion vests linearly (up to 90 days). Start **ASAP** so 100 % is unlocked before **December 15, 2025**.

{% embed url="<https://docsend.com/v/sz8v9/howtoconvert>" %}

#### Step 2 — Bridge $iG3 to $TOPS *(Arbitrum → PEAQ)*

Full walkthrough: [How to Bridge $iG3 to $TOPS](/user-guides/how-to-bridge-usdig3-to-usdtops)

## FAQ

| Question                                  | Answer                                                                                          |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------- |
| Can I keep $xG3 after Sep 2, 2025?        | Technically yes, but it will be non-functional and unsupported. Convert before the deadline.    |
| Do I need to bridge immediately on T-Day? | Bridging opens July 24, 2025. You may bridge any time, but rewards switch to $TOPS immediately. |
| Gas fees?                                 | You pay Arbitrum gas to approve/bridge.                                                         |
| Staking impact?                           | Only $TOPS staked to an Edge device qualifies for BONUS\_REWARD after T-Day.                    |

#### Need Help?

* **KYC support:** <https://support.ig3.ai/kyc>
* **Add PEAQ RPC:** <https://chainlist.org/?search=peaq>
* **Community Discord:** <https://discord.gg/ig3>

> **TL;DR:**
>
> * Convert all **$xG3 → $iG3** before **Sep 2, 2025**
> * Bridge **$iG3 → $TOPS** starting **Jul 24, 2025**
> * All earning/staking rewards move to **$TOPS** on PEAQ at T-Day


# Frequently Asked Questions (FAQs)


# Devices

iGam3 M1 (for now)

## Setup FAQs

<details>

<summary>Why does my screen say “Run the app..” ? or/and “No Internet Connection”</summary>

This happens when the device cannot establish an Internet connection. Please plug in the LAN cable or check the Internet speed at your location.

</details>

<details>

<summary>What kind of wallet can be linked to an edge device?</summary>

Any Web3 Wallets can link to your device. We recommend Meta Mask or Trust Wallet if you have not had one before. You can follow our step-by-step guide above to create a new wallet and link it to the device.

</details>

<details>

<summary>I already have a wallet. Do I need to create a new one for my device?</summary>

As long as your current wallet is Web3, you can link it to your device. You don’t need to create a new one.

</details>

<details>

<summary>I can’t link my wallet. The app shows this error message “Failed to link wallet. Please try again or contact support…”</summary>

This could be due to different reasons, either your wallet is not Web3 or the Internet connection is not stable. Please [contact us](/support/contact-us) with your device’s serial number, we will take a closer look for you.

<br>

</details>

<details>

<summary>How many wallets can I link to the device?</summary>

A device can be only linked to ONE (1) wallet. However, a wallet can be linked to multiple devices.

</details>

<details>

<summary>Why does a QR code appear again on the device screen even though I already linked the device to my wallet? Do I need to scan the QR code to link my wallet again?</summary>

No, you do not need to link your wallet again. The QR code will disappear in less than 1 minute if you already linked your wallet to your device. This only happens when you restart the device. In case you scan the QR again, it will only show your profile in the app with the connected device.

</details>


# Roadmap

**Q4 2024**

* Launch the first batch of 2,000 iGam3 M1 Devices
* Introduce the iGam3 Edge Mobile App
* Provide initial support for LLMs

**Q1 2025**

* Implement the AI Gateway
* Integrate LLM models: DeepSeek R-1, LLaMA 3.3 Instruct (70B)
* Onboard 3,500 Edge Devices
* Release token usage limits
* Launch beta dashboard for builders

**Q2 2025**

* Onboard 5,000 Edge Devices
* Integrate with the peaq DID system
* List token on a DEX
* Launch public dashboard for builders

**Q3 2025**

* Onboard 8,000 Edge Devices
* Expand the ecosystem
* List token on Tier 2 and Tier 3 CEXs
* Launch beta dashboard for B2B edge services

**Q4 2025**

* Onboard 10,000 Edge Devices
* Launch grant program for builders
* Release white-label solution for Web2 companies
* Focus on building a sustainable economy


# Team

Meet the team members behind the success of iGam3 and learn more about their roles and responsibilities.

1. **Bit OG**
   * **Role**: Founder & CEO
2. **0xGP**
   * **Role**: CTO
3. **Jenny Lee**
   * **Role**: COO
4. **Javier Gonzalez**
   * **Role**: Head of Ecosystem
5. **DreammywOw**
   * **Role**: Head of CM (Community Management)
6. #### Sander Gortjes
   * **Role**: Advisor from HELLO Labs
7. **Scott Foo:**
   * **Role**: Advisor from Orbital Beam & CEO DePIN Daily

Each team member has a unique skill set that drives the innovation and growth of iG3. Let me know if you need more elaboration on any member or their responsibilities!


# Warranty Information

The iG3 device comes with a One-Year Limited Warranty, designed to give you peace of mind and protect against any potential defects in materials or workmanship. This warranty covers the device for a period of one year from the date of purchase, ensuring that your iG3 operates as intended under normal usage conditions.

#### What the Warranty Covers:

* **Hardware Defects**: Any issues caused by defects in materials or manufacturing that affect the performance or usability of the device.
* **Repair or Replacement**: During the warranty period, if your experiences a covered defect, we will repair the device or, if necessary, replace it at no additional cost to you.

#### What the Warranty Does Not Cover:

* **Accidental Damage**: Any damage resulting from accidents, misuse, or neglect is not covered by this warranty.
* **Unauthorized Modifications or Repairs**: Repairs or modifications carried out by unauthorized service providers or individuals void the warranty.
* **Wear and Tear**: Normal wear and tear, including cosmetic damages that do not affect the device’s functionality, is not covered.

#### How to Claim Warranty Service:

If you encounter an issue, simply contact our customer support team with proof of purchase and details of the issue. We’ll guide you through the warranty process and ensure your device is back in working order as quickly as possible.

This warranty is limited to the original purchaser and may have specific exclusions or limitations depending on your country. Be sure to review the full warranty terms provided with your device for complete details.


# Contact Us

**If you have any questions or concerns, please reach out to us through one of the following channels:**

* **Discord**: Create a ticket in the `#support-help` channel on our Discord server: <https://discord.gg/ig3>
* **Email**: <contact@ig3.ai>


# Conversion Process

When converting xG3 to iG3, users can choose between three unlock periods, each offering different conversion rates and burn percentages.&#x20;

**Unlock Period**

* **15 Days**:
  * Conversion Rate: 1 xG3 = 0.3 iG3 (30%)
  * Burn Rate: 70% of xG3 tokens are burned.
* **60 Days**:
  * Conversion Rate: 1 xG3 = 0.6 iG3 (60%)
  * Burn Rate: 40% of xG3 tokens are burned.
* **90 Days**:
  * Conversion Rate: 1 xG3 = 1 iG3 (100%)
  * Burn Rate: No tokens are burned.

**Unlock and Access iG3**

* iG3 tokens will be available after the selected unlock period:
  * **15 Days**, **60 Days**, or **90 Days**.
* Once unlocked, the tokens will be available for use in your wallet.


