# connect wallet

Durianfun works with any EVM wallet that supports KUB. \
Recommended:

* **MetaMask** (desktop + mobile)
* **OKX Wallet**

## Step 1 — Add KUB Chain Mainnet

If your wallet doesn't already know KUB Chain, add it manually:

| Field               | Value                        |
| ------------------- | ---------------------------- |
| **Network name**    | KUB Chain Mainnet            |
| **RPC URL**         | `https://rpc.bitkubchain.io` |
| **Chain ID**        | `96`                         |
| **Currency symbol** | KUB                          |
| **Block explorer**  | `https://www.kubscan.com`    |

{% hint style="info" %}
Visit [**durianfun.xyz**](https://durianfun.xyz/) once with MetaMask — the site auto-prompts to add the network.
{% endhint %}

## Step 2 — Get KUB

You'll need KUB for:

* Creating a token (0.1 KUB one-time deployment cost)
* Trading (fees + gas)
* Swapping on post-graduation AMM (fees + gas)

**Where to get KUB:**

* [**Bitget**](https://www.bitget.com/price/bitkub-coin)**,** [**Gate.io**](https://www.gate.com/trade/KUB_USDT)**,** [**Bitkub**](https://www.bitkub.com/) **and ETC.**
* **Buy with card** — click the "Buy KUB with Card" button inside Durianfun (powered by Banxa)
* Uniswap (ETH Chain) and Bridge KUB via. [**KUB BRIDGE**](https://bridge.kubchain.com/)

## Step 3 — Connect

1. Visit [**durianfun.xyz**](https://durianfun.xyz/)
2. Click **Connect Wallet** (top-right)
3. Pick your wallet
4. Approve the connection in your wallet popup

You should see your wallet address displayed in the top-right. You're ready to launch or trade.

## Troubleshooting

<details>

<summary>"Wrong network" warning</summary>

Your wallet is on a different chain. Click **Switch Network** or manually switch to KUB Mainnet.

</details>

<details>

<summary>Connection keeps asking for signature</summary>

Some wallets cache old sessions. Disconnect fully and reconnect.

</details>

<details>

<summary>Can't see my KUB balance</summary>

Make sure you're on chain id **96** (not testnet 25925).

</details>

<details>

<summary>Wallet connect modal flickers</summary>

Refresh the page. This is a rare MetaMask / WalletConnect handshake race.

</details>


---

# 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:

```
GET https://durianandfun.gitbook.io/durianfun/durian-launchpad/getting-started/connect-wallet.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.
