> For the complete documentation index, see [llms.txt](https://docs.hackenproof.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackenproof.com/bug-bounty/reports-basics/points-guide.md).

# Points Guide

## Hacker leaderboard score

The hacker score is calculated by adding your reputation score to the bounty score.

**Hacker score = Reputation score + Bounty score**

### Reputation score (Reports)

For each report, you can get a specific number of points. There is a fixed amount of points for resolved reports, depending on their severity (e.g. "Low", "Medium", "High", "Critical").&#x20;

* **Status "Resolved"**:
  * <mark style="color:blue;">Low</mark> = +10pt
  * <mark style="color:orange;">Medium</mark> = +30pt
  * <mark style="color:red;">High</mark> = +50pt
  * <mark style="color:purple;">Critical</mark> = +100pt

Also, you can earn bonus points for the report if it will be closed as "Informative" or as "Duplicate", or the team can grant you points for the well-prepared report\*.

* **Status "**<mark style="color:green;">**Informative**</mark>**"** = 2pt
* **Status "**<mark style="color:green;">**Duplicate**</mark>**"** = 5pt

In case your report is closed as  "N/A" or "Spam", you will lose reputation points accordingly&#x20;

* **Status "**<mark style="color:red;">**N/A**</mark>**"** = -5pt
* **Status "**<mark style="color:red;">**Spam**</mark>**"** = -20pt

If your report was closed as **"Out of scope"** you will not receive or lose any reputation points.

### Bounty score (Money)

The bounty score is calculated by dividing your total earned rewards by 100.

Bounty score = **total earned bounty / 100**

#### How to get extra 80 reputation points <a href="#h_417c41cb08" id="h_417c41cb08"></a>

HackenProof allows hackers to fill out their profiles and receive up to 80 additional reputation points. You will get the following reputation points:

* Reputation for AVATAR = 30
* Reputation for COUNTRY = 10
* Reputation for BIO = 20
* Reputation for SOCIAL = 20


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hackenproof.com/bug-bounty/reports-basics/points-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
