# Summary

**Files In Scope**

|                                                                                             |                                                                          |
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| **Contract**                                                                                | **Address**                                                              |
| [RxC token](/rxc/audit-result/findings/rxc-token.md)                                        | <https://bscscan.com/address/0x784a5211B47ff615A19797cdbF121D0AA04D37F0> |
| [RxCDnaToken (DNA)](https://bscscan.com/address/0x444ddc9ab6e938511fdd56f89ec334d38cadee0f) | <https://bscscan.com/address/0x444ddc9ab6e938511fdd56f89ec334d38cadee0f> |

**RxC Contract Vulnerability Summary**

The contract is BEP20 compatible, with an adjustable tax fee. The fees cannot be greater than 20%. The team can blacklist any address (excluding the pair address) 2 days after the deployment of the contract.

|                                                     |           |              |
| --------------------------------------------------- | --------- | ------------ |
| **Severity**                                        | **Total** | **Resolved** |
| <mark style="color:green;">**Informational**</mark> | -         | -            |
| <mark style="color:yellow;">**Low**</mark>          | -         | **-**        |
| <mark style="color:orange;">**Medium**</mark>       | -         | -            |
| <mark style="color:red;">**High**</mark>            | 2         | 2            |

**RxC DNA Vulnerability Summary**

The contract is a mintable, burnable BEP20 contract, and no issues were found.

&#x20;**Full Audit Summary Can Be Found:**&#x20;

{% embed url="<https://audit.solidgrp.io/audits/rxc>" %}


---

# 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/rxc/summary.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.
