Skip to main content
Neuro-Ledger is the Neuron’s distributed audit and persistence layer. It records selected object changes in signed blocks and synchronizes them with authorized peers. It is not a public cryptocurrency chain, a smart-contract virtual machine, or an API that every application writes to directly.

Where it fits

Most developers use the Agent API, contracts, or package APIs. The Neuron decides which resulting records belong in the ledger.

What applications gain

  • Important changes can be traced over time.
  • Blocks and references are signed and can be checked for integrity.
  • Synchronization is between identified, authorized peers rather than an anonymous global network.
  • Access controls can protect ledger content that should not be public.

Use a Neuron interface

The supported developer surface is the installed Neuron and its documented APIs. The Neuro-Ledger implementation repository is not required for application development and is not currently part of the public integration surface.

How it works

Follow a record from persistence to a synchronized block.

Developer access

See which interface to use for each task.