> For the complete documentation index, see [llms.txt](https://docs.dkargo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dkargo.io/docs2-eng/wallet-setup/adding-the-dkargo-network.md).

# Adding the dKargo Network

By default, MetaMask supports Ethereum and a few other preconfigured networks. However, users can manually add custom networks by providing the necessary chain and service provider details.

The following guide explains how to add the dKargo network to MetaMask.

## Mainnet

{% hint style="info" %}
**Scheduled for public release in 2025.**
{% endhint %}

## Warehouse (Testnet)

Warehouse is a testnet that allows users to experiment before the official launch of the dKargo Mainnet.

| Index           | Details                           |
| --------------- | --------------------------------- |
| Network Name    | Warehouse                         |
| RPC URL         | <https://rpc.warehouse.dkargo.io> |
| Chain ID        | 61022448                          |
| Currency Symbol | DKA                               |
| Block Explorer  | <https://warehouse.dscanner.io/>  |

#### Layer2 DKA Token Details

This is the information of the DKA token deployed on Arbitrum Sepolia. You can check the current DKA balance held on Layer 2 through the contract information.

* Name: dKargo
* Symbol: DKA
* Dicimals: 18
* Address : [0x6d9c6F7445C4D3a8fa3fC269f020e12eBF3ACD66](https://sepolia.arbiscan.io/token/0x6d9c6F7445C4D3a8fa3fC269f020e12eBF3ACD66)

## Adding a Custom Network

MetaMask allows users to connect to multiple networks and manually add or remove custom chains beyond the default options. The steps below outline how to add dKargo’s network.

### STEP 1 - Checking the Network List

* Open MetaMask and navigate to the network list to view currently imported environments.
* If dKargo Warehouse is already added, simply switch networks to start using it.

<figure><img src="/files/8j0eCx91HWc7RsOuvxy7" alt="" width="355"><figcaption></figcaption></figure>

### STEP 2 - Adding a New Network

* Select **"Add a Custom Network"** to manually configure a new blockchain.
* Enter the [**network details**](https://app.gitbook.com/o/kVamf4pf2CkZ18iZjo87/s/im6M65ZKMXUcKE8zSRGC/~/changes/13/wallet-setup/adding-the-dkargo-network#mainnet) provided earlier and save the configuration to complete the setup.

<figure><img src="/files/s6vGUWgtCxRiOwXrqceN" alt="" width="563"><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.dkargo.io/docs2-eng/wallet-setup/adding-the-dkargo-network.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.
