# Getting funds on Hyper EVM

## Hyperliquid L1 <--> Hyper EVM

{% hint style="info" %}
Reference: <https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/evm/native-transfers>
{% endhint %}

Users can bridge tokens between Hyperliquid L1 and Hyper EVM by sending spot assets to the system address `0x2222222222222222222222222222222222222222`. You will receive the tokens on Hyper EVM to the same wallet you sent from. This can be done directly in the Hyperliquid dApp: <https://app.hyperliquid-testnet.xyz/portfolio>.

You may need to import the USDC address into your wallet for the tokens bridged to Hyper EVM to show up: 0xd9CBEC81df392A88AEff575E962d149d57F4d6bc

<figure><img src="/files/jZa18sInygEIYbNmTrhA" alt=""><figcaption><p>Send button on Hyperliquid</p></figcaption></figure>

<figure><img src="/files/8ViWADnOkbokd8Al5rMV" alt=""><figcaption><p>Sending spot USDC to the System Address</p></figcaption></figure>

## Bridging from Arbitrum Sepolia to Hyperliquid L1 testnet

You can bridge funds to Hyperliquid L1 by from Arbitrum Sepolia. Find more here: <https://hyperliquid.gitbook.io/hyperliquid-docs/testnet>

## Getting HYPE

You can swap for HYPE on Hyperliquid: <https://app.hyperliquid-testnet.xyz/trade/0x7317beb7cceed72ef0b346074cc8e7ab>

<figure><img src="/files/Z0GzOlEQurfwoUJLZQAl" alt=""><figcaption><p>HYPE/USDC spot pair</p></figcaption></figure>

There are also community built faucets for HYPE on the Hyper EVM:

* <https://x.com/im0xPrince/status/1865038002789192172>


---

# 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://hyperliquid-names.gitbook.io/hyperliquid-names/how-to/getting-funds-on-hyper-evm.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.
