# Bounty Hunter Profile

This profile page showcasing the hacker's skills, accomplishments, and contributions. It can be accessed at `/profile/<username>`, where `<username>` is the unique identifier for the hacker.

## Description

The profile page is divided into three main sections:&#x20;

* [Overview](#overview-section)
* [Hacktivity](#hacktivity-section)
* [Badges](#badges-section)

## Definitions

* **Global Rank**: Your position on the global leaderboard, indicating your competitive standing among all hackers on Bugbase.
* **Reputation**: A measure of the reliability and impact of your findings. High reputation scores unlock privileges and reflect your expertise and contribution quality.
* **Thanks**: A section listing the programs for which you've submitted valid reports, highlighting your successful contributions.
* **Success Rate**: The ratio of valid reports to total submissions, indicating the quality and accuracy of your findings.
* **Hall of Fame**: Highlights the top programs you've contributed to, showcasing your significant impacts.
* **Hacktivity**: A timeline of your reputation fluctuations, providing insights into your activity and performance over time.
* **Badges**: Awards received for meeting specific criteria or achieving milestones, displayed on your profile to highlight your skills and accomplishments.

## Overview Section

The Overview page offers a snapshot of the hacker's profile, including:

* Hacker details (username, bio, etc.)
* Activity heatmap, visualizing participation frequency
* Global rank
* Hall of Fame, listing top contributions
* Competition stats, including CTFs (Capture The Flag) participation and rankings

<figure><img src="/files/mmdP4opUucr2Jp5qEKVU" alt=""><figcaption><p>Overview section</p></figcaption></figure>

## Hacktivity Section

This page displays a detailed timeline of the hacker's reputation gained or lost across different programs, offering insights into the hacker's activity and performance patterns.

<figure><img src="/files/CjPfKCItsurx7wviGySY" alt=""><figcaption><p>Hacktivity section</p></figcaption></figure>

## Badges Section

Here, hackers can view all the badges they have earned. Each badge includes:

* The name of the badge
* A short description of its significance
* The date it was achieved

<figure><img src="/files/UtQ6AmQaLO79GdYfZdhx" alt=""><figcaption><p>Badges section</p></figcaption></figure>

The following table provides details on the types of badges available:

<table><thead><tr><th width="280">Name</th><th width="397">Description</th><th data-hidden>Icon</th></tr></thead><tbody><tr><td>Apex Hunter</td><td>Dominance as number 1 worldwide, celebrating unrivaled skills and leadership.</td><td><img src="https://files.bugbase.in/badges/rank1.svg" alt="Apex Hunter" data-size="line"></td></tr><tr><td>Guardian</td><td>Ranking 2nd on the global leaderboard, highlighting brave conquests and commitment to digital security.</td><td><img src="https://files.bugbase.in/badges/rank2.svg" alt="Guardian" data-size="line"></td></tr><tr><td>Warrior</td><td>Recognized for the 3rd rank on the leaderboard, acknowledging dedication to fighting bugs and enhancing cybersecurity.</td><td><img src="https://files.bugbase.in/badges/rank3.svg" alt="Warrior" data-size="line"></td></tr><tr><td>Explorer</td><td>Honors a seven-day streak of engagement, celebrating persistent brilliance and dedication in the digital world.</td><td><img src="https://files.bugbase.in/badges/7daystreak.svg" alt="Explorer" data-size="line"></td></tr><tr><td>Immortal</td><td>Celebrates a year of unmatched hacking dedication, showcasing ceaseless passion and skill in cybersecurity.</td><td><img src="https://files.bugbase.in/badges/1yearstreak.svg" alt="Immortal" data-size="line"></td></tr></tbody></table>


---

# 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.bugbase.ai/bounty-hunter-guide/bounty-hunter-profile.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.
