> 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-3-solidity-201.md).

# Slot 3: Solidity 201

#### Blog

[**Article on "Solidity 201"**](https://secureum.substack.com/p/solidity-201)

#### Youtube Videos

1. [Block 1](https://youtu.be/3bFgsmsQXrE)
2. [Block 2](https://youtu.be/TqMIbouwePE)
3. [Block 3](https://youtu.be/C0zBhTgppLQ)
4. [Block 4](https://youtu.be/L_9Fk6HRwpU)
5. [Block 5](https://youtu.be/0kx8M4u5980)

#### Participant Created Content

* [Solidity 101 and 201 - D-Squared](https://youtu.be/65XiLy5Cxxk)

#### Assignment

* [x] Understand all the OpenZeppelin Library contracts (many of which are widely-used): <https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts>
* [x] Understand Solidity syntax and semantics implemented in Uniswap V3 contracts and related dependencies: <https://github.com/Uniswap/uniswap-v3-core/tree/main/contracts>
* [x] Understand Solidity syntax and semantics implemented in Fei Protocol contracts and related dependencies: <https://github.com/fei-protocol/fei-protocol-core/tree/master/contracts>
* [x] Understand Solidity syntax and semantics implemented in Chainlink contracts and related dependencies: <https://github.com/smartcontractkit/chainlink/tree/develop/contracts/src/v0.4>
* [x] Understand Solidity syntax and semantics implemented in Opyn Gamma Protocol contracts and related dependencies: <https://github.com/opynfinance/GammaProtocol/tree/master/contracts/core>

#### Quiz

* [Slot 3 Quiz](https://github.com/x676f64/secureum-mind_map/blob/master/quizzes/3.%20Solidity%20201.md)

#### Quiz Writeups

* [https://ventral.digital/posts/2021/10/30/secureum-bootcamp-solidity-201-qui](https://ventral.digital/posts/2021/10/30/secureum-bootcamp-solidity-201-quiz)[z](https://ventral.digital/posts/2021/10/30/secureum-bootcamp-solidity-201-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-3-solidity-201.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.
