# What is EMC and POW + POS mechanism?

## **EMC Network**

EMC is a blockchain computing power network designed to serve AI applications. Unlike traditional blockchains, EMC incorporates computing power consensus for completing "AI tasks".&#x20;

The EMC network consists of <mark style="color:orange;">validator nodes, smart router nodes, and computing power nodes</mark>. For more information, please refer to the [whitepaper](https://docs.emc.network/whitepaper/).

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

&#x20;

## **POW + POS (Proof of AI Tasks)**

<figure><img src="/files/5OUdPAi01xtfwF0G6mO1" alt=""><figcaption></figcaption></figure>

1. The node providers run the node and AI services, executes the node provider command, and registers and binds the node's revenue wallet address.&#x20;
2. Use the registered wallet to connect to the EdgeMatrix Node DApp for node staking.
3. EMC network validator nodes, every 1-2 hours, based on the current online nodes (nodes that reported status in the last 30 minutes), check node status and send an API detection request to EMC Hub.
4. EMC Hub records every request from validators or API users, saving call results (including executing node, execution status, API credit consumption).
5. EMC Hub performs a power settlement round every 2 hours based on API call records, recording summarized data for each node successfully called by the API. This data includes consumed credit points and reward weights (algorithm referenced in the white paper).
6. Node providers, using the registered wallet, connect to the EdgeMatrix Node DApp to real-time query already settled rewards, initiate a reward extraction request -> wait for the node reward contract to synchronize data -> Claim rewards.&#x20;


---

# Agent Instructions: Querying This Documentation

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

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

```
GET https://docs.emc.network/emc/emc-network/what-is-emc-and-pow-+-pos-mechanism.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.
