> 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/smarter.md).

# Smarter

The Smarter tab elevates all other use cases of the platform to a new level. It is responsible for receiving user deposits in the native tokens of the network (ETH, POL, FTM, xDAI, etc.) and returning the deposit with interest, which is earned through automatic allocations in diverse platform contracts and use cases, including the Employer, the purchase and minting of TUP, and also the production of TIME through minions.

In this sense, the investor who does not feel secure interacting with other use cases or in acquiring/producing the platform’s tokens can simply reduce their risk by depositing in Smarter.

<figure><img src="/files/yoRAtmzkEYFtQhDmK9Hn" alt=""><figcaption><p>Smarter Tab: returns interest over investors' deposits.</p></figcaption></figure>

The Smarter contract follows the ERC-4626 standard, functioning as a vault with no time restrictions. This allows the investor to deposit additional funds or withdraw their initial investment at any time.

**OBSERVATIONS**

Please note the Smarter tab is enabled only for some networks.


---

# 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/smarter.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.
