# Secureum Bootcamp

![Secureum Bootcamp](/files/7WZL7aShbcaeUv8CfcAD)

## Mission

Secureum's mission is scaling security on the Ethereum ecosystem by acting on Ethereum's "*Layer zero*": the community, by providing education on smart contract security and best practices.

### Why?

Let's think about the ethereum ecosystem: there are billions of dollars of value, circulating on thousands of protocols, which are audited by hundreds of experts. So there’s clearly a bottleneck in security: **there are insufficient experts to properly cover all the protocols in the ecosystem**.

This fact is reflected in the losses due to security issues in many DeFi projects.

Currently, Secureum hosts the Epoch ∞ Bootcamp, which is an **ongoing bootcamp** where participants study Secureum's "`LEARN`" content at their own pace, and when ready, once a month they can sign up for a Secureum "`RACE`" to test their learnings.

Top scoring participants are invited to "`CARE`"s, to work side by side with one of Secureum’s collaborators.

It is completely free and online. For more details, `join the Secureum Discord server` or navigate to [🙌 Participate](https://github.com/secureum/Secureum-Book/blob/main/src/secureum_bootcamp/secureum_bootcamp/participate.md).

#### Pages

**🙌 Participate**

{% content-ref url="/pages/sqzRfqyeCBpgIfJScKRt" %}
[Participate](/secureum-book/secureum-bootcamp/participate.md)
{% endcontent-ref %}

**📜 History**

{% content-ref url="/pages/Q2VkFqS1VmkVNBI4WRmp" %}
[History](/secureum-book/secureum-bootcamp/history.md)
{% endcontent-ref %}

**📚 LEARN**

{% content-ref url="/pages/qI9HE0TfU9VFh7mHXHNL" %}
[1. Ethereum Basics](/secureum-book/learn/learn/1_ethereum_basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/ChTsmkEhPu2zXUDbnznw" %}
[2. Solidity](/secureum-book/learn/learn/2_solidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/39mfar8CXSpsmJPjSZvY" %}
[3. Security Pitfalls & Best Practices](/secureum-book/learn/learn/3_security_pitfalls_and_best_practices.md)
{% endcontent-ref %}

{% content-ref url="/pages/pPySzOPo3Hram9mP7dUg" %}
[4. Audit Techniques & Tools](/secureum-book/learn/learn/4_audit_techniques_and_tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/9vaxKSCwl0Hh8jx0HINN" %}
[5. Audit Findings](/secureum-book/learn/learn/5_audit_findings.md)
{% endcontent-ref %}

**🌱 CARE**

{% content-ref url="/pages/TfzmfLI3CLGN1azItto4" %}
[CARE](/secureum-book/care/care.md)
{% endcontent-ref %}

**🚩 CTFs**

{% content-ref url="/pages/6N2foWKv20bJGZQwXuyp" %}
[A-MAZE-X CTFs](/secureum-book/ctfs/ctfs.md)
{% endcontent-ref %}


---

# 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://secureum.gitbook.io/secureum-book/secureum-bootcamp/readme.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.
