# Owner Capabilities

* swapToken - the owner can swap tokens that occurred in the contract for BNB&#x20;
* setFeeRate - the owner of the contract can set the buy / sell fees. buy fee can be up to 20% and sell fee can be up to 20%.
* setMinTokensBeforeSwap - set the minimum amount of tokens that need to be occurred before swapping the token to bnb. Please note, the contract is selling tokens for BNB, selling a significant amount of tokens can result in an undesired price drop.&#x20;


---

# 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/owner-capabilities.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.
