# Strategies

## What is a Strategy?

Strategy is the most crucial entity in the Paraton ecosystem. The chosen strategy will determine how Paraton will maximize profits in our volts.

## What Strategies are currently in use?

At this moment, there is one primary Strategy that is applied to all current Vaults.&#x20;

The current Strategy contains the following steps:

* Once per day, the Restaker will check the reward amount available in every Vault
* If the amount of the rewards in Vault is higher than 7 TON, the Restaker will collect rewards and reinvest them into the same liquidity pool

The current amount of rewards that are pending to be reinvested is displayed in the Stats section on every Vault's page (the screenshot below)

<figure><img src="/files/Hgsv8ancpBIP1alS7Tvn" alt=""><figcaption><p>The Stats section in every Vault</p></figcaption></figure>

## **Can users make a strategy?**

YES! If you want to create a whole new strategy, you can write it in:

* Our Telegram Chat: <https://t.me/parraton_chat>
* Our Twitter: <https://x.com/parraton_com>

We would be very happy if you could describe your strategy in as much detail as possible

## Related topics

[Learn more about the Vaults](/parraton-products/vaults.md)\
[Learn more about the Restaker](/parraton-products/restaker.md)


---

# 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.parraton.com/parraton-products/strategies.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.
