# Security ⛨

### Paladin Audit

Paladin audits contracts, and our team will resolve all major issues before deploying.

### Reentrancy guard&#x20;

Stops recursive attacks on the contract that can drain funds. ‌&#x20;

### No migrator code&#x20;

Migrator code in contracts has been a vector for rugs in previous farms.&#x20;

We've removed this code entirely. ‌&#x20;

### Deposit fees capped at a maximum of 4%&#x20;

Capping the deposit fee percentage in the contract code ensures the contract owner can't instantly change the deposit required to 100%.

### KYC to Rugdoc&#x20;

Farm owners will show proof of identity to Rugdoc outlets.


---

# 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://docs.dragoncryptogaming.network/the-dragons-quest-platform/security.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.
