> ## Documentation Index
> Fetch the complete documentation index at: https://ixoworld-mintlify-9a7944b6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform architecture

> Conceptual model of the IXO Platform stack and links to implementation docs.

<Tip>
  This page describes the IXO Platform architecture model. Use guides and references for implementation details.
</Tip>

## Platform Stack

### 1. User Interfaces

<CardGroup>
  <Card title="IXO Portal & Mobile" icon="display">
    Core applications for hosting and interacting with market ecosystem platforms
  </Card>

  <Card title="Custom Apps" icon="window">
    Proprietary and integrated applications
  </Card>

  <Card title="Digital Wallets" icon="wallet">
    Asset and credential management
  </Card>

  <Card title="AI Agents" icon="sparkles">
    Intelligent interface agents and automation
  </Card>

  <Card title="USSD" icon="tower-cell" href="/articles/ixo-ussd">
    Offline access to IXO services from any GSM phone — no smartphone or data plan required
  </Card>
</CardGroup>

### 2. Applications

<CardGroup>
  <Card title="Mobile & Web" icon="mobile-screen">
    * Progressive web applications
    * Native mobile apps
    * Cross-platform solutions
    * Responsive interfaces
  </Card>

  <Card title="IoT Applications" icon="microchip">
    * Device management
    * Sensor integration
    * Real-time monitoring
    * Edge computing
  </Card>

  <Card title="AI Applications" icon="sparkles">
    * Intelligent agents
    * Predictive analytics
    * Natural language processing
    * Computer vision
  </Card>

  <Card title="Integration Apps" icon="puzzle-piece">
    * Enterprise connectors
    * API integrations
    * Data pipelines
    * System bridges
  </Card>
</CardGroup>

### 3. Market Platforms

<AccordionGroup>
  <Accordion title="Aggregation Networks">
    * Supply aggregation
    * Demand aggregation
    * Resource pooling
    * Market making
    * Price discovery
  </Accordion>

  <Accordion title="Distribution Networks">
    * Asset distribution
    * Service delivery
    * Value transfer
    * Network routing
    * Settlement systems
  </Accordion>

  <Accordion title="Data Networks">
    * Data marketplaces
    * Analytics platforms
    * Intelligence networks
    * Knowledge graphs
    * Insight distribution
  </Accordion>

  <Accordion title="Intelligent Oracle Services">
    * Oracle coordination
    * Automated verification
    * Real-time data feeds
    * Truth consensus
    * Intelligent automation
  </Accordion>

  <Accordion title="Network State">
    * Digital jurisdiction
    * Governance frameworks
    * Policy automation
    * Collective intelligence
    * Network sovereignty
  </Accordion>
</AccordionGroup>

### 4. Modular services

<AccordionGroup>
  <Accordion title="Data & Integration Services">
    * **Linked-Data Libraries**: Semantic data management
    * **Composable Data**: Modular data structures
    * **DID Resolvers**: Identity resolution services
    * **Data Oracles**: External data integration
    * **Web 2.0 Connectors**: Legacy system integration
    * **Schemers**: Reusable data patterns
  </Accordion>

  <Accordion title="Financial & Transaction Services">
    * **Token Minting**: Asset creation and issuance
    * **Liquidity Pools**: Market making services
    * **Smart Contracts**: Automated transactions
    * **Blockspace**: Transaction processing allocation
    * **Fiat On/Off Ramps**: Currency conversion services
    * **Cross-chain Routing**: Multi-chain transaction routing
  </Accordion>

  <Accordion title="Verification & Security Services">
    * **Credential Exchange**: Verifiable credential management
    * **Verification Protocols**: Standardized verification processes
    * **Algorithms**: Computational verification tools
  </Accordion>

  <Accordion title="Agentic AI Services">
    * **Agent Orchestration**: Multi-agent coordination
    * **Model Integration**: AI model deployment and management
    * **Learning Systems**: Adaptive intelligence
    * **Inference Engines**: Decision support
    * **Knowledge Bases**: Semantic understanding
    * **Autonomous Services**: Self-governing systems
  </Accordion>
</AccordionGroup>

### 5. Digital infrastructures

<AccordionGroup>
  <Accordion title="Communication Layer">
    * Peer-to-peer networks
    * Message routing
    * Event streaming
    * Protocol bridges
  </Accordion>

  <Accordion title="Transaction Layer">
    * Blockchain networks
    * Smart contract execution
    * State management
    * Consensus mechanisms
  </Accordion>

  <Accordion title="Storage Layer">
    * Distributed file systems
    * State databases
    * Credential stores
    * Data indexing
  </Accordion>

  <Accordion title="Intelligence Layer">
    * **Data Infrastructure**
      * Data lakes
      * Feature stores
      * Vector databases
      * Stream processors

    * **Model Infrastructure**
      * Model registries
      * Training pipelines
      * Inference endpoints
      * Model monitoring

    * **Knowledge Infrastructure**
      * Ontology stores
      * Knowledge graphs
      * Reasoning engines
      * Semantic networks

    * **Agent Infrastructure**
      * Agent registries
      * Coordination mechanisms
      * Learning environments
      * Policy frameworks
  </Accordion>
</AccordionGroup>

## Core Components

<CardGroup>
  <Card title="IXO Protocol" icon="cube" href="/protocols/ixo-protocol">
    Blockchain network for digital twins, impact claims, and tokenization
  </Card>

  <Card title="IXO Matrix" icon="database" href="/articles/ixo-matrix">
    Secure data storage and messaging with end-to-end encryption
  </Card>

  <Card title="Agentic Oracles" icon="brain" href="/articles/agentic-oracles">
    AI-powered agent services that perform evaluations, verifications, and intelligent automations
  </Card>

  <Card title="Blocksync" icon="sync" href="/articles/ixo-blocksync">
    Indexing and query service for blockchain data
  </Card>
</CardGroup>

## Platform Configuration

### Implementation Options

<CardGroup>
  <Card title="Public Markets" icon="globe">
    Open platforms with public verification
  </Card>

  <Card title="Private Networks" icon="lock">
    Permissioned access and governance
  </Card>

  <Card title="Hybrid Systems" icon="toggle-on">
    Combined public/private features
  </Card>

  <Card title="Platform as a Service" icon="cloud">
    Managed platform deployment and operations
  </Card>
</CardGroup>

## Go here next

<CardGroup>
  <Card title="Developer guides" icon="play" href="/guides/dev/overview">
    Follow task-oriented implementation guides.
  </Card>

  <Card title="IXO stack concepts" icon="layer-group" href="/core-concepts">
    Read the canonical concepts overview first.
  </Card>

  <Card title="SDK references" icon="puzzle-piece" href="/sdk-reference/index">
    Use SDK pages for packages and code-level usage.
  </Card>

  <Card title="Emerging Platform pages" icon="lightbulb" href="/platforms/Emerging/intro-emerging">
    Read platform and solution examples in the Emerging docs section.
  </Card>
</CardGroup>

## Reference links

<CardGroup>
  <Card title="SDK overview" icon="code" href="/sdk-reference/index">
    Canonical SDK entry point and package references.
  </Card>

  <Card title="GitHub Repositories" icon="github" href="https://github.com/ixofoundation">
    Review open-source code and examples.
  </Card>

  <Card title="Developer Community" icon="users" href="https://ixofoundation.slack.com/archives/C04UERAUHQT">
    Join our community for support and collaboration
  </Card>

  <Card title="Documentation" icon="book" href="/guides/dev/overview">
    Comprehensive guides and references
  </Card>
</CardGroup>
