> For the complete documentation index, see [llms.txt](https://audits.solidgrp.io/rxc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://audits.solidgrp.io/rxc/audit-result/findings/rxc-token.md).

# RXC Token

### **Files In Scope**

<https://bscscan.com/address/0x784a5211B47ff615A19797cdbF121D0AA04D37F0>

### Issue 01&#x20;

<table data-header-hidden><thead><tr><th width="245.66666666666666">Type</th><th width="228.29117191533302">Severity</th><th width="178">Location</th><th>Status</th></tr></thead><tbody><tr><td><strong>Type</strong></td><td><strong>Severity</strong></td><td><strong>Location</strong></td><td><strong>Status</strong></td></tr><tr><td>Owner Capabilities</td><td><mark style="color:red;"><strong>High</strong></mark></td><td>setBlacklistAddress</td><td>✔️<mark style="color:green;"><strong>Resolved</strong></mark></td></tr></tbody></table>

**Description**

The owner of the contract can blacklist the pair address which will make the token untradable.

**Recommendation**

Prevent the owner of the contract blacklisting the pair address in the code

### **Issue 02**

<table data-header-hidden><thead><tr><th>Type</th><th width="200">Severity</th><th>Location</th><th>Status </th></tr></thead><tbody><tr><td><strong>Type</strong></td><td><strong>Severity</strong></td><td><strong>Location</strong></td><td><strong>Status</strong> </td></tr><tr><td>Owner Capabilities</td><td><mark style="color:red;"><strong>High</strong></mark></td><td>_transfer</td><td><mark style="color:green;"><strong>✔️ Resolved</strong></mark></td></tr></tbody></table>

**Description**

The owner of the contract can blacklist any address at any time.&#x20;

**Recommendation**

Consider implementing a timelock mechanism to allow users to review the changes.

The team can blacklist any address within 2 days from the deployment of the contract.
