# What is EMAC and POW + POS mechanism?

**EMAC Network**

EMAC is a blockchain computing power network designed to serve AI applications. Unlike traditional blockchains, EMAC incorporates computing power consensus for completing "AI tasks".

The EMAC network consists of validator nodes, smart router nodes, and computing power nodes.

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

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.
2. Use the registered wallet to connect to the EMAC Node DApp for node staking.
3. EMAC 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 IMAC Hub.
4. EMAC Hub records every request from validators or API users, saving call results (including executing node, execution status, API credit consumption).
5. EMAC 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 EMAC 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.


---

# 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.emaceth.pro/emac-network/what-is-emac-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.
