# Wallet setup

To interact with the HORSY ecosystem — from racing to breeding and token usage — you’ll need a web3 wallet connected to the HyperEVM network. Below are two recommended wallets: MetaMask and Rabby.

### 🦊 MetaMask Setup

1. **Install MetaMask**\
   Download and install MetaMask from the official website.
2. **Create or Import a Wallet**

   Set up a new wallet or import an existing one using your seed phrase.
3. **Add the HyperEVM Network**\
   Open MetaMask and add the following custom network:

```
Name: Hyperliquid Mainnet
RPC URL: https://rpc.hyperliquid.xyz/evm 
Chain ID: 999 
Currency Symbol: HYPE 
Block Explorer URL: https://explorer.hyperliquid.xyz
```

1. **Save and Switch**\
   After adding, switch to the Hyperliquid network by selecting it from the dropdown.

### 🦝 Rabby Wallet Setup

1. **Install Rabby Wallet**\
   Download and install Rabby from the official website.
2. **Create or Import a Wallet**

   Set up a new wallet or import an existing one using your seed phrase.
3. **Add the HyperEVM Network**\
   Open MetaMask and add the following custom network:

```
Name: Hyperliquid Mainnet
RPC URL: https://rpc.hyperliquid.xyz/evm 
Chain ID: 999 
Currency Symbol: HYPE 
Block Explorer URL: https://explorer.hyperliquid.xyz
```

1. **Save and Switch**\
   After adding, switch to the Hyperliquid network by selecting it from the dropdown.

You are now ready to interact with the HORSY ecosystem.&#x20;


---

# 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://horsy-on-hl.gitbook.io/horsy-docs/wallet-setup.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.
