# Bridging to HyperEVM

To interact with the HORSY ecosystem on HyperEVM, you’ll first need to bridge assets from Hyperliquid Core. This process is straightforward, but it involves a few key steps:

### 🪙 Step-by-Step Guide

1. **Bridge USDC from Arbitrum to Hyperliquid Core**\
   Use the official Hyperliquid bridge to transfer USDC from Arbitrum. This will fund your Hyperliquid account and allow you to purchase other tokens.
2. **Buy $HYPE on Hyperliquid Spot**\
   Once your funds arrive, go to the Hyperliquid spot market and purchase $HYPE using your USDC. You will see the $HYPE balance in your **Core (non-EVM)** wallet.
3. **Transfer $HYPE to HyperEVM**\
   On your balances page, next to your $HYPE token, you’ll see an option that says **“Transfer to/from EVM”**.\
   Click this button to send $HYPE directly to your **connected EVM wallet**.

Once completed, your $HYPE will be visible in your EVM wallet (like MetaMask or Rabby) on the HyperEVM network, and you’re ready to start using it in the HORSY ecosystem.

{% hint style="info" %}

> ⚠️ Make sure you’ve already added **HyperEVM** as a custom network in your wallet. If not, head over to the Wallet Setup page for instructions.
> {% endhint %}

Need help? Join the HORSY Discord for step-by-step support.


---

# 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/bridging-to-hyperevm.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.
