# 옥터스 브리지의 전송 원리에 대해

체인 간 자산을 전송하기 위한 옥터스 브리지는 소스(Source, 출발지점)체인의 자산을 잠그고 대상 블록체인에 동일한 수의 래핑(Wrapping)된 자산을 생성합니다. 브리지를 사용하여 한 블록체인에서 다른 블록체인으로 자산 전송을 시작할 시 자산이 실제로 이동되거나 전송되는 것은 아닙니다. 전송 기능은 2단계 과정에서 사용되며 스마트 계약에 의해 처리됩니다. 간단히 말해 - 체인 A에서 체인 B로 토큰을 옮기고 싶다고 가정합니다- 옥터스 브리지가 하는 일은 체인 A의 자산을 일시적으로 잠그거나 동결하는 것입니다. 그런 다음 잠금해제될 동일한 수의 새 토큰을 생성합니다. 체인 B에서. 토큰을 상환하려는 경우 즉 원래 자산을 체인 B에서 원래 체인(체인 A)으로 다시 이동하려는 경우에는 체인 B에서 생성된 토큰이 소각되고 원래 자산은 잠금해제됩니다. 두 블록체인의 토큰 값은 초기 토큰의 값에 묶여 있기 때문에 결과적으로 동일합니다.


---

# 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.octusbridge.io/octus-bridge-kr/bridge/concepts/how-octus-bridge-transfers-work.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.
