> For the complete documentation index, see [llms.txt](https://en.docs.dimetime.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.docs.dimetime.io/tokenomics/pot.md).

# PoT

**PoT** stands for "Piece of Time" and is DimeTime's in-game money. Like DTC, it can be earned through in-app activities and is used to purchase in-app items that are designed to make DimeTime fun for users who are not familiar with the WEB3 economic system.

#### Utilities

* Purchase an in-app item: You can purchase four in-app items that can be used to run the timer.

<table><thead><tr><th width="158.33333333333331">Item</th><th>Desription</th></tr></thead><tbody><tr><td>Wavy sack</td><td>A consumable in-app item that temporarily increases your capacity when the timer runs.</td></tr><tr><td>Muzuiro Compass</td><td>A consumable in-app item required to earn DTCs when the timer runs.</td></tr><tr><td>Map of Dawn</td><td>A consumable in-app item that grants a portion of the collected Pot when you fail to focus.</td></tr><tr><td>Shadow Hammer</td><td>A consumable in-app item used to repair Tokibune durability.</td></tr></tbody></table>

* Durability Repair: The amount of time you spend focusing during the timer will be used to repair your reduced durability.
* Purchase wallpaper: wallpaper is an item that can be used as a wallpaper when the timer is running and consists of a concept image and BGM.
* Tokibune Level-up: Used to level up Tokibune with DTCs.


---

# 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://en.docs.dimetime.io/tokenomics/pot.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.
