# 체인 스냅샷 다운로드

사용자가 풀 노드 (Full Node)를 운영하게 되면 초기 실행 시 디카르고 체인으로부터 블록 정보를 받아 동기화를 진행합니다.&#x20;

기록된 블록 정보가 많을수록 동기화에 필요한 시간이 늘어납니다. 따라서, 디카르고는 최근 특정 지점에서 저장된 스냅샷 (Snapshot) 데이터를 제공하고 있습니다. 최신 스냅샷 주소는 다음과 같습니다.

## 메인넷 풀 노드 (Mainnet Full Node)

* S3 Snapshot Link
  * <https://dkargo-snapshot.s3.ap-northeast-2.amazonaws.com/prune/latest/pruned.tar.gz>

## 웨어하우스 풀 노드 (Warehouse Full Node)

* S3 Snapshot Link
  * <https://warehouse-snapshot.s3.ap-northeast-2.amazonaws.com/prune/latest/pruned.tar.gz>


---

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