# Automatic Dividend Distribution

The functionality of distributing resources to TUP token holders was previously mentioned. Here, we provide more details on how it works.

Any event that involves sending the native cryptocurrency token to the smart contract address of the TUP token will reserve this value for distribution among investors and Employer contract. But instead of directly distributing the value in the native token, the contract mints new tokens for TUP holders, proportionally.

This approach incentivizes investors to hold TUP in their wallets to earn rewards in native tokens, since they can exchange at any time. Additionally, the Employer contract can use its received resources to reward investors who deposit TIME tokens regularly. This serves as an incentive for investors while helps maintain the health of the ecosystem, liquidity in the TUP contract, and stable growth and development of its economy.

The mechanism's sole limitation is that, despite its automatic operation, its activation relies on interacting with the contract through the execution of transactions. Consequently, the next distribution of resources will occur only after sending if a transaction is carried out.


---

# Agent Instructions: 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.timetoken.finance/time-is-up-tup-+-worker/automatic-dividend-distribution.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.
