> For the complete documentation index, see [llms.txt](https://docs.vircle.co.kr/vircle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vircle.co.kr/vircle/introduction.md).

# 소개

<figure><img src="/files/zaO3Tmjcoaejt9Uir6bd" alt=""><figcaption></figcaption></figure>

> 본 문서는 주식회사 매스어답션에서 제공하는 블록체인(NFT) 기반의 디지털 보증 솔루션 연동에 관한 기술문서입니다. API 서비스는 허가된 사용자만 이용이 가능합니다. 사용 요청은 버클 홈페이지(<https://partners.vircle.co.kr)의> 도입문의 또는 <partners@vircle.co.kr> 로 문의주시기 바랍니다.
>
> \* 적용일자: 2022년
>
> \* 작성자: 김현태 (<woody@mass-adoption.com>)

## 버클(vircle)

* 버클(vircle)은 블록체인(NFT) 기술을 통해 디지털 개런티를 안전하고 손쉽게 발급할 수 있는 통합 솔루션 입니다.
* 소비자는 카카오톡을 통해 클릭 몇 번만으로 발급받을 수 있으며, 디지털 개런티를 통해 명품 감정, 수선 및 중고거래 등의 부가 서비스를 제공받을 수 있습니다.
* vircle API service 는 Enterprise 고객에게 제공되는 서비스로, 판매몰의 주문정보와 직접 연동하여 관리자의 개입 없이도 자동으로 발급할 수 있는 기능들을 제공합니다.

<figure><img src="/files/s2aXb5sUPmqVxSwpYu08" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yVWPE7bht6u9m1gac8wf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vircle.co.kr/vircle/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
