# EVM Dev Mode & Keys

Go to [Dev Mode](/docs/node/cli/dev-mode.md) to run the node in dev mode with prefunded evm accounts.

To inspect evm accounts used in dev mode use the command below:

```
humanode-peer evm inspect-account --dev --account-index <ACCOUNT_INDEX>
```

where `<ACCOUNT_INDEX>` is the account index used in the derivation path.

As an example,

```
humanode-peer evm inspect-account --dev --account-index 1
Address:      0x3cd0a705a2dc65e5b1e1205896baa2be8a07c6e0
Mnemonic:     bottom drive obey lake curtain smoke basket hold race lonely fit walk
Private Key:  0x8075991ce870b93a8870eca0c0f91913d12f47948ca0fd25b49c6fa7cdbeee8b
```

{% hint style="info" %}
By default, currently dev mode contains two prefunded evm accounts with `0` and `1` account indexes.
{% endhint %}

Run `humanode-peer evm inspect-account --help` to get more details.


---

# 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://gitbook.humanode.io/docs/evm/evm-dev-mode-and-keys.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.
