# Farming our Tokens

Most Vaults and StableSwap pools will have a corresponding Farm where they can be staked to earn ACS or ACSI. Be sure to stake in the Farm after depositing into a Vault or StableSwap pool.

## Farm Rewards Boost

Governance Vault (ACS or ACSI) holdings are used to boost their respective Farm rewards by **up to 2.5X**.

The amount of boost is determined via the following formula:

**1.5 \* \[% user's share of Governance Vault] \* \[TVL in Farm]**

Example:

User deposits 20 LTC in Vault\&Farm, there is 1500 LTC in the farm in total, and user has 1% share of the ACS Vault.

His available boost is 1.5 \* 1% \* 1500 = 22.5 LTC, so a share of 20 + 22.5 = 42.5 LTC will be used to calculate his ACS Rewards.

If he deposits only 1 LTC, it will be boosted **up to the maximum 2.5X of 2.5 LTC**.

If he deposits 100 LTC, it will be boosted to 100 + 22.5 = 122.5 LTC.

* User's boost is updated on the following event:
  * Stake
  * Un-stake
  * Harvest
  * Force boost
* User's boost calculation is for each farm individually.

![ACryptoS Farm Boost](https://user-images.githubusercontent.com/96041328/167078388-ce272002-f964-4633-a82a-c4ea7cb4d67a.jpg)

### **User Interface**

**Current Boost**: The current boost you are getting in the farm from your ACS Vault holdings.\
**Future Boost**: The boost you will get after you stake/un-stake/harvest. Pressing **'Force'** will update this boost manually.\
**For 2.5X**: The amount of vaulted ACS you need to get the maximum boost on your current Farm stake.\
**2.5X On First**: The amount you can stake in the Farm that will get the maximum boost based on your current vaulted ACS.

Resources:

[How to use ACryptoS Vaults and Farms (Video Tutorial)](https://www.youtube.com/watch?v=DBiA7-CY4PE) - contributed by [CryptoBKT (Hsing)](https://t.me/cryptoBKT)

[ACS v2 farms boost calculator](https://docs.acryptos.com/community) - contributed by [Abdul R](https://t.me/abdul0793) and [CryptoBKT (Hsing)](https://t.me/cryptoBKT)

[Frequently Asked Questions](/tutorials-guides/faq.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.acryptos.com/dao/legacy/acryptos-farms.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.
