# DKA 브릿징이란?

<figure><img src="/files/48v4NfFwmjQHwNY1lC3Z" alt=""><figcaption></figcaption></figure>

DKA는 디카르고 체인의 네이티브 토큰으로, 트랜잭션 실행에 필요한 수수료를 지불하는 데 사용됩니다.&#x20;

이를 위해 먼저 아비트럼 체인(Layer 2, L2)에 보유 중인 ERC-20 DKA 토큰을 디카르고 체인(Layer 3, L3)의 DKA 네이티브 토큰으로 전환해야 합니다.&#x20;

이 과정을 돕는 기능을 **브릿지**라고 합니다.

지금부터 DKA 브릿지 가이드를 [@dkargo/sdk](https://github.com/dKargo/dkargo-sdk)에서 제공하는 함수들을 활용해 알아보겠습니다.

## 레퍼런스

### **아비트럼 네이티브 브릿지 (Arbitrum Native Bridge)**

아비트럼과 디카르고 사이에 구축된 브릿지는 아비트럼의 ETH Bridge와 매우 유사한 메커니즘으로 동작합니다.&#x20;

아비트럼에서 작성한 내용을 통해 심도 있는 분석이 가능합니다.

* [**ETH bridgeing**](https://docs.arbitrum.io/build-decentralized-apps/token-bridging/token-bridge-ether)

### **@dKargo/sdk tutorial**

디카르고 sdk를 활용하면 개발자가 직접 작성한 코드를 통해 DKA 브릿지 기능을 이용할 수 있습니다.&#x20;

디카르고 튜토리얼 (dkargo-tutorials)은 <mark style="color:blue;">`ethers.ts`</mark>와 <mark style="color:blue;">`hardhat.ts`</mark>를 함께 사용하여 디카르고 sdk의 사용 방법에 대해 상세히 설명하고 있습니다.

* [**dkargo-tutorials**](https://github.com/dKargo/dkargo-tutorials)


---

# 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/dka/dka.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.
