> For the complete documentation index, see [llms.txt](https://docs.kiiglobal.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiiglobal.io/docs/learn/getting-started/set-up-a-web-wallet/set-up-kiichain-on-bybit-extension.md).

# Set Up KiiChain on Bybit Extension

Set up KiiChain on your ByBit Extension

### Requirements

This guide assumes that you have installed the Bybit Wallet Extension and have your wallet already set up.

### Step 1: Adding a new network

To add KiiChain to Bybit, you first need to add a custom network. To add it, you can:

1. On your extension, open the network selector in the top right corner

<figure><img src="https://3914576130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLp9bjbiKt9M7tGE7GNdh%2Fuploads%2FI37U8jUXGWWFcUokUZY3%2Fimage.png?alt=media&amp;token=eba0b913-249d-4cbb-b4f5-24bb2adbeffc" alt=""><figcaption></figcaption></figure>

2. Go to `Add a custom network`

<figure><img src="https://3914576130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLp9bjbiKt9M7tGE7GNdh%2Fuploads%2FRVNoWnakGSxw7ZVGqP3E%2Fimage.png?alt=media&amp;token=d3bce66e-a2c8-432a-a724-f76170fe7ffc" alt=""><figcaption></figcaption></figure>

3. Go to `Add Manually`

<figure><img src="https://3914576130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLp9bjbiKt9M7tGE7GNdh%2Fuploads%2FC6kiLFszmrEVr6KqyRAT%2Fimage.png?alt=media&amp;token=d4f7fdf3-13c1-49c8-9338-0a5844a2c524" alt=""><figcaption></figcaption></figure>

4. Fill in the KiiChain information

The information can be found here:

* RPC URL: `https://json-rpc.kiivalidator.com`
* Network Name: `KiiChain`
* Chain ID: `1783`
* Native Token: `KII`
* Blockchain Explorer: `https://blockscout.kiichain.io`

After you can click on `Add Now`.

<figure><img src="https://3914576130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLp9bjbiKt9M7tGE7GNdh%2Fuploads%2FC7L6mTiFbXoeic989pv1%2Fimage.png?alt=media&amp;token=cb507eb7-4b5e-4d3b-9c13-b47bb150d9eb" alt=""><figcaption></figcaption></figure>

### Step 2: Verify if KiiChain was created

Once you complete Step 1, you should be able to see $KII in your wallet:

<figure><img src="https://3914576130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLp9bjbiKt9M7tGE7GNdh%2Fuploads%2FuaAB3GvZrXrKw0d1Sau4%2Fimage.png?alt=media&amp;token=521416be-a110-4ee6-8397-08ae0a775445" alt=""><figcaption></figcaption></figure>

If you don't see it, make sure that you are connected to the correct network:

1. Click on networks

<figure><img src="https://3914576130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLp9bjbiKt9M7tGE7GNdh%2Fuploads%2FjCWtHBK9zWGZFdRNYsRk%2Fimage.png?alt=media&amp;token=0c7bdeef-1483-46a6-b664-2f9a73f58ed9" alt=""><figcaption></figcaption></figure>

2. Select KiiChain under Customized

<figure><img src="https://3914576130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLp9bjbiKt9M7tGE7GNdh%2Fuploads%2FpzaXuhqtpq970iXuDazj%2Fimage.png?alt=media&amp;token=2e0dc418-e145-4b70-81a3-6a132efb1019" alt=""><figcaption></figcaption></figure>


---

# 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.kiiglobal.io/docs/learn/getting-started/set-up-a-web-wallet/set-up-kiichain-on-bybit-extension.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.
