Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
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.
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.
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.
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:
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.
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.


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.
Performing real-time tasks (e.g., audio/video processing)
Communicating with Master Nodes for coordination
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.
The centralized nature of today’s AI platforms poses risks around control, surveillance, and censorship. Users must trust that their data is handled ethically.
Hosting LLMs at scale in cloud infrastructure becomes economically unsustainable when applied to millions of daily users or devices.
Step 1: Download the M1 Agent Mobile App
Google Play: Download here
Apple Store: Download here
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.
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.
Latency
Real-time (<500ms) interaction via local edge inference (STT, TTS, LLMs).
Privacy
AI runs locally on user-owned devices. DID-secured. No data leaves device unless necessary.
Scalability
Distributed compute across Edge devices, offloading to cloud only when required.
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.
To participate in the iG3 Ecosystem, you'll need $TOPS. There are 3 main ways to get started:
$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.
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.
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:
In the case of $xG3, we will be able to convert it to $iG3 until Sept 2, 2025. 📘 Learn more:
Open Your Web3 Wallet Ensure you're logged into the wallet where you want to add the token.
Navigate to “Import Tokens”
Select “Import tokens”
Enhances network transparency, security, and fairness.
Prevents abuse or manipulation of the token distribution process.
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.
You are eligible for KYC if:
You are at least 18 years old
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
Transparency
Every device is verifiable via DID on peaq. Task logs and rewards are transparent.
Over-centralization
Users earn $TOPS based on uptime, task completion, and cluster behavior.
Lack of Incentives
iG3 uses regional reward balancing and DensityBoost to encourage global, fair distribution.
Marketing
0x1EaF259c227e30aeBfaEeE34aE99E24f40be2E63
AI Ecosystem Development
0x947494003CF58cdBD3169ab3A96400E2c762B4EE
Robotic Ecosystem Development
0x69791f3f196F20d8D6d5063D64F6d3b45e50889B
Community Development
0x2E1A3E5f84E8851372BafEd35E405171Cd2d3444
Liquidity
0x8708c5AC01a70d737265bBF26a79eA5e3bCfeAc3
Staking
0x05c608ECad57C0c868fDd597139ad80378e72650
Strategic Investors
0xAa7771f5CEeF0deE945Dd88244461e68687722fb
Team
0x9a332aC6B0567340E99e3B635134eE100fcc5c3a
Advisors
0x460073bC76Bde80A15C78CDEfc9DB50B954720a7
Edge Operator Rewards
0x09412C80106451BA87e1E615d92C4Ff3EE7a9C21
Payouts: every Thursday at 2:00 AM (UTC). 📘 Learn more: Reward Mechanism
M1 Mini
0.5x
M1
1x
M1E
8x
Total Supply
10,000,000,000
Network
PEAQ
Token Contract
0x6c1ca31a9f3a57bb680f82a8fe97fc00ac4aad21
The total supply will be 10,000,000,000 tokens, distributed as follows:
Team
Team allocation
10%
1-year cliff, 18 months linear
Advisors
Advisors allocation
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.
Ticker
$TOPS
Choose “Custom token”
Enter the Contract Address
Paste the following contract address: 0x6c1ca31a9f3a57bb680f82a8fe97fc00ac4aad21
Confirm Token Details
Token Symbol: TOPS
Token Decimal: 18
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
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.
TOTAL_REWARD_PER_EPOCH = BASE_REWARD_POOL + BONUS_REWARD_POOLBASE_REWARD_POOL = BASE_REWARD * UPTIME_RATIO * TIER_MULTIPLIERBASE_REWARD: Static reward allocated per epoch.
: Float (0–1) indicating the percentage of time the node was online.
: Numeric multiplier based on device tier.
Ensures fair distribution based on device availability and hardware contribution.
EPOCH_POOL: Dynamic bonus pool assigned for the epoch.
STAKING_WEIGHT: Ratio of tokens staked on a device relative to others.
: Performance-based score derived from completed AI tasks.
Rewards behavior that improves network quality: staking, compute contribution, and geographic decentralization.
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.
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:
Email: [email protected]
Meet the team members behind the success of iGam3 and learn more about their roles and responsibilities.
Bit OG
Role: Founder & CEO
Role: CTO
Jenny Lee
Role: COO
Javier Gonzalez
Role: Head of Ecosystem
DreammywOw
Role: Head of CM (Community Management)
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!
2%
1-year cliff, 18 months linear
Strategic Investors
1% allocated for Launchpad. 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).
10%
3% at TGE, 24 months linear.
Edge Operator Rewards
Rewards are performance based, adjusted by node uptime and AI task workload.
50%
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.
Marketing
Marketing/PR & ecosystem growth expense.
5%
10% at TGE, 24 months linear
AI Ecosystem Development
Grants for builders to develop the deAI apps on the Ecosystem
7%
3% at TGE, 24 months linear
Robotic Ecosystem Development
Grants for builders to develop the robotic projects on the Ecosystem
5%
3% at TGE, 24 months linear
Community Development
Rewards for community/airdrops
8%
10% at TGE, 36 months linear
Liquidity
Liquidity tokens are used for DEXs & CEXs listing.
3%
100% at TGE

