> For the complete documentation index, see [llms.txt](https://docs.timetoken.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.timetoken.finance/time-token-+-tabs/production-time-tokenization.md).

# Production (Time Tokenization)

TIME is obtained under production (mining), where anyone can produce it from an EOA or a smart contract address. To do so, the user pays a one-time variable fee to the protocol and is then enabled to initiate the production of tokens in the way they naturally exist. The activation fee can be paid using native or TIME tokens, where TIME tokens used for activation are burned after the procedure.

While token production is based on demand, the quantity of tokens generated is determined solely by the time that has passed between two interaction events with the smart contract of the protocol. Here's an example to illustrate this process: once an address is activated, a user can request the production of tokens for that particular address. The number of tokens generated will be proportional to the time that has elapsed since the activation event. Subsequently, each further request for token production will generate an amount corresponding to the time that has passed since the last production event. This mechanism remains consistent throughout the process.

<figure><img src="/files/JGGwXArGLwHxERtSaa4Z" alt=""><figcaption><p>Example of a frame used for TIME production.</p></figcaption></figure>


---

# 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://docs.timetoken.finance/time-token-+-tabs/production-time-tokenization.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.
