> For the complete documentation index, see [llms.txt](https://docs.div.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.div.fun/getting-started/connect-your-wallet.md).

# Connect your wallet

div.fun runs on HyperEVM, the EVM layer of Hyperliquid. To trade or launch a token you need an EVM wallet connected to the HyperEVM network and funded with HYPE for gas.

### Connect

Open the app and select **Connect wallet**. div.fun supports injected wallets such as MetaMask and Rabby, and mobile wallets over WalletConnect. If your wallet is not yet on HyperEVM, approving the connection will prompt you to add and switch to the network.

### Network details

| Field           | Value                                    |
| --------------- | ---------------------------------------- |
| Network name    | HyperEVM (Hyperliquid)                   |
| Chain ID        | `999`                                    |
| RPC URL         | `https://rpc.hyperliquid.xyz/evm`        |
| Currency symbol | HYPE                                     |
| Block explorer  | [HyperEVM scan](https://hyperevmscan.io) |

You can add the network manually with these values, or let the app add it for you on connect.

### Funding your wallet

You need **HYPE on HyperEVM** for two things:

* **Gas.** Every transaction — buying, selling, launching — costs a small amount of HYPE.
* **Trading.** Buys on the bonding curve are paid in HYPE.

HYPE held on Hyperliquid's HyperCore layer is not the same balance as HYPE on HyperEVM. If your HYPE is on HyperCore, bridge it to HyperEVM before trading. See the [Hyperliquid docs](https://hyperliquid.gitbook.io/hyperliquid-docs) for moving funds between HyperCore and HyperEVM.

### A note on safety

* div.fun never asks for your seed phrase or private key.
* Tokens on div.fun are permissionless. Anyone can launch one, with any name. A familiar ticker is not a guarantee of anything — read the token's [page](/for-traders/the-token-page.md) and its dividend history before buying.
* Always confirm you are on the correct site before connecting.

Once connected and funded, continue to [the board](/for-traders/the-board.md) to start trading, or to [launching a token](/for-creators/launching-a-token.md) to deploy your own.

div.fun runs on HyperEVM, the EVM layer of Hyperliquid. To trade or launch a token you need an EVM wallet connected to the HyperEVM network and funded with HYPE for gas.

### Connect

Open the app and select **Connect wallet**. div.fun supports injected wallets such as MetaMask and Rabby, and mobile wallets over WalletConnect. If your wallet is not yet on HyperEVM, approving the connection will prompt you to add and switch to the network.

### Network details

| Field           | Value                                    |
| --------------- | ---------------------------------------- |
| Network name    | HyperEVM (Hyperliquid)                   |
| Chain ID        | `999`                                    |
| RPC URL         | `https://rpc.hyperliquid.xyz/evm`        |
| Currency symbol | HYPE                                     |
| Block explorer  | [HyperEVM scan](https://hyperevmscan.io) |

You can add the network manually with these values, or let the app add it for you on connect.

### Funding your wallet

You need **HYPE on HyperEVM** for two things:

* **Gas.** Every transaction — buying, selling, launching — costs a small amount of HYPE.
* **Trading.** Buys on the bonding curve are paid in HYPE.

HYPE held on Hyperliquid's HyperCore layer is not the same balance as HYPE on HyperEVM. If your HYPE is on HyperCore, bridge it to HyperEVM before trading. See the [Hyperliquid docs](https://hyperliquid.gitbook.io/hyperliquid-docs) for moving funds between HyperCore and HyperEVM.

### A note on safety

* div.fun never asks for your seed phrase or private key.
* Tokens on div.fun are permissionless. Anyone can launch one, with any name. A familiar ticker is not a guarantee of anything — read the token's [page](/for-traders/the-token-page.md) and its dividend history before buying.
* Always confirm you are on the correct site before connecting.

Once connected and funded, continue to [the board](/for-traders/the-board.md) to start trading, or to [launching a token](/for-creators/launching-a-token.md) to deploy your own.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.div.fun/getting-started/connect-your-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
