# 10. Frequently Asked Questions (FAQ)

**What exactly is Kinetic?**\
Kinetic is a Decentralized Physical Infrastructure Network (DePIN) that aggregates idle processing power from consumer devices (CPUs and GPUs). It creates a unified, permissionless "supercomputer" that AI developers and Web3 protocols can access for tasks like model inference, data validation, and rendering.

**How does Kinetic ensure the security of my device?**\
Security is our primary architectural constraint. All computational tasks are executed within strictly isolated WebAssembly (WASM) sandboxes. This prevents any external code from accessing your operating system, files, or personal data. Your device acts solely as a processor; it does not store or expose sensitive information.

**Will running a node slow down my computer?**\
No. The Kinetic client utilizes an "Idle-First" resource management system. It actively monitors your device usage and only allocates compute tasks when your system is dormant or underutilized. If you move your mouse or launch a heavy application (like a game or video editor), Kinetic instantly pauses to ensure your user experience is never degraded.

**Can I run Kinetic on a mobile device?**\
Yes. While heavy compute tasks require desktop hardware, we have introduced the Kinetic Telegram Mini-dApp. This allows mobile users to participate in "Social-Tier" consensus, manage their dashboard, and earn rewards via cloud-delegated nodes directly within the Telegram interface.

**What is the utility of the $KNTC token?**\
$KNTC is the native ERC-20 utility token of the ecosystem. It serves three main functions:

1. **Settlement:** Developers pay in $KNTC to access compute power.
2. **Security:** Nodes stake $KNTC to validate high-value tasks.
3. **Governance:** Holders vote on protocol upgrades and treasury allocations.

**How do I convert my points to $KNTC?**\
Points earned through node uptime and task completion are recorded on an internal ledger. Following the Token Generation Event (TGE) in Phase 1, these points can be redeemed for $KNTC tokens based on a conversion rate determined by the protocol's emissions schedule.

**Why did you choose Ethereum for the network?**\
Kinetic requires a settlement layer with maximum security, uptime, and economic depth. Ethereum provides the most robust infrastructure for high-value decentralized networks, ensuring that node rewards and compute payments are processed on a trustless, immutable ledger.

**Is there a cost to join?**\
No. Becoming a node operator is free. You simply install the software or connect via Telegram. However, accessing the network's compute power as a developer (Requestor) requires paying fees in $KNTC.

**What happens if a node provides incorrect data?**\
The network utilizes a **"Proof of Compute"** verification mechanism. Tasks are often sent to multiple nodes for redundancy. If a node submits a result that contradicts the consensus or fails cryptographic verification, the work is rejected, and the malicious node may face penalties.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kntctoken.xyz/10.-frequently-asked-questions-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