8GB LPDDR4X
16GB DDR4 3200
8GB 128-bit LPDDR5 68GB/s
Storage
SSD 256 GB
SSD 512 GB
SSD 256 GB
Color
Grey
Black
Silver
Base Connectivity
Dual Ethernet
USB-C
GPIO Port
Dual Ethernet
Dual Ethernet
Wifi
USB-C
GPIO Port
Add-On Connectivity
Wifi
5G
N/A
5G
Power
25W
15W
40W
Size
132mm x 132mm x 58mm
132mm x 150mm x 70.7mm
150mm x 133mm x 98mm
Warranty (Year)
1
1
1
Purpose
Optimized for lightweight edge AI workloads.
Supports real-time inference for vision, voice, and sensor data with minimal power consumption
Optimized for control plane tasks in K3s clusters.
Delivers efficient orchestration for edge computing environments with low power consumption and reliable performance.
Optimized for advanced edge AI workloads such as real-time video analytics, natural language processing, and multi-modal sensor fusion.
Ideal for robotics, autonomous systems, and smart infrastructure.
Tier Multiplier
0.5x
1x
8x
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!
Processor
8-core RISC-V AI
12th Gen Intel N100
6-core Arm CPU 1.5 GHz
Memory
DENSITY_BOOST: Incentive multiplier for operating in low-density regions.
BONUS_REWARD_POOL = EPOCH_POOL * STAKING_WEIGHT * AI_TASK_SCORE * DENSITY_BOOSTThis guide helps Edge Device Operators stake their $TOPS tokens and enable the auto re-investment feature to maximize their earnings in the iG3 Ecosystem.
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 👉 How to bridge $iG3 to $TOPS
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.
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 section.
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: &
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.
This mechanism aligns the interests of participants with the overall health and performance of the iG3 ecosystem.
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.
Once staked, your tokens will start contributing to the BONUS_REWARD pool depending on your STAKING_WEIGHT.
Staking directly affects the BONUS_REWARD component of your total epoch rewards. STAKING_WEIGHT is calculated as:
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:
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.
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.
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.
Market Volatility: The value of your staked TOPS may change due to market conditions.
To begin staking your TOPS tokens:
Get an M1 Device: Required to access the staking dashboard.
Set Up Wallet: Use the same wallet linked to your M1 device.
Access the Staking Dashboard: Log in via using the wallet address connected to your M1.
You’re now earning rewards based on your uptime and staking weight!
Need help?
▶ For additional information, please refer to our or reach out in the . ▶ For detailed instructions on how to stake your TOPS tokens and maximize your participation, please refer to our and .
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. ✅ Ready for some Arbitrum gas fees. ✅ Add PEAQ network to your wallet. (You can use ChainList RPC to add it quickly) Bridge rate: 1 $iG3 = 1 $TOPS Need help?
▶ ▶ 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.
Step 1: Go to User Dashboard
Connect wallet holding your $iG3 on
Visit the User Dashboard (click on the button at the top right corner or )
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...
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
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
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) 10+
3%
20+
8%
25+
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
If this is your first time using the PEAQ Network, you’ll need to manually add it to your EVM-compatible wallet (like MetaMask).
Step 1: Go to ChainList:
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.
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.
Hardware Defects: Any issues caused by defects in materials or manufacturing that affect the performance or usability of the device.
Launch beta dashboard for builders
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.
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.
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.
Use static IP
Submit network configuration and infrastructure info
10%
50+
12%
100+
14%
300+
17%
500+
19%
1000+
21%
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.
DAO Participation: Stakers may be eligible to vote on future governance proposals.
STAKING_WEIGHT = WEIGHT × (DEVICE_STAKING / TOTAL_STAKING)BONUS_REWARD = EPOCH_POOL × STAKING_WEIGHT × AI_TASK_SCORE × DENSITY_BOOSTYou’ll see your current $TOPS balance.
Choose which Edge device you want to stake.
Click “Stake”
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.
Step 2: Go to the Staking section
You’ll see your current staking device.
Choose which device you want to unstake.
Click “Request Unstake”
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.
Option 2: Auto re-invest (recommended)
You can set a % of your weekly $TOPS compute rewards to automatically re-invest.
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.
Notice: If you own more than 1 Edge Device, the % setting applies to all of your connected devices. Please consider this when setting it.

