# About the project

The contract is a simple [BEP-20 compatible ](/retromoon/audit-results/bep-20-compatibility.md)with adjustable fees of up to 20% for transactions and 10% for rewards. The contract converts a part of the fees to liquidity while the other part is converted to BNB and can be withdrawn by the operations wallet. All set functions are role based which means the owner can add addresses that can call them.


---

# 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://audits.solidgrp.io/retromoon/audit-results/about-the-project.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.
