# ID Connect

이 문서는 CODE ID Connect 개발을 위한 문서입니다.

**ID Connect** 는 가상자산사업자(VASP) 거래소의 계정, 상호 계정의 동일 여부를 확인하는 서비스입니다.

<figure><img src="/files/kC7HBSJ7zqWs57gQXRLq" alt=""><figcaption><p>출금 프로세스</p></figcaption></figure>

<figure><img src="/files/CNmnW2QprVhXeLVUROEO" alt=""><figcaption><p>입금 프로세스</p></figcaption></figure>

* ID Connect 대상 VASP는 Originator 혹은 Beneficiary 정보를 공유하지 않습니다.&#x20;
* 사용자는 본인의 계정으로만 입출금이 가능합니다. (타인 전송 불가)&#x20;

  * CODE Cipher 모듈을 이용해 데이터 검증 이용이 가능합니다.&#x20;
  * [ID Connect](/code-api-docs-ko/code-cipher/api-specification/id-connect.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://codevasp.gitbook.io/code-api-docs-ko/id-connect.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.
