# About the project

The contract is a simple [BEP-20 compatible contract](/footballgo/audit-results/bep-20-compatibility.md). The token conforms to the BEP-20 interface. The owner of the contract can change the fees on buying/selling to be up to 20%. There is a possibility to mint tokens as part of the play-to-earn mechanisam. The owner can mint new tokens to any address he desired as long as it is less than the number of tokens allocated for play to earn.


---

# 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/footballgo/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.
