# DPos를 통한 토큰 위임

**유동성 공급자(LP)** 는 다음과 같은 과정을 통해 자신의 LP 지분의 임의의 금액을 에이전트 검증자에게 위임할 수 있습니다. **위임**. Virtual Protocol에서의 위임은 다음과 같이 작동합니다:

* 에이전트 스테이커, 즉 위임자(delegator)는 또한 **지명자**라고도 하며, 에이전트 검증자에게 스테이킹하여 이 에이전트 검증자를 **위임자** 로 만듭니다. 이는 위임자의 유효 지분이 커지면서 위임자를 지원하고, 그 결과 에이전트 검증에서 위임자의 영향력이 증가합니다.

{% hint style="info" %}
**지명자는 위임 권한자입니다.**&#x20;

지명자는 위임 권한자와 동일합니다. 일반적으로 지명자는 에이전트 LP 토큰의 소유자로서, 어떠한 검증 작업도 수행하지 않고 어떤 에이전트에든 스테이킹하려고 합니다.
{% endhint %}

* 그런 다음 위임자(에이전트 검증자)는 자신의 지분과 함께 이렇게 위임된 모든 지분을 모아, 이 총 지분을 사용해 에이전트에서 검증 작업을 수행합니다. 이러한 검증 작업의 결과로, 위임자의 총 지분에 비례하는 일반적인 스테이킹 보상이 위임자에게 적립됩니다.
* 위임자에 대한 일정 비율을 공제한 후, 이러한 스테이킹 보상은 위임자의 지명자들에게 다시 분배됩니다.

{% hint style="info" %}
**위임자 수수료 %**

위임자 수수료율의 기본값은 10%입니다.
{% endhint %}


---

# 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://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/virtual/subdao/dpos.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.
