# 포우셋 사용하기

포우셋 (Faucet)을 받기 위해서는 디카르고 웨어하우스에서 사용할 수 있는 형태의 주소 (Address)가 필요합니다.&#x20;

기존 EVM 계열 체인에서 사용하던 주소는 동일하게 사용할 수 있습니다.

하나의 주소에 대해 24시간에 1회, 1 $DKA (Arbitrum Sepolia)를 수령할 수 있습니다.

[포우셋 페이지](https://dkargo.io/developers/faucet)에 접속하여 $DKA를 요청합니다.

기존에 보유하신 주소를 사용하시거나 새로운 주소를 생성하여 사용할 수 있습니다.

&#x20;해당 페이지에서는 별도의 지갑 생성을 지원하지 않습니다.

<figure><img src="/files/6Hc1RiwtZHDWTPxQBRtg" alt="" width="563"><figcaption></figcaption></figure>

유효하지 않은 주소를 입력한 경우 아래와 같은 오류가 발생합니다.&#x20;

주소를 잘못입력하였거나 호환되지 않는 주소인지 확인해 주세요.

<figure><img src="/files/SkOeG6cu7o9id8WnmGQZ" alt="" width="563"><figcaption></figcaption></figure>

성공적으로 포우셋이 진행되었다면 Success로 표시된 트랜잭션을 확인할 수 있습니다. 이 경우, 주소에 $DKA 전송이 완료된 상태입니다. 지급 내역은 총 5개까지 표시되며 가장 오래된 내역은 삭제됩니다.

<figure><img src="/files/P12E1fQemQK5QECKpatc" alt="" width="563"><figcaption></figcaption></figure>

네트워크 장애나 통신 문제로 $DKA 발급에 문제가 생겼다면 다음과 같이 Fail로 표시된 Tx가 생성되거나, Tx가 생성되지 않을 수 있습니다. 다시 한번 $DKA를 요청해 주세요.

<figure><img src="/files/vGjvfh1uSnAjSiUFV8dC" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/yxDvVhIB20IXGKxYsRza" alt="" width="563"><figcaption></figcaption></figure>

지급받은 $DKA는 [dScanner](https://warehouse.dscanner.io/)나 개인 지갑에서 [디카르고 테스트 네트워크](/undefined-1/undefined-2.md)를 추가하여 확인할 수 있습니다.


---

# 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-4/undefined-1.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.
