> For the complete documentation index, see [llms.txt](https://ret2basic.gitbook.io/ctfnote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ret2basic.gitbook.io/ctfnote/web3-security-research/secureum/epoch-0/slot-1-ethereum-101.md).

# Slot 1: Ethereum 101

#### Blog Article

[**Article on "Ethereum 101"**](https://secureum.substack.com/p/ethereum-101)

#### Course Videos

1. [Block 1](https://youtu.be/44qhIBMGMoM)
2. [Block 2](https://youtu.be/zIeBfuXxuWs)
3. [Block 3](https://youtu.be/ltvTIr4K63s)
4. [Block 4](https://youtu.be/MFoxW07ICKs)
5. [Block 5](https://youtu.be/I-TjCtjDs1M)

#### Participant Created Content

* [Ethereum 101 - D-Squared](https://youtu.be/admYLxNPROo)

#### Assignment

* [x] Read the Ethereum whitepaper: <https://ethereum.org/en/whitepaper/>
* [x] ~~Read the Ethereum yellow paper:~~ [~~https://ethereum.github.io/yellowpaper/paper.pdf~~](https://ethereum.github.io/yellowpaper/paper.pdf) -> Not useful for auditors, skipped
* [x] Read Chapters 1, 2, 3, 4, 6, 13 and 14 from “Mastering Ethereum”: <https://github.com/ethereumbook/ethereumbook> and other references in Secureum’s “Ethereum 101” article
* [x] Browse through topics at <https://ethereum.org/en/developers/docs/>
* [x] Explore blocks, transactions and other protocol internals at <https://etherscan.io/>
* [ ] Extra Study (recommended by ret2basic.eth): [What happens when you send 1 DAI](https://www.notonlyowner.com/learn/what-happens-when-you-send-one-dai)

#### Quiz

* [Slot 1 quiz](https://github.com/x676f64/secureum-mind_map/blob/master/quizzes/1.%20Ethereum%20101.md)

#### Quiz Writeups

* <https://ventral.digital/posts/2021/10/17/secureum-bootcamp-ethereum-101-quiz>


---

# 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://ret2basic.gitbook.io/ctfnote/web3-security-research/secureum/epoch-0/slot-1-ethereum-101.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.
