> ## 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.

# Tokenized assets

> Read Neuro-Feature attributes, lifecycle state, notes, and provenance history

Neuro-Features represent assets or rights created through approved contracts. A state machine can govern their auditable lifecycle.

<Warning>
  Creation, minting, state transitions, and ownership transfer are not currently documented as a runnable sequence. Do not infer write operations from the available read operations.
</Warning>

## Start here

* [Inspect token data and history](/neuron-api/guides/tokens-flow).
* Learn how [Neuro-Features and state machines](/platform/neuro-features-and-state-machines) relate.
* Check the [token](/neuron-api/api-reference/tokens/overview) and [state-machine](/neuron-api/api-reference/state-machines/overview) operations.

## Read an existing Neuro-Feature

```text theme={null}
Neuro-Feature identifier
        ↓
Read description and creation attributes
        ↓
Read current state
        ↓
Read notes and event history
        ↓
Display current owner and provenance when returned
```

## Create or transfer a Neuro-Feature

Ask the Neuron operator for the approved creation template, required contract parameters, supported state transitions, and transfer procedure. No generic creation or transfer tutorial is available yet.
