# Wallet — SubWallet & test KNX

Use [SubWallet](https://www.subwallet.app/) to connect to Konnex testnet and hold test KNX.

## 1. Install SubWallet

Download SubWallet for your platform from the official site:

<https://www.subwallet.app/>

(SubWallet is available as a browser extension and on mobile; either works for adding a custom network.)

## 2. Add the Konnex testnet (custom RPC)

In SubWallet, add a **custom network** and set the WebSocket endpoint to:

`wss://testnet-rpc1.konnex.world:39944`

Follow the steps in the screenshots below.

![Add network — step 1](https://2791686518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvEDbynYDKt8gbXiX31sd%2Fuploads%2Fgit-blob-ca593d196c86c6b11aa0c2c80c24f2148320d81c%2Fknx-wallet-1.png?alt=media)

![Add network — step 2](https://2791686518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvEDbynYDKt8gbXiX31sd%2Fuploads%2Fgit-blob-52316c06c757a8a31291462d9d15591d26cf0b48%2Fknx-wallet-2.png?alt=media)

![Add network — step 3](https://2791686518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvEDbynYDKt8gbXiX31sd%2Fuploads%2Fgit-blob-7bf671aad2a9bf199377df5d8b6083e52030198a%2Fknx-wallet-3.png?alt=media)

![Add network — step 4](https://2791686518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvEDbynYDKt8gbXiX31sd%2Fuploads%2Fgit-blob-2326f0f28c85cd45f1fc5106f3cf7b218136faad%2Fknx-wallet-4.png?alt=media)

![Add network — step 5](https://2791686518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvEDbynYDKt8gbXiX31sd%2Fuploads%2Fgit-blob-6a9df1504a2ec0a9963289800754eec7cd362a5d%2Fknx-wallet-5.png?alt=media)

## 3. Get test KNX from the faucet

Open the testnet faucet, connect your SubWallet account if prompted, and request test tokens:

<https://subnets.testnet.konnex.world/faucet>

## 4. Check your balance

After a successful faucet claim, **test KNX** appears in SubWallet on the Konnex testnet you added.


---

# 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://docs.konnex.world/participate/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.
