# 通过 DPos 进行代币委托

**流动性提供者（LP）** 可以通过一个称为 **委托**的过程，将其 LP 质押中的任意数量委托给某个代理验证者。Virtual Protocol 上的委托机制如下：

* Agent 质押者，即委托人，也称为 **提名人**，会与某个代理验证者进行质押，从而使该代理验证者成为该 Agent 的 **被委托者** 。这会为被委托者提供支持，因为其有效质押会变得更大，从而提高其对 Agent 验证的影响力。

{% hint style="info" %}
**提名人是一个委托授权方。**&#x20;

提名人等同于委托授权方。通常，提名人是 Agent LP 代币的持有者，希望在不执行任何验证任务的情况下，将质押委托给任意 Agent。
{% endhint %}

* 然后，被委托者（代理验证者）会将所有这类委托质押与自身质押汇总起来，并使用这部分总质押在 Agent 中执行验证任务。作为这些验证任务的结果，常规质押奖励会按被委托者总质押的比例记入被委托者账户。
* 在扣除被委托者的一定比例后，这些质押奖励会返还给被委托者的提名人。

{% 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-bai-pi-shu/guan-yu-virtuals-1/xie-yi/zuo-wei-ke-bian-cheng-qu-zhong-xin-hua-shi-ti-de-virtual-zhi-neng-ti/zhi-neng-ti-subdao-zhi-li/tong-guo-dpos-jin-xing-dai-bi-wei-tuo.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.
