# TimeWarp App

## **TimeWarp Mechanism**

[Chrono.tech](https://chrono.tech/) generates profits from business activities throughout its [ecosystem](https://chrono.tech/ecosystem) of products and services. A proportion of these profits will be used to buy [TIME](https://coinmarketcap.com/currencies/chrono-tech/) tokens from the open market, which will be stored in a dedicated wallet: the **Time Fund**. At regular intervals (currently once a week) these [TIME](https://coinmarketcap.com/currencies/chrono-tech/) tokens will be distributed between users who have staked their [TIME](https://coinmarketcap.com/currencies/chrono-tech/) tokens in the TimeWarp smart contract.

## TIME locking mechanism

To motivate users to hold [TIME](https://coinmarketcap.com/currencies/chrono-tech/), a token locking schedule will be implemented. The longer users commit to locking their tokens, the higher the reward multiplier for each locked [TIME](https://coinmarketcap.com/currencies/chrono-tech/) token.

| Token lock time    | Reward multiple |
| ------------------ | --------------- |
| 1 hour             | x1              |
| 30 days            | x1.2            |
| 180 days           | x1.3            |
| 365 days (1 year)  | x1.5            |
| 730 days (2 years) | x2              |

*Example*\
*Alice has 100 $TIME, which she locks in the TimeWarp smart contract with no restrictions on withdrawals (zero days lockup). Her share of rewards will be subject to the 1x coefficient (100x1 = 100).*\
*Bob has 150 $TIME, which he locks in the TimeWarp smart contract for 730 days. His share of rewards is subject to the 2x multiple (150x2 = 300).*\
*Bob will therefore receive three times the rewards that Alice does.*

## Staking Pools

**Ethereum Network**\
\- TIME Pool\
\- TIME-ETH LP Uni Pool

There are currently two staking pools available on the Ethereum Network, TIME pool, which allows users to stake TIME directly and a TIME-ETH LP token pool, which allows users to stake TIME-ETH LP token one receives for providing liquidity in the [TIME/ETH market on Uniswap](https://v2.info.uniswap.org/pair/0x1d474d4b4a62b0ad0c819841eb2c74d1c5050524).

**Binance Smart Chain** \
\- TIME Pool\
\- TIME-BNB LP Pancake Pool\
\- TIME-CGU Pool

There are currently two staking pools available on the Binance Smart Chain, TIME pool, which allows users to stake TIME directly and a TIME-BNB LP token pool, which allows users to stake TIME-BNB LP token one receives for providing liquidity in the [TIME/BNB market on Pancake](https://exchange.pancakeswap.finance/#/swap?inputCurrency=BNB\&outputCurrency=0x3b198e26E473b8faB2085b37978e36c9DE5D7f68).\
\
**Polygon Network**\
\- TIME Pool\
\- TIME-WETH Pool\
\
There are currently 1 staking pools available on the Polygon Network, TIME pool, which allows users to stake TIME directly.

## Fees

There are no platform fees on TimeWarp. However, user need to pay dynamically changing fee to cover gas costs for staking and withdraw.

**Deposit fee:** gas cost +  0.1% additional fee\
This fee serves as a mechanism to encourage early stakers. Users who will lock TIME earlier than others will get higher bonuses. This 0.1% fee will be distributed among those who have already deposited their tokens.\
**Withdraw fee:** 0%, only gas cost\
**Harvest fee:** 0%, only gas cost\
**Compound fee:** 0%, only gas cost

## **APY**

Users who stake their TIME in the TimeWarp smart contract earn weekly rewards based on several different factors, meaning their Annual Percentage Yield (APY) is variable rather than fixed. Relevant factors include:

* The amount of revenues generated by Chrono.tech each week
* The value of the TIME token at the point the buybacks occur
* The amount of time users commit to locking their TIME
* Whether users choose to withdraw or compound their rewards.

Because the **APY changes dynamically** with these factors, it is not possible to guarantee (or even estimate) a simple yield when tokens are staked.<br>


---

# 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.timewarp.finance/info/timewarp-app.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.
