> For the complete documentation index, see [llms.txt](https://docs.code4rena.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.code4rena.com/platform-guide/platform-guide-for-wardens/leaderboard-and-profiles.md).

# Leaderboard and profiles

Code4rena's leaderboard displays up-to-date rankings for every warden and team who has earned awards from a competition.&#x20;

<figure><img src="/files/3SJWuwJVUCjOYXOTWpbk" alt=""><figcaption></figcaption></figure>

## Filtering leaderboard results

The leaderboard's date range can be adjusted through the `Date range` menu:

<figure><img src="/files/DQY7NcY2plEPqN2L1pnB" alt=""><figcaption></figcaption></figure>

The search bar provides quick access to any warden or team ranked on the leaderboard.

## User profiles

To view a user's profile, click on their name in the leaderboard:

<figure><img src="/files/T389yMwSy8Mpn1QtEOQ8" alt=""><figcaption></figcaption></figure>

### Editing your public Code4rena profile

As of June 2026, Code4rena profiles can no longer be edited.&#x20;


---

# 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.code4rena.com/platform-guide/platform-guide-for-wardens/leaderboard-and-profiles.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.
