# Points Earned Through Bug Lifecycle

The report progresses through various stages of the bug lifecycle and earns specific points upon completing the lifecycle.

![](/files/-MbLkUKx301b0aRevQwt)

Here is the point system implemented on the platform.

| STATUS      | POINT EARNED |
| ----------- | ------------ |
| CRITICAL    | 50           |
| HIGH        | 30           |
| MODERATE    | 20           |
| LOW         | 10           |
| DUPLICATE   | 5            |
| INFORMATIVE | 0            |

{% hint style="info" %}
Currently, we do not offer points for Informative reports, but we may include points for them in the future.
{% 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.bugv.io/researchers/my-report/points.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.
