# HyperEVM Basics

### Add HyperEVM to Your Wallet

To interact with apps and assets on HyperEVM, you’ll first need to add it to your wallet (e.g. MetaMask).

**Easiest Option:**\
Use [Chainlist](https://chainlist.org/chain/999) - one click, and you’re in.

**Manual Setup:**\
Go to your wallet > “Add Network” or “Custom RPC” and enter:

* **Network Name:** Hyperliquid
* **Chain ID:** 999; any other number will land to testnet
* **RPC URL:** <https://rpc.hyperliquid.xyz/evm>
* **Currency Symbol:** HYPE
* **Block Explorers (optional):**
  * <https://hyperevmscan.io> (preferred)
  * <https://purrsec.com>
  * <https://www.hyperscan.com>

<figure><img src="https://2576771660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0dRFzDeB8H1KXVXgGZP0%2Fuploads%2F6Jx4hMeR3eUjqEhTY8Cs%2Fimage.png?alt=media&#x26;token=06e3e4c5-f4e9-41a9-8fb1-e9746bb79836" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.dothype.io/quickstart/introduction-to-dothype/hyperevm-basics.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.
