> For the complete documentation index, see [llms.txt](https://docs.cortensor.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortensor.network/core-concepts/decentralized-ai-inference/community-powered-network.md).

# Community-Powered Network

Cortensor's decentralized AI inference is fundamentally driven by its community, creating a collaborative ecosystem that fosters innovation and ensures the network's growth and sustainability.

### **Collaborative Ecosystem**

* Diverse community of developers, researchers, and users contribute to the network's development and expansion.
* Open-source approach encourages continuous improvement and innovation.

### **Incentive Structures**

* Token-based rewards ($COR) incentivize participation and high-quality contributions.
* Nodes earn tokens for performing network liveness checks, health checks, and serving user requests.
* Tiered reward system ensures nodes are consistently available and capable of handling AI tasks.

### **Supply-Side Development**

* Community members are encouraged to provide and run binary/system images, becoming stateless validators/ranking systems.
* Gamified approach with Level 1 (liveness checks) and Level 2 (capability assessment) fosters competition and ensures a robust network.

### How It Works

1. **Task Submission**: Users or services submit AI inference tasks to the Cortensor network.
2. **Intelligent Routing**: Router nodes analyze the task requirements and available node capabilities.
3. **Task Distribution**: The task is assigned to appropriate inference nodes based on their performance metrics and current workload.
4. **Parallel Processing**: Multiple nodes may work on different aspects of a task simultaneously, enhancing speed and efficiency.
5. **Result Validation**: Guard/validation nodes verify the results to ensure accuracy and detect potential fraudulent activity.
6. **Result Delivery**: Verified results are securely delivered back to the user or service.

### Benefits

* **Enhanced Reliability**: Distributed architecture minimizes downtime and service interruptions.
* **Improved Performance**: Parallel processing and intelligent routing optimize task completion times.
* **Cost-Effective**: Users can access high-performance AI inference without investing in expensive hardware.
* **Privacy-Focused**: Decentralization inherently enhances data privacy by avoiding centralized data storage.
* **Community-Driven Innovation**: Continuous improvement through community contributions and feedback.

#### Future Developments

Cortensor plans to expand its decentralized AI inference capabilities to support a wider range of AI models and use cases, including:

* Advanced natural language processing
* Computer vision tasks
* Predictive analytics
* Specialized domain-specific AI models

***

**Disclaimer:** This page and the associated documents are currently a work in progress. The information provided may not be up to date and is subject to change at any time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.cortensor.network/core-concepts/decentralized-ai-inference/community-powered-network.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.
