> For the complete documentation index, see [llms.txt](https://deltafi.gitbook.io/deltafi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deltafi.gitbook.io/deltafi-docs/wemix3.0/security-1.md).

# 보안

델타파이는 스마트 컨트랙트의 보안과 자산의 안전을 최우선으로 생각합니다. 모든 dETP는 잠재적 취약점을 미리 발견하고 수정하기 위해 엄격한 스마트 컨트랙트 감사를 받습니다. 하지만, 투자에는 항상 위험이 존재합니다.

* **시장 위험**: 볼트 내 자산 가치가 변경될 수 있으며, 이는 관련된 dETP의 가치에 영향을 줄 수 있습니다.
* **유동성 위험**: dETP는 시장 유동성을 제공하기 위해 노력하지만, 일부 시장 조건에서 dETP의 원활한 거래가 어려울 수 있습니다.
* **스마트 컨트랙트 위험**: 스마트 컨트랙트로 만들어진 dETP는 코드의 버그나 취약점으로 인해 자산 손실이 발생할 수 있습니다.
* **외부 프로토콜 위험**: dETP가 사용하는 외부 프로토콜에 취약점이 존재할 수 있습니다.&#x20;

dETP를 사용하기 전에 자체적인 검토를 반드시 진행해주세요.


---

# 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://deltafi.gitbook.io/deltafi-docs/wemix3.0/security-1.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.
