> For the complete documentation index, see [llms.txt](https://auki.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://auki.gitbook.io/whitepaper/jp/technical-overview/the-discovery-service.md).

# ディスカバリーサービス

ポーズメッシュ・ディスカバリーサービスは、パーティシパントが他のパーティシパントにリクエストを行い、接続されることを可能にする。各パーティシパントのレピュテーションとロールベースアクセス制御（RBAC）を記録し、ブロックチェーンへのポーズメッシュのインターフェースとなる。

作業やデータを提供したり依頼できるようにするには、まず、ディスカバリーサービスにパーティシパントについて、その能力、レピュテーション、クレジット残高を登録しなければならない。ディスカバリーサービスは分散ハッシュテーブル（DHT）：地理的に分割されたキーバリューストアで、キーはドメインを表し、バリューはそのドメインに関連するパーティシパントと能力を表す。

パーティシパントがドメインへの参加を希望する場合、パーティシパントはディスカバリーサービスを利用して、ドメインクラスタ内でドメインデータとジョブのオーケストレーションの提供に責任を持つドメインマネージャを見つける。このオーケストレータは新しいパーティシパントに認証キーを提供し、ドメインクラスタ内での安全な通信を促進する。

{% hint style="info" %}
ポーズメッシュ・ディスカバリーサービスがドメインクラスタの認証キーを受け取ることはないため、プロトコルはドメイン内通信を知ることはできない。
{% endhint %}

グローバルディスカバリーサービスのために分散ハッシュテーブルを持つことは、ダウンタイムやネットワーク全体に影響を及ぼす標的型攻撃など、通常集中型ディスカバリーサーバーが関連するリスクを排除する。その代わり、ディスカバリーサービスの分散型フレームワークは、参加ノードの一部が利用できなくなったとしても、継続的な運用を可能にする。

ブロックチェーンがディスカバリーサービスでポーズメッシュと交差することは、オープンかつトラストレスな方法でポーズメッシュ・パーティシパントを認証し、ペアリングし、報酬を与えることを可能にする。


---

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