# Roadmap - Hacking Smart Contract

## Roadmap - Hacking Smart Contract

- [Roadmap - Hacking Smart Contract](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/roadmap-hacking-smart-contract.md): Este contenido ha sido creado con el propósito de ofrecer una guía o un paso a paso para quienes están interesados en la seguridad de los Smart Contracts, enfocados en la red de ETH.
- [Fundamentos en Blockchain](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/fundamentos-en-blockchain.md)
- [Programación en Solidity](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/programacion-en-solidity.md)
- [Optimización de Gas](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/optimizacion-de-gas.md)
- [Smart Contract Testing / Debugging](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/smart-contract-testing-debugging.md)
- [Estándares ERC](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/estandares-erc.md)
- [OpenZeppelin - Librerías y Contratos](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/openzeppelin-librerias-y-contratos.md)
- [Contratos Actualizables](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/contratos-actualizables.md)
- [Vectores de Ataque en Contratos](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/vectores-de-ataque-en-contratos.md)
- [YUL](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/yul.md)
- [CTFs](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/ctfs.md)
- [DeFi Deep Dive](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/defi-deep-dive.md)
- [Vectores de ataque DeFI](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/vectores-de-ataque-defi.md)
- [BugFixes](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/bugfixes.md)
- [Reports](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/reports.md)
- [Estándares de Seguridad y Checklists](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/estandares-de-seguridad-y-checklists.md)
- [Ethereum Improvement Proposals (EIPs)](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/ethereum-improvement-proposals-eips.md)
- [Arsenal](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/arsenal.md)
- [Continua aprendiendo](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/continua-aprendiendo.md)
- [Keep Hunting](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/keep-hunting.md)

## Test

- [Pagina de prueba](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/test/pagina-de-prueba.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://agrawain.gitbook.io/roadmap-hacking-smart-contract/roadmap-hacking-smart-contract.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.
