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

# What is Neuro-Ledger?

> An explanation of Neuro-Ledger and its role in the platform

Neuro-Ledger is the distributed audit and persistence layer in the Neuro platform.

It is designed for systems that need traceability, resilience, and verifiable records — without the tradeoffs of traditional blockchain-based architectures. Neuro-Ledger is a distributed ledger that is not based on a traditional blockchain, and is built to support privacy-aware, auditable systems over time.

## Why it exists

Many distributed ledgers solve one problem by creating others. Traditional blockchain systems are often strong on immutability, but weak on privacy, deletion, long-term maintainability, or scalable cross-domain interoperability. Neuro-Ledger takes a different approach.

Instead of assuming anonymous or distrusted participants competing through proof-of-work, Neuro-Ledger is built around identified actors, trust relationships, and signed operations. That allows the platform to preserve auditability and integrity while being better suited to real operational systems — including systems that process sensitive information.

## What makes it different

Neuro-Ledger is:

* Distributed
* Federated
* Signature-based
* Identity-aware
* Privacy-conscious
* Designed for long-lived systems

Unlike traditional blockchain designs, it does not depend on one global chain or proof-of-work, and works with the Neuron and Trust Provider model instead.

## What it is used for

Neuro-Ledger is used to support:

* Auditable records
* Persistent storage of important platform objects
* Traceable smart contract events
* Token and ownership history
* Payment-related records
* Verifiable operations across domains

It is not the only interface developers interact with, but it is the foundation that makes higher-level platform features trustworthy and auditable. The Neuron hosts the Neuro-Ledger and uses it together with identities, contracts, tokenization, and programmable payments.

## How it fits into the platform

<Info>
  **Neuron** handles interaction. **Smart contracts and identities** define who can do what, and under what rules. **Neuro-Ledger** records and protects the important events behind those interactions.
</Info>

That is why the ledger matters even when developers are mostly working through the API.

## Real-world applications

The Neuro-Ledger's properties make it suitable for domains where long-lived, privacy-conscious auditability matters:

* **Healthcare** — Medical records shared across providers require consent tracking, access history, and the ability to correct or extend records over time without exposing underlying data. A traditional blockchain model makes this difficult; Neuro-Ledger's identity-aware, federated approach is designed for exactly this.
* **Sustainability reporting** — ESG and sustainability data must be traceable and verifiable over time. Neuro-Ledger provides a ledger-backed foundation for recording and auditing sustainability metrics.
* **Threat intelligence** — Sharing open threat intelligence across organizations requires trust between participants and auditable records of what was shared and when, without centralizing control.
* **Smart cities and tokenized real estate** — Ownership records, ESG-linked asset data, and transfer histories all benefit from a ledger that is auditable, federated, and not dependent on proof-of-work.

## Further reading

<CardGroup cols={3}>
  <Card title="Neuro-Foundation" icon="globe" href="https://neuro-foundation.io">
    Platform specification and standards
  </Card>

  <Card title="Neuro Documentation" icon="book" href="https://lab.tagroot.io/Documentation.md">
    Neuron and associated technologies
  </Card>

  <Card title="Neuro Community" icon="users" href="https://lab.tagroot.io/Community.md">
    Tutorials and implementation guides
  </Card>
</CardGroup>
