# 🔖- How to Check If Deposit Fee is Compromised

***PREVIOUS STAKED FUNDS are not affected***

**FEE CHANGE IS BEHIND THE TIMELOCK CONTRACT**

Our system requires users to deposit fee when staking, therefore it is possible for the chef to edit the deposit fee to 100%, which takes 100% of NEW USER STAKING. &#x20;

**Procedure to check:**

1\) Please head to our master chef contract site on BSC;

<https://bscscan.com/address/0xEddFB54d3d849A397FD226765775Bc90ce118e3B#readContract>

2\) Scroll down to 9. poolInfo

3\) Query (type in the number 0 - 22)

4\) Click onto the LP Token to see which currency/farm you are looking at

5\) Check if the depositFEEBP is correct (400 = 4%, 10000 = 100%)


---

# 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://octax.gitbook.io/octaxfinance/faqs/how-to-check-if-deposit-fee-is-compromised.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.
