# 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: 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.dkargo.io/docs2-eng/wallet-setup/adding-the-dkargo-network.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.
