# 네트워크 추가

메타마스크 (MetaMask)에서는 기본적으로 이더리움 (Ethereum) 및 몇몇 네트워크에 대한 연결을 기본적으로 진행합니다.&#x20;

사용자는 서비스 프로바이더 (Service Provider) 및 체인에 대한 정보를 제공함으로써 새로운 네트워크를 추가할 수 있습니다.&#x20;

아래 가이드 문서를 통해서 디카르고 네트워크 환경을 추가할 수 있습니다.

## 메인넷 (Mainnet)

{% hint style="info" %}
**2025년 내에 공개될 예정입니다.**
{% endhint %}

## 웨어하우스 (Testnet)

웨어하우스 (Warehouse)란, 디카르고 메인넷 운영 전 시험을 해볼 수 있는 테스트 네트워크입니다.

| 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

아비트럼 세폴리아에 배포된 DKA 토큰 정보입니다. 컨트랙트 정보를 통해 현재 Layer2에 보유중인 DKA 잔액을 조회할 수 있습니다.

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

## 네트워크 추가&#x20;

메타마스크에는 다양한 네트워크에 대한 접속을 제공하며, 제공된 네트워크 이외의 체인에 대해서도 추가, 삭제가 가능합니다.&#x20;

해당 내용은 메타마스크에서 네트워크를 추가하는 과정을 설명합니다.

### STEP 1 - 네트워크 목록 확인

네트워크 목록을 선택하여 현재 불러온(import) 환경들을 확인합니다.&#x20;

만약 디카르고 웨어하우스가 이미 추가되어 있다면, 네트워크 변경을 통해 이용할 수 있습니다.&#x20;

<figure><img src="/files/uPesf2DW3YTPvbjt7bUw" alt="" width="343"><figcaption></figcaption></figure>

### STEP 2 - 네트워크 추가

사용자 지정 네트워크 추가 혹은 Add a custom network를 선택하여 새로운 네트워크를 추가합니다.

앞서 제공된 [네트워크에 대한 상세 내용](#mainnet)을 입력하고 저장하여 네트워크를 추가합니다.

<figure><img src="/files/jCafwNHJJYOUNsL7MR6b" 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/undefined-1/undefined-2.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.