Step 2: If your $iG3 is in a wallet which does not support PEAQ
Go to the Token Transfer section on the dashboard.
Send your $iG3 to a new EVM wallet that supports PEAQ.
Then continue to Step 3 as usual. If your $iG3 tokens are in a PEAQ-supported wallet, you can skip this step.
Step 3: Go to Bridge iG3/TOPS section
Visit the Bridge iG3/TOPS section on the Dashboard side menu to begin bridging:
Make sure your wallet network is Arbitrum (if needed)
Your $iG3 balance should show up automatically on the Dashboard when the wallet's network is in ARB.
Step 5: Choose the Amount
From: Arbitrum To: PEAQ Token: $iG3
Enter the amount of $iG3 you want to bridge.
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.
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:


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.
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.
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)
Then click "Save"
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.
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:
To store $PEAQ, the token is compatible with a wide selection of wallets, including:
- browser wallet
- hardware wallet
- custodian wallet
Learn more about $PEAQ at: https://www.peaq.xyz/blog/peaq-is-live
When converting xG3 to iG3, users can choose between three unlock periods, each offering different conversion rates and burn percentages.
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.
Block Explorer URL: Optional, you can leave blank
- browser, mobile & hardware wallet
and others






$xG3 ➜ $iG3 ➜ $TOPS
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.
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
Open the Dashboard › Conversion tab.
Select Convert $xG3 → $iG3.
Claim the resulting $iG3 to the same EVM wallet you use for your M1 device.
Full walkthrough:
KYC support:
Add PEAQ RPC:
Community Discord:
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
Incentives
Rewards to Edge Device operators and community contributors
Governance
DAO Voting on re-allocation, grants and Roadmap
Ecosystem Growth
Builder Grants for AI and Robotic Projects on iG3 Edge Network
Access & Monetization
Pay and earn from apps consume Edge Services
Staking & Boosting
Boost rewards and access the priority tasks
DEX/CEX Liquidity
Trade, provide LP, unlock Capital
Only $TOPS staked to an Edge device qualifies for BONUS_REWARD after T-Day.
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?
< 70%
0.25
95% - 100%
1.0
85% - 94%
0.8
70% - 84%
0.75
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 👉 Who is eligible?
Not from OFAC/UN-sanctioned countries, including Cuba, Iran, North Korea, Syria, Crimea, Donetsk People’s Republic, and Luhansk People’s Republic regions.
Blockpass processing time: Up to 24 hours.
iG3 processing time: We will notify via email.
You can check your submission's status in your Blockpass account. Details of status are included here. For any KYC-related questions, please contact Blockpass Help Center.
#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.
#1. Choose your valid government-issued ID (passport, national ID, or driver’s license)
#2. Input the country name that issued your ID
#3. Launch your camera and take pictures of your ID following the instructions.
Make sure your ID is clear and not expired.
Tutorial:
Direction 2: Wallet installed on Mobile:
Tutorial for Android:
Tutorial for IOS: (Please note that Chrome browser on iOS is not supported. Please use Safari for registration.)
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:
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)
Direction 2: Web browser on desktop & connect the wallet on the mobile phone
#1. Click "Verify with Blockpass"
#2. Click "Start"
#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.
#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"
#5. Open a new tab, access this link:
Or Polyon:
Click "Sign message" on the top right corner
#6. Select the wallet you want to connect
#7. Select Metamask and enter the password to unlock the wallet
#8. Connect your Metamask and ready to Sign Message
#9. Once the Sign Message window opens, paste the message that you copied into your Blockpass profile and click "Sign Message"
Then click "Sign" on Metamask
#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.
#6. On the 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"
#9. Check your Metamask on mobile, you will see a notification allowing you to Sign a messageAfter signing, the signature is shown in the 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.


















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.
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).
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)
Calculate final_score for all machines.
Pick Top K machines with the highest scores.
Calculate selection probabilities
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)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.
iGam3 M1 (for now)
This happens when the device cannot establish an Internet connection. Please plug in the LAN cable or check the Internet speed at your location.
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.
As long as your current wallet is Web3, you can link it to your device. You don’t need to create a new one.
This could be due to different reasons, either your wallet is not Web3 or the Internet connection is not stable. Please with your device’s serial number, we will take a closer look for you.
A device can be only linked to ONE (1) wallet. However, a wallet can be linked to multiple devices.
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.