# What is IntelliX

IntelliX is a decentralized oracle platform designed to bridge the gap between off-chain data and blockchain smart contracts. It is a permissionless, programmable, and AI-driven system that enables users to create, configure, and manage data feeds with minimal effort.&#x20;

Unlike traditional oracles that only focus on structured data like price feeds, IntelliX leverages Large Language Models (LLMs), to extract structured information from unstructured data sources, including documents, contracts, and reports. This flexibility allows IntelliX to support a broader range of decentralized applications, providing reliable, real-time data for smart contract execution across various blockchain ecosystems.

### **Permissionless Architecture**

IntelliX operates in a permissionless manner, meaning that anyone can create and publish new data feeds without centralized control or the need for prior approval. This open architecture supports decentralized participation and ensures that data feeds can be created by any user in the network, making it suitable for a wide range of use cases and fostering a diverse data ecosystem.

### **Configurable and Programmable Data Feeds**

The platform is highly programmable, enabling users to configure new data feeds with a simple configuration or a few lines of code. This flexibility allows for rapid integration of custom data sources. By providing both configuration-based and code-based options, IntelliX accommodates users with varying levels of technical expertise while still supporting complex data feed requirements.

### **AI-Driven Data Extraction**

IntelliX goes beyond traditional oracles by utilizing AI, specifically LLMs, to process unstructured data. This enables the extraction of structured information from sources like legal contracts or reports, which can then be published on-chain for contract execution. The use of AI broadens the scope of data that can be incorporated into smart contracts, enabling automation in more complex, real-world scenarios.

### **Integration with Pell's DVS for Staking and Slashing**

IntelliX integrates with Pell's Decentralized Validation Service (DVS) to handle staking and slashing mechanisms within the platform. By leveraging Pell's DVS, IntelliX ensures that data providers are held accountable for the accuracy and reliability of the data they submit. Validators who misbehave or submit incorrect data are subject to slashing, while those providing reliable data are rewarded. This integration helps maintain the integrity and security of the oracle network. For more details on Pell's DVS, you can refer to the official [Pell Network documentation](https://docs.pell.network/).

### **Broad Ecosystem Compatibility**

IntelliX is designed to be blockchain-agnostic, meaning it can integrate seamlessly with various blockchain networks. Whether you are building on Ethereum, Solana, Cosmos, or a custom chain, IntelliX can be adapted to deliver reliable, real-time data, making it a versatile solution for developers working across different ecosystems.


---

# 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.intellix.network/introduction/what-is-intellix.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.
