> ## Documentation Index
> Fetch the complete documentation index at: https://docs.illa.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> ILLA provides the specialised planning, safety, and orchestration stack that AI systems need to safely act on financial intent.

## Architecture

ILLA's architecture is organised around a deliberate separation: an opinionated core and agnostic edges.

### Core

The core is where every financial intent is processed. It is opinionated about how AI systems should handle real money: how ambiguity is resolved, how risk is evaluated, how transactions are constructed and verified. Every request, without exception, flows through three layers:

<CardGroup cols={3}>
  <Card title="Intelligence" icon="brain" href="/illa/intelligence">
    Resolves natural language into precise, structured execution plans.
  </Card>

  <Card title="Safety" icon="shield-halved" href="/illa/safety-and-security">
    Architectural separation between probabilistic reasoning and deterministic execution.
  </Card>

  <Card title="Engine" icon="gears" href="/illa/engine">
    Turns approved plans into coordinated transaction sequences.
  </Card>
</CardGroup>

### Edges

The edges are where ILLA connects to the outside world. They are intentionally agnostic, designed to extend as the landscape evolves.

<CardGroup cols={3}>
  <Card title="Capabilities" icon="layer-group" href="/illa/capabilities">
    Aggregate financial operations across an expanding set of protocols and networks.
  </Card>

  <Card title="Developers" icon="puzzle-piece" href="/build/overview">
    SDK, API, and MCP Server — how to build with ILLA.
  </Card>

  <Card title="Hub & Wallets" icon="wallet" href="/illa/wallets-and-hub">
    Identity, wallet provisioning, and unified configuration across all ILLA surfaces.
  </Card>
</CardGroup>

## Why this separation

The agnostic edges make ILLA durable. As new agentic interfaces and wallets emerge, ILLA plugs in. As new financial protocols and rails come online, ILLA integrates.

The opinionated core means the safety properties, planning, and orchestration capabilities are consistent regardless of what connects at the edges. They cannot be replicated by wiring together generic tools.

Each layer is non-trivial alone. Together, they form a system that cannot be replicated by wiring generic tools together.
