> 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/rxcdnatoken.md).

# RxcDnaToken

### **Files In Scope**

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

### **General Notes**

The contract is a basic burnable, mintable BEP-20. There is a mint function in the contract that allows every address with the minter role to mint tokens. In addition, the team will have an external server that pre-signs using [ecover](https://soliditydeveloper.com/ecrecover), allowing users to mint a certain amount of DNA tokens.

The team is aware of the risks of using ecover as explained in this article:

&#x20;<https://soliditydeveloper.com/ecrecover>
