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

# Tokens flow

> Query tokens, attributes, and events

## Overview

Tokens represent signed assets or proofs that can be linked to contracts and
state machines. This guide shows how to inspect token metadata and history.

## Flow overview

```mermaid theme={null}
sequenceDiagram
  participant Client
  participant Neuron
  Client->>Neuron: Tokens/GetTokens
  Neuron-->>Client: list
  Client->>Neuron: Tokens/GetToken
  Neuron-->>Client: token details
  Client->>Neuron: Tokens/GetTokenEvents
  Neuron-->>Client: event history
```

## Related endpoints

* `Tokens/GetCreationAttributes`
* `Tokens/AddTextNote`
* `Tokens/AddXmlNote`
* `Tokens/GetContractTokens`
