# 컨트롤러

컨트롤러의 주요 기능은 볼트가 보유한 자산을 분배하고 회수하며, 유동성을 관리하고 리밸런싱을 통해 시장 가격을 인덱스 가격에 맞춥니다. 보안을 강화하기 위해 볼트와 별도의 스마트 컨트랙트로 설계되었습니다. 각기 다른 역할을 수행하고 상태를 공유할 필요가 없기 때문입니다. 컨트롤러는 디파이 사전에 정의된 어플리케이션의 스마트 컨트랙트로만 자산을 움직일 수 있습니다. 각 볼트별로 목적에 맞게 설계된 컨트롤러가 존재합니다.


---

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