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

# Introduction

> Welcome to the Tokn Ledger API documentation

<img className="block dark:hidden" src="https://mintcdn.com/harbor/uIKlC3p8SUyfexol/images/hero-light.svg?fit=max&auto=format&n=uIKlC3p8SUyfexol&q=85&s=69c421a1dec6819ca623166a39626a4e" alt="Hero Light" width="700" height="320" data-path="images/hero-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/harbor/uIKlC3p8SUyfexol/images/hero-dark.svg?fit=max&auto=format&n=uIKlC3p8SUyfexol&q=85&s=3ee17ef0db65cb2ca02d23b80f1e4010" alt="Hero Dark" width="700" height="320" data-path="images/hero-dark.svg" />

## Welcome to the Tokn Ledger API

The Tokn Ledger API allows you to manage digital assets, projects, wallets, and transactions in a secure and efficient manner. Whether you're building a loyalty program, a virtual currency system, or any other application that requires digital asset management, this API provides the tools you need.

## Key Concepts

Before diving into the specific endpoints, let's review some key concepts:

* **Assets**: Digital representations of value (e.g., loyalty points, virtual currencies).
* **Projects**: Containers for assets and wallets, allowing you to organize your digital economy.
* **Wallets**: Stores of assets, which can be owned by customers or the system.
* **Transactions**: Movements of assets between wallets.

## Getting Started

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the API endpoints and start integrating
  </Card>

  <Card title="Authentication" icon="lock" href="/api-reference/authentication">
    Learn how to authenticate your API requests
  </Card>
</CardGroup>

## Resources

<CardGroup cols={2}>
  <Card title="Assets" icon="coins" href="/essentials/asset">
    Manage digital assets in your projects
  </Card>

  <Card title="Projects" icon="folder-tree" href="/essentials/project">
    Organize your digital economy
  </Card>

  <Card title="Wallets" icon="wallet" href="/essentials/wallet">
    Handle customer and system wallets
  </Card>

  <Card title="Transactions" icon="money-bill-transfer" href="/essentials/transaction">
    Process asset transfers between wallets
  </Card>
</CardGroup>
