# Submission and Grading

As the Secure3 platform thrives and evolves, our commitment to maintaining the highest quality standards remains unwavering. Ensuring an optimal experience for all our clients and auditors is at the forefront of our mission.

### Submission and Grading Standard

#### **1. Automated Findings**

* All submissions generated by automation tools and **not verified by human moderation** **will be directly rejected.**
* The auditors who intentionally submit **unverified** automated findings will face a possible ban.

#### **2. Gas Optimization**

* **Detailed evidence with supporting data** is mandatory for submissions about gas optimizatio&#x6E;**. This evidence should demonstrate that your suggestion leads to significant gas savings**.

#### **3. Coding Style**

* Suggestions highlighting coding styles such as documentation discrepancies, comment clarifications, compiler versions, naming conventions, custom error replacing require or assert, library versions, test modules, etc. are not eligible for rewards.
* **Exception**: if you can present concrete proof—either through a proof of concept (PoC) or factual data—indicating that a particular coding style issue can inflict substantial damage

#### **4. Excluded issue**

The following vulnerabilities are not accepted by Secure3:

* Lack of Zero Address Validation.
* Insufficient validation for the parameter zero.
* Unlocked Pragma Version.
* Some events miss the Keyword index.
* Inconsistent solidity compiler version.
* Missing error message in required statements.
* Unfinished TODOs and missing implementation.
* Typo in function/variable name or otherwise.
* Unuse the latest solidity version.
* hardcoding chain address.
* Potential divided by zero error.
* Remove Renounce Ownership

{% hint style="warning" %}
*Note： If the above vulnerabilities are submitted, they must be able to directly cause loss, which would potentially be accepted.*
{% endhint %}


---

# 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.secure3.io/auditors/submission-and-grading.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.
