> For the complete documentation index, see [llms.txt](https://ludo-cities.gitbook.io/ludo-cities-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ludo-cities.gitbook.io/ludo-cities-whitepaper/economics/token.md).

# LUDC Token

### Overview

LUDC is the native utility, reward, and economic coordination token of the Ludo Cities ecosystem. It serves as the primary medium of exchange for gameplay, upgrades, governance participation, and value transfer across all supported platforms, including Seeker Play, Android, and iOS.

### Token Purpose

LUDC is designed to:

1. Power core in-game transactions
2. Enable fair, transparent reward distribution
3. Align incentives between players, city owners, and the platform
4. Create a sustainable, long-term economic loop

It acts as the backbone of the Ludo Cities digital economy.

***

### Utility

LUDC has multiple functional utilities within the ecosystem:

1. Gameplay Currency
   1. Entry fees for tournaments
   2. PvP staking and match-based rewards
   3. Purchase of in-game items, boosts, and cosmetics
2. City NFT Integration
   1. Required for upgrading City NFTs
   2. Used for unlocking city-level enhancements
   3. Enables city owners to host premium tournaments and events
3. Marketplace & Trading
   1. Facilitates peer-to-peer sales inside the marketplace
   2. Enables trading of consumables, upgrades, and digital assets

***

### Earning Mechanisms

Users can earn LUDC through:

* Winning tournaments and PvP matches
* Completing daily and seasonal missions
* Achieving leaderboard positions
* Operating and upgrading City NFTs (owners earn from player activity)

These earning paths ensure a fair and merit-based reward structure.

### Economic Design

LUDC follows a semi-deflationary model designed to support long-term economic stability.

**Token Sinks (Burn Mechanisms)**

* City NFT upgrades
* Tournament fee burns
* Marketplace fee burns
* High-tier item and boost crafting

These actions permanently remove LUDC from circulation.

**Token Sources**

* Gameplay rewards
* Seasonal incentives
* Strategic ecosystem initiatives

The balance between sources and sinks maintains token health.

***

### Technology

LUDC is deployed on Solana, benefiting from:

* High throughput
* Low transaction costs
* Broad wallet support (Phantom, Seeker Play, etc.)
* Fast and scalable on-chain settlement

This ensures a smooth, user-friendly web3 experience.

***

### Vision

The LUDC token is designed to create a unified, sustainable, and player-driven economy. It aligns incentives between all participants—players, city owners, creators, and the platform—and serves as the foundation for the long-term evolution of the Ludo Cities ecosystem.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ludo-cities.gitbook.io/ludo-cities-whitepaper/economics/token.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
