# 보안

네트워크의 모든 이해관계자의 보안을 보장하기 위해 바이프로스트는 여러 보안 체계를 구현하고 있으며, 소캣 컨트랙트와 릴레이어가 핵심적인 역할을 수행합니다.

모든 릴레이어는 메시지를 처리할 때마다 자신의 개인키로 메시지에 서명해야 합니다. 바이프로스트 네트워크는 메시지 서명을 검증하여 유효한 릴레이어의 메시지만 수용합니다.

* 모든 소켓 컨트랙트는 서명된 메시지를 검증하여 해당 메시지가 유효한 릴레이어로부터 왔는지를 확인합니다.

릴레이어와 소켓 컨트랙트는 모든 크로스체인 통신 (CCCP) 메시지에 대해 각 단계마다 정합성 검사를 수행합니다.

* 이더리움에서 CCC 작업과 관련된 트랜잭션이 오랫동안 실행되지 않을 경우, 네트워크는 해당 트랜잭션을 식별하고 롤백 등의 대응 조치를 실행합니다.
* 네트워크는 트랜잭션 오류 (Revert)나 보류 상태 (Pending)등 비정상적인 상황에 해당하는 메시지를 식별할 수 있습니다.


---

# 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.bifrostnetwork.com/kr/security.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.
