# 领域配对服务

Posemesh 领域配对服务允许参与者请求并连接到其他参与者。它跟踪每个参与者的声望值和基于角色的访问控制（RBAC），是 posemesh 与区块链的接口。

为了能够提供或请求工作或数据，参与者必须首先向领域配对服务注册、登记自己的性能、声望值和积分余额。领域配对服务是一个分布式哈希表（DHT），是一个按地理位置划分的键值存储库，其中键代表领域，值是与该领域相关的参与者和性能。

当一个参与者希望加入一个领域时，它会使用领域配对服务找到负责在领域群内提供域数据和作业协调服务的领域管理系统。该协调器会向新参与者提供一个认证密钥，以促进域群内的安全通信。

{% hint style="info" %}
Posemesh 领域配对服务从未收到域集群验证密钥，因此该协议无法监听域内通信。
{% endhint %}

全球领域配对服务采用分布式哈希表，消除了通常与集中式领域配对服务器相关的风险，如停机或可能危及整个网络的定向攻击。相反，领域配对服务的去中心化框架允许持续运行，即使一些参与节点无法使用。

区块链在领域配对服务中与 posemesh 相交，使我们能够以开放、去信任化的方式对 posemesh 参与者进行验证、配对和奖励。


---

# 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://auki.gitbook.io/whitepaper/cn/technical-overview/the-discovery-service.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.
