# Ethernaut - Template

<https://ethernaut.openzeppelin.com/level/1>

### Level Setup

{% hint style="info" %}

{% endhint %}

### Level Contract

{% embed url="<https://github.com/OpenZeppelin/ethernaut/blob/master/contracts/contracts/levels/Telephone.sol>" %}

{% code lineNumbers="true" fullWidth="true" %}

```solidity
```

{% endcode %}

### Exploit

The

1.

{% tabs %}
{% tab title="Anvil" %}

```bash
make anvil-exploit-level-1

<INPUT_LEVEL_INSTANCE_CONTRACT_ADDRESS>
```

{% endtab %}

{% tab title="Holesky" %}

```bash
make holesky-exploit-level-1

<INPUT_LEVEL_INSTANCE_CONTRACT_ADDRESS>
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Exploit Contract" %}
LINK

{% code title="src/Level4.sol" %}

```solidity
```

{% endcode %}
{% endtab %}

{% tab title="Exploit Deployment Script" %}
LINK

{% code title="script/Level4.s.sol" %}

```solidity
```

{% endcode %}
{% endtab %}
{% endtabs %}

2. Submit instance... 🥳

### Completion Message

{% hint style="info" %}

{% endhint %}

### Notes

*


---

# 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://docs.eridian.xyz/ethereum-dev/defi-challenges/ethernaut/ethernaut-template.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.
