> 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/roles/sr-wardens.md).

# SR Wardens

Wardens who meet certain performance criteria within C4 gain the Certified Security Researcher (SR) role, which provides access to:

* Unrestricted number of comments during post-judging QA
* Unrestricted number of submissions per audit

The criteria (visible on [your Code4rena account screen](https://code4rena.com/account)) to become a Certified SR are as follows:

1. **Your `signal` is 40% (0.4) or higher.** This is shown at the top of the page, below the “User information” heading.
2. **Your tax information has been accepted.** Scroll down to the “Tax information” section to confirm that your tax information has been accepted. If not, you must submit it to qualify for the SR role.
3. **Be approved as a Certified C4 contributor.**
4. Abide by the Certified Contributor Terms and Conditions.
5. **Final manual review by C4 staff.** Once you have met all the criteria above, your account automatically enters the manual review queue. There is no need to reach out or request this step. However, if you meet the SR requirements but the role has not been added after 24 hours, you are welcome to open a [helpdesk ticket](https://code4rena.com/help).

{% hint style="info" %}
SR role assignments are automated on a daily basis, so if you meet the criteria but do not yet see the SR role on your Discord profile, you may need to wait for up to 24 hours.
{% endhint %}


---

# 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:

```
GET https://docs.code4rena.com/roles/sr-wardens.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.
