> For the complete documentation index, see [llms.txt](https://docs.playtheatria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playtheatria.com/theatria/gameplay-features/economy/ledger.md).

# Ledger

The ledger system helps you keep track of all your in-game Denarii transactions. Here's how to use it and understand the data it provides.

## How to Use the Ledger

1. **Generate a Ledger Session:** Use the command `/ledger` in-game to create a new session.
2. **Access the Ledger Link:** After running the command, click the link that appears in the chat to open your personal ledger.
3. **Link Expiration:** Ledger links have expiration times. If your link expires, simply run `/ledger` again to generate a new one.

## Understanding Transaction Causes

Due to limitations in current economy plugins, transaction causes are simplified into the following categories:

* **API**: Transactions triggered by external plugins (e.g., ChestShop, MobArena, or receiving bags of denarii from MobHunter).
* **Unknown**: Transactions triggered by plugins other than Essentials, often as penalties (e.g., fines in MobHunter for killing a wolf).
* **COMMAND\_SELL**: Transactions initiated by using the `/sell hand` command.
* **COMMAND\_ECO**: Transactions where money is granted directly by the server.
* **HISTORICAL**: Transactions that occurred before the ledger system was implemented.

### Example Player Chart

![Example of a player chart](/files/71dU45uPVrNv9b8OuJ0u)

### Example Player Transactions

![Example of player transactions](/files/PcexoU80GM9WguedrXJH)

***

🤑 🤑 🤑 Discover [ways to make Denarii](/theatria/gameplay-features/economy/ways-to-make-denarii.md) in Theatria! 🤑 🤑 🤑

***

[Gameplay Features](/theatria/gameplay-features.md)


---

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

```
GET https://docs.playtheatria.com/theatria/gameplay-features/economy/ledger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
