<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.3) -->
<?rfc tocompact="yes"?>
<?rfc tocindent="yes"?>
<?rfc compact="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-akhavain-moussa-dawn-problem-statement-02" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="DAWN problem statement">Problem Statement for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
    <seriesInfo name="Internet-Draft" value="draft-akhavain-moussa-dawn-problem-statement-02"/>
    <author initials="A." surname="Akhavain" fullname="Arashmid Akhavain">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>arashmid.akhavain@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Moussa" fullname="Hesham Moussa">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>hesham.moussa@huawei.com</email>
      </address>
    </author>
    <author initials="D." surname="King" fullname="Daniel King">
      <organization>Old Dog Consulting</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>daniel@olddog.co.uk</email>
      </address>
    </author>
    <date year="2026" month="May" day="20"/>
    <area>TBD</area>
    <keyword>discovery</keyword>
    <keyword>agents</keyword>
    <keyword>tasks</keyword>
    <keyword>data</keyword>
    <keyword>workloads</keyword>
    <abstract>
      <?line 49?>

<t>Interacting entities such as agents, tasks, users, workloads, data, compute, etc., in AI ecosystem/network are proliferating, yet there is no standardised way to discover what entities exist, what attributes such as skills, capabilities, physical characteristics, etc., they posses, what services they offer, or how to reach them across organisational boundaries.</t>
      <t>Discovery today relies on proprietary directories or manual configuration, creating fragmented ecosystems that prevent cross-domain collaboration.</t>
      <t>This document describes the problem space that motivates Discovery of Agents, Workloads, and Named Entities (DAWN).  It clarifies the scope of work within entity ecosystems, identifies why current approaches are insufficient, and outlines the challenges a standardised discovery mechanism must address. It does not propose a specific solution or protocol.</t>
    </abstract>
  </front>
  <middle>
    <?line 57?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Entities in entity ecosystem collaborate to render services and follow the lifecycle shown in <xref target="fig-lifecycle"/>.</t>
      <figure anchor="fig-lifecycle">
        <name>An example of Entity Lifecycle</name>
        <artwork align="center"><![CDATA[
+------------------------+     +-------------------------------+
| Entity                 |     |          Entity system        |
| (e.g., AI agent, task) |---->|       registration process    |
+------------------------+     | +---------------------------+ |
                               | |   Identity Provisioning   | |
                               | +---------------------------+ |
                               |               |               |
                               |               v               |
                               | +---------------------------+ |
                               | |      Authentication       | |
                               | +---------------------------+ |
                               |               |               |
                               |               v               |
                               | +---------------------------+ |
                               | |      Authorisation        | |
                               | +---------------------------+ |
                               +-------------------------------+
                                               |
                                               v
                            **************************************
                            | Discovery substrate access point   |
                            **************************************
                            |       Discovery substrate          |
                            **************************************
                                               |
                                               v
                            +------------------------------------+
                            | Communication/Invocation/Operation |
                            +------------------------------------+
                                               |
                                               v
                            +------------------------------------+
                            |             Monitoring             |
                            +------------------------------------+

]]></artwork>
      </figure>
      <t>As shown in <xref target="fig-lifecycle"/>, an entity will pass through a set of important functional blocks before it becomes active and start interacting with other entities in the ecosystem. This document focuses on the discovery problem space in the above diagram namely:
"Discovery substrate access point" and "Discovery substrate".</t>
      <t>Entities increasingly need to discover, connect with, and collaborate with one another to deliver services. This discovery process is driven by the need to identify the most suitable set of entities that satisfy the requirements of a particular service. To achieve this, an entity must be able to find others based on attributes such as skills, capabilities, physical characteristics, names, and other relevant qualities they possess. Obviously, as static configuration is impractical at scale, an automated discovery of entities, their skills, and their capabilities becomes essential.</t>
      <t>Discovery within an AI ecosystem can be multi-dimensional and complex. A discovery request may trigger a cascade of subsequent discovery requests by other AI entities, occurring either sequentially or in parallel and the process might become unbounded. In addition, the discovery step can be interactive. For example, an entity might be looking for another entity that might not be available at the time of request (e.g., the desired entity might be busy). Furthermore, entities might be looking for a variety of other entities with different cards/descriptors. Discovery might also be subjected to either a system wide or local policy and might span cross organisation. There also challenges w.r.t the nature of discovery request itself as will be explained later in this document.</t>
      <t>Assuming that trust has already been established between entities and within the ecosystem in the steps prior to the discovery stage, the discovering entity must learn what the remote entity does, what attributes it posses, how to communicate with it, etc.</t>
      <t>This document describes the problem space and informs the development of requirements set out in <xref target="I-D.king-dawn-requirements"/> and future solution proposals for Discovery of Agents, Workloads, and Named Entities (DAWN).</t>
    </section>
    <section anchor="sec-terms">
      <name>Terminology</name>
      <t>This document uses the following terms defined in <xref target="I-D.farrel-dawn-terminology"/>:</t>
      <ul spacing="normal">
        <li>
          <t>Attributes</t>
        </li>
        <li>
          <t>Discoverable Object</t>
        </li>
        <li>
          <t>Discovery</t>
        </li>
        <li>
          <t>Discovery Mechanism</t>
        </li>
        <li>
          <t>Entity</t>
        </li>
        <li>
          <t>Minimum Discoverable Information</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-motives">
      <name>Motivation</name>
      <t>The main motivation behind DAWN is to tackle the discovery problem space within the entity ecosystem. It is driven by a few factors:</t>
      <ul spacing="normal">
        <li>
          <t>Discovery use cases in real‑world  </t>
          <ul spacing="normal">
            <li>
              <t>Many practical scenarios require discovery, not only for agent‑to‑agent, but also agent‑to‑tools, agent‑to‑task, task-to-agent, and other forms of entity interaction.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Limitations of traditional discovery methods  </t>
          <ul spacing="normal">
            <li>
              <t>Existing discovery mechanisms are not designed to natively handle scenarios where entities are dynamic, mobile, cross-domain, or when they have complex attributes.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Current approaches are ad-hoc, entity specific, and and do not scale:  </t>
          <ul spacing="normal">
            <li>
              <t>Even in today's implementations (e.g., MCP‑based systems or A2A‑based systems), discovery tends to be contained and handled through simple mechanisms such as name lookup, search engines, or static agent cards/tool cards. These approaches work only in small, closed environments. They do not address challenges such as inter‑domain discovery, dynamic endpoint association, chained discovery queries, blind or exploratory search sessions, or large‑scale environments. In addition, they do not address the need of other discoverable entities such as task, workloads, etc.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Emergence of discoverable entities, discoverable objects, and discovery mechanism:  </t>
          <ul spacing="normal">
            <li>
              <t>Entities may have associated MDIs (e.g., task , capabilities, endpoints, policies), and that a discovery substrate/mechanism/vehicle is needed. The discovery substrate may implement unified mechanism or may support multiple discovery strategies depending on the scenario.</t>
            </li>
          </ul>
        </li>
      </ul>
      <section anchor="sec-lifecycle">
        <name>Example of Discovery Lifecycle in AI Ecosystem</name>
        <t>Consider a task owner (e.g., an entity such as an end user, AI agent, model, data owner, resource/compute owner) which intends to submit a task to the ecosystem and, as shown in Figure 1, has already been processed and accepted by the entity registration block. The following describes the steps after which the entity becomes available for discovery.</t>
        <ol spacing="normal" type="1"><li>
            <t>Discovery substrate access point validates the task owner's credentials and verifies that its associated discoverable object meets compliance requirements. The discoverable object is what the discovery substrate makes available/visible to system participants. It contains entity's different attributes and information that others need to initiate an interaction session with it once they discover the entity.</t>
          </li>
          <li>
            <t>Task owner submits its tasks to the system. Submitted tasks are entities themselves. They have their own discoverable object (task card in this case) which the discovery substrates makes available/visible to other entities in the ecosystem once submitted tasks pass through the entity registration block.</t>
          </li>
          <li>
            <t>A registered entity (e.g., an AI agent) then issues a discovery query to identify and/or locate suitable tasks it can perform, or to find other agents, resources, etc., it must interact with to complete a given task.</t>
          </li>
          <li>
            <t>The discovery substrate processes the above query and returns the relevant discoverable objects such as tasks, agents, resources, etc., to the entity that issued the query. It must be noted that the nature and structure of the query, the format of the discoverable objects (e.g., standardised object cards), and the discovery mechanism employed (e.g., simple name lookup or semantic matching) are key factors influencing the accuracy, volume, timeliness, etc., of the results.  </t>
            <t>
For example, the querying entity may need to provide details about its skills, capabilities, pricing, or other relevant attributes so the discovery substrate can match its request with an appropriate subset of registered entities in the system.</t>
          </li>
          <li>
            <t>Upon receiving the discovery results (e.g., a list of suitable entities), the querying entity (e.g., an AI agent) might need additional information before initiating its interaction with the discovered entities. For example, it might need to know more about the parent entity of the discovered entity whose name/ID can be potentially found in the discovered entity's discoverable object.</t>
          </li>
        </ol>
        <t>The example above illustrates the broader concept of discovery within an ecosystem. Other factors such as entity's mobility can further complicate the problem space. The example, underscore the significance and complexity of the problem space that DAWN aims to address. It highlights why a structured problem definition, clear requirements, and well‑designed solutions are essential for enabling robust, scalable, and interoperable discovery across diverse entities and use cases.</t>
      </section>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>The challenges outlined in the Motivation section underscore the need for mechanisms that allow entities and other discoverable entities to dynamically locate and interact within a decentralised ecosystem. DAWN is applicable in scenarios where discovery serves as a key enabler for autonomous operation, collaboration, and adaptive decision-making. In such systems, entities may need to find other entities or entities, while task owners including agents, users, or services may advertise tasks that suitable entities can discover and execute. Data sources can make datasets discoverable to support reasoning or training by AI agents and models. Compute resources may advertise their capabilities, serving as rendezvous points for entities, models, and datasets to facilitate training workflows. Similarly, models may advertise their functionality to allow users or entities to discover them for inference tasks. The following subsections provides more details, illustrating the contexts in which DAWN provides value and a consistent foundation for the functional requirements and design considerations.</t>
      <section anchor="entities-discovering-entities">
        <name>Entities discovering Entities</name>
        <t>Entities frequently need to locate other entities to coordinate actions, share information, or engage in collaborative workflows. In some situations, an entity may already be aware of a counterpart possessing the required skills or capabilities. In other cases, entities must actively query the system to discover suitable peers by specifying the skills or attributes they are looking for. DAWN provides a framework to support both modes of discovery, enabling dynamic, capability-driven interactions in decentralised and heterogeneous environments.</t>
        <t>DAWN enables entities to advertise their presence, capabilities, and status, facilitating peer-to-peer interactions in dynamic, multi-entity ecosystems. This is particularly relevant in large-scale deployments, multi-domain environments, or systems where entities may join or leave unpredictably.</t>
      </section>
      <section anchor="entities-discovering-tasks">
        <name>Entities discovering tasks</name>
        <t>In addition to discovering other entities, entities may need to locate tasks that require attention or contribution within a system. Tasks can be advertised by users, other entities, or services, along with information such as required skills, priority, or dependencies. Since entities are aware of their own capabilities, they can match their skill sets against advertised tasks and proactively apply for or claim tasks for which they are suitable. DAWN provides mechanisms to make tasks discoverable, enabling entities to query, filter, and select tasks efficiently, supporting autonomous orchestration, dynamic workflow formation, and load distribution across heterogeneous environments.</t>
      </section>
      <section anchor="entitiesmodels-discovering-data">
        <name>Entities/models discovering data</name>
        <t>Entities and models often require access to data distributed across multiple systems or administrative domains to perform training, inference, or reasoning tasks. This includes datasets, knowledge bases, or document repositories that may be advertised as discoverable entities with information such as format, availability, and access requirements. In Retrieval-Augmented Generation (RAG) scenarios, entities or models need to dynamically locate relevant external knowledge sources or documents to supplement generative reasoning, enabling more accurate and context-aware responses. Additionally, data in these environments may be dynamic, changing over time as new information is added or existing data is updated. DAWN provides mechanisms for discovering, tracking, and querying such evolving data sources, allowing entities and models to identify relevant information in real time while respecting access controls and provenance information.</t>
      </section>
      <section anchor="entitiesmodels-and-data-discovering-compute">
        <name>Entities/models and data discovering compute</name>
        <t>Entities and models often require access to compute resources to perform tasks such as training, fine-tuning, or indexing. These resources may be distributed across multiple systems or administrative domains, and their availability, capacity, or configuration can change over time. In this context, compute resources can serve as rendezvous points, allowing entities, models, and datasets to converge and interact efficiently. DAWN provides mechanisms for entities, models, and data sources to discover compute resources that meet their requirements, including hardware capabilities, scheduling constraints, and current availability. By enabling dynamic identification of suitable compute nodes, DAWN supports elastic scaling of training workloads, efficient utilisation of heterogeneous infrastructure, and adaptive collaboration in decentralised and changing environments.</t>
      </section>
      <section anchor="discovering-models-for-inference">
        <name>Discovering models for inference</name>
        <t>Users, agents, and services (i.e., entities) may need to leverage pre-trained models for inference in tasks such as prediction, recommendation, or decision-making. Models may be distributed across various systems or administrative domains, and their availability, capabilities, or performance characteristics can evolve over time. DAWN supports mechanisms to discover models that are most suitable for different contexts. This enables users, agents, services, etc. to dynamically adapt to newly available models, take advantage of improvements, and ensure interoperability in heterogeneous and evolving environments.</t>
      </section>
      <section anchor="taxonomy-of-entities">
        <name>Taxonomy of Entities</name>
        <t>It is useful to categorise some common entity types to show the different behaviours that may be seen in discovery systems. This can help derive common behaviours across all types of entity.</t>
        <t><xref target="taxonomy"/> presents a table of entity types. This is not an exclusive list and it is expected that more entity types will continue to be added as new use cases are developed. The table shows:</t>
        <dl>
          <dt>Identity Binging:</dt>
          <dd>
            <t>TBD</t>
          </dd>
          <dt>Control Ownership:</dt>
          <dd>
            <t>TBD</t>
          </dd>
          <dt>Responsible Party:</dt>
          <dd>
            <t>TBD</t>
          </dd>
          <dt>Dynamic Characteristic:</dt>
          <dd>
            <t>TBD</t>
          </dd>
        </dl>
        <figure anchor="taxonomy">
          <name>Taxonomy of Entities</name>
          <artwork><![CDATA[
|  Entity   | Identity |  Control   | Responsible |   Dynamic    |
|   Type    | Binding  |  Ownership |    Party    |Characteristic|
+-----------+----------+------------+-------------+--------------+
|    AI     |End device|Organization| Developer&  |    High      |
|   Agent   |/Instance |    /User   |Deployer&User|              |
+-----------+----------+------------+-------------+--------------+
|  Software | Instance |  Provider  |  Developer  |    Medium    |
|  Service  | /Cluster |Organization| & Deployer  |              |
+-----------+----------+------------+-------------+--------------+
|  Compute  | Variable |Submitter & |  Submitter  |    High      |
|  Workload |    ID    |Orchestrator| & Deployer  |              |
+-----------+----------+------------+-------------+--------------+
|  Network  | Node     | Provider   |   Operator  |    Low       |
|  Function | /Instance|Organization|             |              |
+-----------+----------+------------+-------------+--------------+
|Application| IP/Port  |   Owning   |  Developer  |    Medium    |
|  Endpoint | /Instance|Organization| & Deployer  |              |
+-----------+----------+------------+-------------+--------------+
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="sec-func-req">
      <name>Functional Requirements</name>
      <section anchor="sec-disco-entity">
        <name>Discovering Entities and Query Granularity</name>
        <t>Discovery in ecosystem should support different levels of granularity. Queries may range from broad capability-based searches (such as identifying all models with mathematical abilities) to more specific lookups. The discovery system should also enable entities to be found through the attributes reflected in their discoverable objects that capture aspects like their skill sets, functionality, name/ID, ratings, regional associations, and more.</t>
      </section>
      <section anchor="sec-disco-rsp">
        <name>Discovering Response and Minimum Discoverable Information</name>
        <t>Information an entity discovers about another entity must be meaningful and useful for delivering the required service. Accordingly, a response to a discovery query should include attributes that describe the discovered entity: such as what it can do, the skills it possesses, the protocols it supports, the security guarantees it claims to offer, the policies it can potentially enforce, its pricing for services, its current operational status (e.g., available, busy, or offline), communication means, etc.</t>
        <t>Such information can be either embedded within the entity's discoverable object or retrieved through a subsequent interaction outside the discovery substrate (for example, after discovery, an interview‑style exchange may be conducted using the communication method indicated by the entity).</t>
        <t>In either case, there is a need for a standardized structure for discoverable objects that provides the minimum set of information needed for the discovery substrate to return results that meaningfully support service delivery within the AI ecosystem.</t>
      </section>
      <section anchor="sec-cross-domain">
        <name>Cross-Domain Collaboration</name>
        <t>Entities operating across organisational boundaries need to discover counterparts without depending on a shared infrastructure. For example, a customer-service agent in one organisation may need to find a logistics-tracking agent in another. Models in one administrative domain may need to find compute resources in another administrative domain for training. Similarly, a model or agent in one domain might need to use data in another domain for retrieval-augmented generation (RAG) based inference. Current platform-specific mechanisms do not interoperate, so entities remain invisible outside their own ecosystem.</t>
        <t>Administrative domains are typically unwilling to disclose their internal structures or detailed operational information to one another. In traditional networking, for instance, they use abstraction and aggregation techniques to share only high‑level insights about their operations. A standards‑based mechanism to support controlled information sharing while ensuring administrative domain interoperability without exposing sensitive internal details is potentially desirable.</t>
      </section>
      <section anchor="sec-disco-dyanmic">
        <name>Discovery and Dynamic Attributes in Discoverable Objects</name>
        <t>Entities whose discoverable objects contain dynamic attributes introduce distinct challenges for discovery.  Dynamic attributes such as location information, dataset samples, compute capacity, etc., can change at different rates. These dynamics introduce variability that static discovery systems are not designed to handle. Such dynamic attributes complicate the assumptions in traditional discovery approaches and demand careful consideration when defining the problem space.</t>
      </section>
      <section anchor="sec-broker">
        <name>Broker and Aggregator Discovery</name>
        <t>In large‑scale networks, entities may need to discover intermediary broker nodes that operate across multiple administrative domains and provide dynamic operational information such as availability, capabilities, or decision guidance via the use of mechanisms that support interoperable and standards‑compliant discovery procedures.</t>
        <t>In large‑scale networks, entities may need to discover intermediary broker nodes. These brokers often operate across multiple administrative domains with different jurisdictions. They also provide dynamic operational information, such as availability, capabilities, or decision guidance. In these scenarios, the intermediary brokers might need to discover other brokers. This makes the broker nodes another type of entity with its own discoverable object in an ecosystem. Discovery substrate needs to provide support for this capability via standards‑compliant procedures.</t>
      </section>
      <section anchor="sec-human">
        <name>Human-Initiated Discovery</name>
        <t>Operators need to discover and inspect entities for operational purposes: auditing deployed agents, verifying capability claims, or troubleshooting failures.  Discovery must be usable by humans through standard tooling, not only by automated systems.</t>
      </section>
      <section anchor="sec-oam">
        <name>Discovery and OAM</name>
        <t>Management and diagnostics for a discovery system are fundamental for successful deployment. It should be possible for operational managers to determine the behavior and the reasons for the behavior of the discovery system. Tooling to enable this function should be integral to the design of any solution and specific requirements for operational considerations can be found in <xref target="I-D.king-dawn-requirements"/>.</t>
        <t>Some guidance (specific to DNS, but more generally applicable to any discovery system) can be found in <xref target="RFC6168"/>.</t>
      </section>
    </section>
    <section anchor="sec-limits">
      <name>Current Approaches and Their Limitations</name>
      <section anchor="sec-proprietary">
        <name>Proprietary Directories</name>
        <t>Cloud providers, AI platforms, and other entity systems maintain their own registries, tightly coupled to their ecosystem.  Entities registered in one platform are invisible to another, creating walled gardens.</t>
      </section>
      <section anchor="sec-config">
        <name>Static Configuration</name>
        <t>Manually configured endpoint lists cannot scale, cannot adapt to dynamic environments, and cannot convey the capability and trust metadata needed for cross-domain discovery.</t>
      </section>
      <section anchor="sec-DNS">
        <name>DNS-SD and SRV Records</name>
        <t>TBD</t>
      </section>
      <section anchor="sec-URI">
        <name>Well-Known URIs</name>
        <t>TBD</t>
      </section>
      <section anchor="sec-adhoc">
        <name>Ad Hoc Agent Discovery Proposals</name>
        <t>TBD</t>
      </section>
    </section>
    <section anchor="sec-challenges">
      <name>Core Challenges</name>
      <section anchor="sec-skills">
        <name>Discovering Skills and Capabilities at Scale</name>
        <t>The central challenge is enabling entities to discover other entities based on what they can do, such as:</t>
        <ul spacing="normal">
          <li>
            <t>Agents</t>
          </li>
          <li>
            <t>Skills</t>
          </li>
          <li>
            <t>Capabilities</t>
          </li>
          <li>
            <t>TBD</t>
          </li>
        </ul>
        <t>A discovery mechanism that supports structured, scalable discovery of an entity's capabilities across organisational boundaries is therefore required.</t>
      </section>
      <section anchor="sec-fragments">
        <name>Fragmented Discovery Ecosystem</name>
        <t>Each platform develops its own discovery approach.  This fragmentation prevents entities from being discoverable across boundaries and limits the value of interoperable protocols such as A2A and MCP.</t>
      </section>
      <section anchor="sec-trust">
        <name>Trust in Discovery Information</name>
        <t>When discovery crosses organisational boundaries, the discovering entity must verify that the information is authentic.  Without authenticated discovery, entities are vulnerable to poisoning attacks directing them to malicious endpoints.  DNSSEC provides a foundation, but discovery mechanisms must be designed to use it.</t>
      </section>
      <section anchor="sec-scale">
        <name>Scalability and Decentralisation</name>
        <t>Discovery must operate at Internet scale without a single centralised registry.  Each organisation must be able to publish its entities' capabilities independently, mirroring the DNS delegation model.</t>
      </section>
      <section anchor="sec-static">
        <name>Static Versus Dynamic Properties</name>
        <t>Entity properties range from static (type, supported protocols, skills) to dynamic (availability, load, capacity).  A discovery mechanism must handle both without causing stale results or excessive query load.</t>
      </section>
      <section anchor="sec-extensible">
        <name>Extensibility</name>
        <t>New agent types, skill taxonomies, and capability formats will emerge.  Discovery must accommodate them without changes to the core mechanism.</t>
      </section>
    </section>
    <section anchor="sec-existing">
      <name>Relationship to Existing Work</name>
      <t>TBD</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>This document describes a problem space, not a protocol.</t>
      <t>Discovery information is a high-value target.  Poisoned responses could direct entities to malicious endpoints. Any mechanism must provide integrity and authenticity guarantees. Specific security-related requirements for any solution are captured in <xref target="I-D.king-dawn-requirements"/>.</t>
      <t>Cross-domain discovery raises two distinct trust questions: whether the discovery source is authoritative, and whether the registered entity is what it claims to be.</t>
      <t>Discovery may expose sensitive information about an organisation's entities and capabilities.  Selective visibility mechanisms are needed.</t>
    </section>
    <section anchor="sec-privacy">
      <name>Privacy Considerations</name>
      <t>Querying for entities may reveal the discovering entity's intentions or interests.  Discovery should minimise information leakage through the query process.</t>
      <t>Published entity properties, such as skills, capabilities, and organisational affiliations, may be sensitive. Entities and their operators should control the granularity and audience of published information.</t>
    </section>
    <section anchor="sec-opcon">
      <name>Operational Consideration</name>
      <t>TBD</t>
    </section>
    <section anchor="sec-IANA">
      <name>IANA Considerations</name>
      <t>This document makes no requests of IANA.</t>
    </section>
    <section anchor="sec-usecases">
      <name>Potential Topics for the Use Case Document</name>
      <t>TBD</t>
    </section>
    <section numbered="false" anchor="sec-ack">
      <name>Acknowledgements</name>
      <t>Thanks to Adrian Farrel and Linda Dunbar for review comments.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.farrel-dawn-terminology">
          <front>
            <title>Terminology for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="Kehan Yao" initials="K." surname="Yao">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Roland Schott" initials="R." surname="Schott">
              <organization>Deutsche Telekom</organization>
            </author>
            <author fullname="Nic Williams" initials="N." surname="Williams">
              <organization>Infoblox</organization>
            </author>
            <date day="21" month="April" year="2026"/>
            <abstract>
              <t>   The proliferation of distributed systems, Artificial Intelligence
   (AI) agents, cloud workloads, and network services has created a need
   for interoperable mechanisms to discover entities.  Entities may
   include AI agents, software services, compute workloads, and other
   named resources that need to be found and characterised before
   interaction can begin.

   This document defines terminology for Discovery of Agents, Workloads,
   and Named Entities (DAWN).  The intention is that this common set of
   terms can be used by other documents related to DAWN and so achieve
   consistency of meaning across the space.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-farrel-dawn-terminology-01"/>
        </reference>
        <reference anchor="RFC6168">
          <front>
            <title>Requirements for Management of Name Servers for the DNS</title>
            <author fullname="W. Hardaker" initials="W." surname="Hardaker"/>
            <date month="May" year="2011"/>
            <abstract>
              <t>Management of name servers for the Domain Name System (DNS) has traditionally been done using vendor-specific monitoring, configuration, and control methods. Although some service monitoring platforms can test the functionality of the DNS itself, there is not an interoperable way to manage (monitor, control, and configure) the internal aspects of a name server itself.</t>
              <t>This document discusses the requirements of a management system for name servers and can be used as a shopping list of needed features for such a system. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6168"/>
          <seriesInfo name="DOI" value="10.17487/RFC6168"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.king-dawn-requirements">
          <front>
            <title>Requirements for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
            <author fullname="Daniel King" initials="D." surname="King">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <date day="28" month="April" year="2026"/>
            <abstract>
              <t>   The proliferation of distributed systems, Artificial Intelligence
   (AI) agents, cloud workloads, and network services has created a need
   for interoperable mechanisms to discover entities across
   administrative and network boundaries.  Entities may include AI
   agents, software services, compute workloads, and other named
   resources that need to be found and characterised before interaction
   can begin.

   This document defines the requirements for Discovery of Agents,
   Workloads, and Named Entities (DAWN) and sets out the objectives that
   a discovery mechanism for such entities must satisfy.  It describes
   what information must be discoverable, what properties a discovery
   mechanism needs to support, and what constraints apply to discovery
   in decentralised environments.

   This document does not specify any particular discovery protocol or
   solution.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-king-dawn-requirements-01"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1d624jyXX+L0DvUJ4BPKMsSdmbxEgEODFXmvEK3rl4NOv9
EQRBsbtIttU3d3WTQ+8oyCvkFfMkObe6NVvS7O6skR8R4B2S3V1ddepcv3NO
eT6fn570RV+aC/W2a1alqdRNr3tTmbpX66ZT/daoq8Jmzc50B9Ws1XIDl+xM
fdd0t2Wjc/io61y91pXJ1YsaBiuMVc+vlt+9Pjs9OT3Rq1VndhcKf1CtvMO6
d5ye5E1Ww7MXKu/0up/r263e6aKeV81grZ7nel/P5bG5f2z+qy9PT+ywqgpr
i6buDy0McP3i/cvTkz3Ma9M1Q3uhTk8yuH/TdIcLVdTr5vSkaLsL1XeD7b/8
1a/+GQeBYXqY/3/osqlhjIOxpydtcaH+rW+ymYL/NFWrs54+FnUO754p23R9
Z9awcnuo+IPc9u+04s7oC/X+q6vTk9v9xemJUnOVOxLyV01E5M+9trfyMde9
5k97R10acOi3Tccj4X8UrMZeqOVCLYVa/CvTcdlpu62KfHSx6TYX6utB702h
3ptsWzdls8GtutS1zjXflDVD3SO54h9NpYvyQmkZd+G26HdbGm0Ba8dZppP7
eqFe0Q7GU/va2K2ukgs/eVpbGnPB7PLglK4W6g9FvYkndKXrwpTRzzSdN2Wu
rpqNumxqO5S9v+in8e0fkinkNMrvmjLPmw28ezHc4tvrpqt0X+zMBX5DBgzf
5yh49I/SK9t3wDv4/bruDX6GVyrjZMkO2VZpK0wzY4aZqcGaDv7ZBzlE9mFW
HHozU6bPFjNYulpeK5M19mBBeM5r0+MjsJ0GxbEs1vBGfOEMmL9HeYcLhVV1
o0gydAe8C6K91weQAc/Iar/VfZij+VBYkAz6Ufd9V6xgCmHq9rYoSxQT3epV
UdIzM9VuD7bIdKmyrcZVmw4GKTLrpg5zOai2sRZvpqFhybsig4HpUrOGuc9g
z9S22ePkQPDgfXCtUjrr4EHcT9gcCwtsanjRCnYQVgRvX9AOnp4E3dY3OSyx
MyWup6mROC3c2Wu4lhedyfqmo0udqnQ94LSbel1sho5Gh8XB62nn1p3eoJYC
qnm645RhAS3oQlStNLt53gAD1TBOWepVw+MsFDLC+y1sAajGgRRxbmwGJOV1
ByUKGsfwsFUDfKWR4j9aVy+UuoZ5lUCddSFvgqFagwMRx+yLfguzpT0/RCsD
HkO9yI/ttweVDV2H09YtTBV2BH5GbgMhHNbrIitIieJEmqEvi1peBkxQlqbe
4N0p63nlqSrQELiflapAhyud552xdoEzzxuDTNvTvjXW4CCtyWBWGSjsckDa
4t7BZdTq5cLJH6i0vDT47akC+euafMjo5u+fWpPNC/zpDi97gk0QIdpDw5wI
tqIL/IqrXcMtyKewVpS67JCVQGJg3RpH/P574KW5v3B3RxP8T/g7Pflifs/f
F6iF1L2X3V2nJx95uw9q/Pcx+i/9yX2yLHcXjvDcLDYglaBNSBOxIjpTH/EV
/+JG6MymQH1GFARaw+KtjPDIKj4+uI4vcISj2Y/XgrO4zmVzwKHZFegeoEzS
1U8Y4afP4ZHvP3iE3Y8Y4fNQEv6W4HogOTPeUH/1/yn5YygJBsTGhPwbUfIT
9MMjIxzN6Qc/sXv4ib/7pL+Hx/gYGT+IDUgLgRnISAW1DSjyx2f+eebBf1Oz
CTf9/POYmtrn3rfHWOtT+OsjONpVNdSiZM6v610jH9+0RkzJIzP/HPOYmtr/
TXrFf6/AvqFnSjbuk2f+qfNwHsj3F+pp4p8oQg1++2QJvtAHXbUl+YniPHzj
7noCjh+FG3NdFpv6t08ydIu7J+RPLe0D3g86iM7L2kPwoFpt0U+EyH6zRd8O
YhV4YVG1EIxrBCuGOnNeftlkt1atDERc4Hb28AmCIvTCMgy/yBkDB7Pr4c0h
3kL3VjUY/4SwBmaG7pp38xYqdczX8MFyuID3BUc19dFlGPAPd3iT3nQQBWME
Wh4gFnzymNp6QjOeuu3JYuSYYgxiYTXlQdUGXOcoYsPIsK4hjKGVsgMee628
/hrJw1TAZyEa2kV+rFt/vE6aJ/7Ywa21Wh1ore7tEhrwj1UDTrsdil6v0PXl
LfTEpkgG7aOV2zvzlwECL6S0xTs1MEEHvsgAQYqbEsyoAWJtC4ir4KHCxoxD
QcIKCV+SV74uMOjAxQF3aAwtYOM+Q7iKWymxFZMOokizQ678C8SJbnU+mAUy
vlntimaw5WFG7+th1VkaTyJJgbuJO/GlSBv419D69NBD6NgnsVFESgqdi86v
AyfGv8Qr8mIBM8InNcdEgc0k4NMpggBj1EjUCqGReV7A9liWO+Yo1AUfFmoZ
TQ030sBWVIghdMVmAyTSMA4sKCe9gQyN92CsO37KIksxWXEafolNhnEmISUF
XZURYB3A/RDpwdSBXzCoLB0FPL9WxWbr9IIaasIFTA6BZI1BZcEBfSrSsPbW
rd3rjR0w4Et4l+jAhPnkFapsmluCBeA+J1tyDwfvdCOGrsiqO12UxK+awBjQ
sxWRyNFQojCam7EgHvnRC1eDPUA8/3Lo8F0VKMFZkLLpaakdoiI9cdFIB5Je
yAvEWgi5gKjcnjMi0YLhAWYOHMOD69I2+AbY1T+DvmFFIJukXWS5L3DrO5gG
cnfblEV2oG3iMUBx1uoYw0EFhAAVvSJCDPaLbsH0qnU/dESxY/4remvKNUoc
mRSYovnQlrqoYYoliFPHmjrS8As2VHaokFS0XQQfqy0CciVo2/wA44Deg/Fh
2wq7hbFWpt/Tb46GuC6RpsSeOMuAvAXKvisaUrtjxoN4O+VGjw+KjiuN7mqG
yFhxVg1odLkDkZFjaA7MooPWBD3LvBcmxqDoGYn7YYAUrpXBTitcujNl09Jz
wsdeqZMJGHr2AP71en61QJZk0D++8e6OEZSB9tbDOQz1AC8QE/946IvBn/cg
KwXhzwfBfoAjKnt3vHyy+bg2hnSINfBWWOuamInW8wtcz1p3YAx4RX14wd0d
gcJztfQ7wt/dIkgFvCH5SS8cRl/VK4eJ8QV2wfjzq6IuqqFKB712QHRDmQFc
+SuGDwPoRXiicUsHXY8wZRXuWpktmlLK6QBhkGV1dotG9gEvKBaAEXxGCF7i
Q2i1Nnu11oi62ovxmmED0HywhwZCWP7Pf/03uJllzqi/gqXrGt/vrKcFxxM0
XGMd/4VZzkj1NjUYDVKFyDgwXN/AfwTogv1hjZNc7JuGjGvym7a3DIzN+2Yu
jwe/gKXCWepDsCOg2XiN3xRV0ROR6T7w8tgawRpiGLTfNrlVyi/3BeLvyIcT
WCmjr7hINBibmvVxTakIWDTclKM35im0Jw0bdBcS6wAuTpHNgAfAezCzBL8m
BB4eqtnH2WrwxMQNiBSOrO9yGhvW+XyLCTehi0NumXb4v7yhFZALdBEvHPkF
uQrR+2fkMpWkM4SGYi5fXb6F3WGfzwHyMOvll8vxz2eziIa9qXNi7xUuCQYl
6cb5MNVyH5FYenFMdOdMonNIxnZoZ6DwdAc/g9FC3JsoJ84f8YpYV+Qs/kj2
DsHsQC7C4oldYdm2AhMI21E2lhyBXdE1NalMevLg6CZIeWwy3fyIB4EKkoyI
5EJ2HYbNGT6BEKzJCpfu2DI1ArXAyHbkmoEdRJbvyLxidNGgGeOlo/+LO0Nr
B0d+Y+DdtK2j6Y9dsaO1+DDD+yx5rOeO8mcsm1G+zNk24KLKwETqLPEbklFm
6c8NaWYxKhMyl7Cod720SIejI8z91dW1Z1KcoBpHHY74GICgkwQ/njmPHi16
7Ci4sPDcz+N8B5oaw3XM6AGt0Md9n3oXPuTE6XnxAacYEzp5lHKhxBc+0GLM
zf4/8nzsqeBAlL7NTQszR40ksbHTL2xsn4LG8qhB0OseOJC05QvvKLFdCgAB
joL52SInp5JI1+xr+CLEDI64z5/iLznlTeMsRtVAlMvJUx5hBjbCNkOXmXPJ
pfLvZ6DkChgKBUbUApUg9O794rkF7w52ieM7B3O8xPDOqF/Pjv1HiUxEvWD4
3yJ/SDgtS0myKwRz8HYGPyT1zNiv1OueErYFJ0fdYB4V8SEH2j+/m7RRv148
DqruIMTNKflI8YrfCdDGGYQnHJKxD4yu69rH+uCOx6IwIWDAfQZuImtSaJTP
2CtMWTl+rLDBGZ5m9dt44eeYJxKMQLaOkYYCopCe84ui/q1Q75mNYqLIrQ7e
L28SLVQgB4+J1CDbRMY69gCcanTON0gO5XdR87mse9g+2p4vgQSB85kbLdGV
igQcRzon64ZuoICMLuvYzmPaHMKjnXGmg1QVwwbIvlN0fk67jZbKR07olp1F
zDZBfvsQ/R9B4JgodrSQBBx8WF6QbH+P8ARfM1EAHTSH0w5nOBhCMXagtHRq
6w4JwAU7fy7xbG8CysUTLHqCDlrTIWuQ7UvwKF/c4VSPL4Ioeg7xHKMwd3C4
BvoTuUhtyGvGN9Hy/uF+He+0jI0ASV4KMm5nIL6qrcSQAmFN2b3EpjofeGr2
TiVGcAcRk9EYejNJl0PqwL4bsWxRMM+AbTdkLrT3D88kDENxcxcmJyx7m9QV
CBOTo+Vtqpky58oArZsDPOPGYXcv8u3IlTOVxmQp8HefQayzOSMRuwVhkkgG
dUM5gKfBcAJp0gG2FRayg6i2wji/qAxVRXgiyrqAuGBy2ZEGxyKBnTxBYmRA
BxC4xVx4jsE4KDFUxisKu/t7sc6uyKgmCF4ygjRjvPQIqvCMhtxOVKCXOACG
eBfxy5ara1hSVoIEjyUykn/RYLj0f1yob9sGw77MFDtHxxjsITJ5aVYlDMog
o4ikG/xsmm5TakAwOqSmc0ohIosVvcs2sG7H4UgVR+qdBTeaa7TOEYpY9PEb
Yf9u62avEMmTnSPYRZPxkVmPmD9otf0Wq2GQU8+vrxyA2YKcOah0jeCnI/TR
88/slEAtHDLgkj+sSoCVBqfjcbQVBC3ooGWotds+ReUCvBzhAG84ThZpcWrG
T4XiT1wVrmPNAKe4B6R2j+AoVoWesAjzdjCBjm/FcBjjTHItIvg6IuhEtRXB
HrqoyL7GNUhb2LMS943roHRQWrkfhyAiiWoyxO0Sl4a10N6UiGj4cN0BXmKx
HVxP/hp41RhubRSMP2ANHsZSuFMz8UWAAZtWNi8QX+rjckzv2DjaZw+Z0RWu
RXuqli3Rl0nP+x4FklLF5VkoQpPAZ6d/R2QnrsbJR+EyRzNUIZVM5qHIDjNU
HKMSI4vp9ct21hKZDOiOuccOfFUb1+UtPIilZZEcfIzhkEjHmW6Hc0N/ADU7
bQBjO5SXqRusRVWNS13P0vo+gTRy3VIuEqZFNUpzcIlgFynsJa73xXUmDh+d
Pog8B3+96aJoFRywMnbGKTlYDhSROWstFaRNVKeG79A5rLMHMjknkvJyY+VJ
Euj9UlyT+WAyMAtAUQylxBEQQ3BrKMCy6M0ne0lBFAeUmLrkYi30jjpwtvEz
BEBODTNDULwGrHkpsZn3OcaTP0p4zXidSAHLFXp/3eFWcXwt0uQIyK+RAN9N
HSmvMxyOlI2bI2IKa+BcmNVNUYFP22Fij0eYnFVIVpNb1Ajj04bE+5hU3FJd
65oSWxR3ZLJB4xCQDGrG+kLsvmXbIdZ/FvS0M58Y3ZgPZLDEd3f1+vw4xHgD
S5bGey3aacp/Yz0tibhrFojy8AnUT3QkhcYD5CIe1gMCbs1xksP9GCW51x3n
+aIUtwj+SB7IR27A16s5ZO0ZdrJbLkb1pnvGFN8Aj6m0GhfkM9palExMF9qi
H7QMFqX7cJt9QK/0XrOrqrls3HQYUboEsCO7UCgXLwwnEjMsvZNXRfo4VgZU
/5oJhivRiHeUEr7xotsaSnw7ePXgZhFeHvl2FHfiGqI84WLEFRpLnStDiGQk
yCuYMnG/TQz+LNgqjyf71R7mgv1HHhNxY6q3CXo1aNJAIRgU3gQ0pPw1TpGV
sk2YYSyELWgOlKKx7yvlIf0An72046yRfgjr47/H8/QQOeXFj6qkpXSisFER
Q3kIbjUMQWjonLHQ3GDAIT6BpNoZoI0XzMpb8OwRbo8M+WfQbISzGozlhxqW
nBcZcsPhQbGTnpQIgo05ilR0Imv3WCmRy8iMuOwLMBo+wSXZqHyI7ZyXTAbb
V9zQ0+K3+j0kZMwZsNFcIoMGu1k2rrgndtedZzmSwBknYWHraBhGMTFcM6Tb
UecmiREv5gEnSZmJxCgEQ1FdhiKLojcIKvXxwgSbqcln9CKO7glnqJBiJbif
cuO6ibA9Flkn8WN5jd2thq0yjxGb5EhMY+mRcHtdlD1CpCQkwLvgYvEQxpX2
o+kTTUCmNnKJOkxg9M4PcukFp2JVpJFxeETpcWaBN8RpfUQBREx9LjY45lxu
snoR+5hyV7MGpgwsyhgn8j36M34iqIV4Hh4BjzJKOq/AJ+BFontHMkujCPbj
vYZZsOPEa8H98Va9cF4biqf4IDOKBUuTg7VasVFARnWp6c6AiSmkVYXLS/Rh
JDna3uNP3ysl/MvMIXaksGceqLZ2BMuC3nhngFqg2cr5cnDNML+HHRMs7vm7
5e/PgpM9S7xY2Q5fwHbs4nutCT6L6dDXCERx3mBEFeusk+Q2NjKRnQlUj9ie
42wCZnoXFpJ7NGdxB7vRgtZHlbD0YACyPTEKR0E2TWe5XQiGDwRxQ4qUXDss
8sFcodkn9MewJM+N5NJcipfeYtXQIuqePyDkMZ5PS8RGs1v6hKvywAdts9k1
5c6P73E87dxKMyExMf4ZWbJoAZye5wVyTILUM1xyKcxD+r8pvc4DN4AC8mig
+wTbeeeJhEvW5ocJeXYUTsQySyrOg55egrHaY94PtYPKsEP0A4VxnLZNY5OV
+WlaJC7kSyURbU7mjFZaRoi2h5jNBFYjCWW0nhl7NrF8fJBi3cloaYIx7o+Z
4C07TLCmoXlkMR7h4fvfoKLN8g7vxFaSIjTc31iMIZcQGUNokJOIj8JGsFv5
UDJv1Zb232E1vtkt2pCF+upw5Oz6LjnppYkRSTfjGp3mGRNDbCgYuFJjnSkB
O6Qx1mnk6bLZjpwKjGXpGk3g5tRcglB12uNSIzQiQSqmvW+vuKbs7lUkhSJv
ScB6evItu2wOgmA3QsCH58XCLIIpOEt9SYPmaoOAHIhcx7UHU+8gBZzIq3i9
5Fh0mPSEOech9DuCYF6FwH1aZLFYEmn5EyU2MBj2JbKqIcU3KjAmUST1nMhw
yiWpb+dlwSlqQte6cQk2Gwhf2ikggLgeLoYa0i0LrjVmJ8YGmliJ6ovMHr/6
3LKT3B69TnBGwFLgbnINP+r8CP80tR06E2OXDPrCzqbMTDc7u3XEkMSS7/UH
9D8Pvj2h4FI7LjiDta2HknQUHxWA4SFF+cgmjY/u8YQB9iK20sIZyLYyW43V
3F3qcFnDlUkRcphEgripW1O2wH8dyx69MBpNuA3oKu/3hWO0vO+/72Vtd3cS
zGJAoXhrQ5EZPRvCTyqhwa4NUHoWX0z5EdLMRBLzoZWiXe4s7kxKBCqdRVYp
6sFIbRQ7KeLAhOI8Kh3j8k9XeCKl/0BFrurz3ZpfFaRW4Ec5O4HqO9AvUG8I
wNwWbXzxHTthlDZ+CxH1Ib54JSr3MhGk+A5ua/moQl/sx9A5Cj+7d+Pv8auw
+caNrqQxVqn3QBluzYFlkCXBG/28uWWHZkl3pdMatcZ+Mflx9GX0jVt84W95
zd0/LwhtQzn9+IbKp/9K+u6jupLt6H4pjURfF5utbxnCX6hyFr+eX9eYLs14
0eocVTf+fkXQBIyAP4x6LD/fWm7AUSNTDPsSzeMtuwgdzd4vRtbyCvT8UIW1
3LCqwqvnl4h4wp0jevxSueUc9Yt+vrU4qBre8CcwHSQCH10xRgdzwLn6r9P7
4gqZ+er1FV154yPqpvsbreW1nB8Bb3gNKp1Hj7aF3sx9e42bxzegM+O1vBSM
GPfFbe5oX5LJ/zxrkawWv+/67flbxC55+nvfM/4oj71wxZH3r+Xn35fQpOdM
guvPmzJ/3H731G8DxGfvYqiea+0QyMci/LsJ3y4JrP5I4PPvO10jpon6kwcg
wydA6F3aWVREOV80BkOZe/Q4GFZ0+ShiU5sw+ILe55DGjgKbdddUnGuOAWUp
66WyU/QufcGrRKwUgYItExeJwA+INrcGQ05quXIO2hnBZWgJ/ZESXPRhjypt
kiVRzTi7UQmWtjKSdI9LliLsvTPrkm0wgwlFN5WDF3cDVsxFMhRWWzDnt+YI
Z5ylKaeZqwcAh5iwbard2UgbV6jyFX8Mlz7l4oth5LjusWaDhCs6297xgTfh
esiluMW6OpVR15QrFqqMRjlFB07S1viRfFruWzxOs7imwWWWUWZoQx14HtGh
NMFRlZfspkBxaZJEh2aY6fqJCx+G7LnmkROnzSxOvfhmHCuYsT+mhK45J1+e
MRBzIh02A7gR4CNzNw9hwsReci4ODSMlw74ALar7MEj7jKpNrCv4IeoFDx+v
uADXJ7SxnYLSI75Sxjn5M2o946Kh9RqLAs5mUVsRbjLuWVR6fTNkKeIoOL90
i5lqZci1POodmS5LYRyVkMeoNl/H/YVxRQ7wFiYi7y1ier5OWvuojDZKZ7ny
zV1h9ljE3h9Qzj8I2iJhAHjKeKCMQf4M2daUJNjNgdgR1bCMan7PuAjjunY0
QdeaNpfPadKhmiI6NuevJq6Yi3HAYwXiURd8aSVS7Pqro63h+nGf6J0iGJ18
gzWEvgpLkBcnqGWoHxcuc7J6iPc47jd1JzWB7rmkrpMrzoNdJlgFK5e4LSU9
s0e4l0DHh0+GOmqcjhO4bCZQJyUF7pqzyvkIXRn3hoIs2R6Cy27uFs9dH5ik
q00ypeNqD63wZDQCBOYOxw3Pi4r04IUMOQlLHI99jJiFIe8ZYx0VaSRlD5oN
qnK9VG4q7t1JXRvGig41d++LXtD5LIL2WYTNOIvAdt7jPwvfY9SWukf2nXur
HYEk0kwSMAY8Mo3MtXBMZ2gaRe2KkyNtIam+mEdPT5bTqR+MYSByFnxkqDF+
JkXAHIadOzIkzYXVqzAQZzGoagOTAJEGTmrMm7hvn8HdqG9MTnxjwJqQMvZS
JTmJW+DOoGMzDLy22YA7IKPjqXwF1m8y/kEJT2w/wmo3UHvkpeGgXPjm6xOR
Rq0v8lBLr5ysb7kK9bVR9YBkA0qTFtLjiwnxpCQCIUQkAJPMeYQcOak1HzA9
hikP7FqnRzzVXW0spugjM0ld1pRNHXlAXDPtwIBl1FpbT7Vx2sQByg+6hsdS
JcWlmpOaWtoPPJgcd/LKoWUMVYKX0sfVeWlPRwAvJo49KOXYlbQ4RoB8ZUmL
2ZAqCEkHLlOOMg06duOpHNRlRGT+8ax3FBLzPnGtGXfEHQFnk32M3IiHvQ2w
iAnqjIpDNfZyt75qY7q/Mm5OJCClIuQbXo8OZlK+xI2PXNQp1j2tPxWm+apr
bqVObinClbQsM2+s6C7xjEfdcSLG99VaeGtF/FxBlIoHF/KAnFeQXhTWdUfZ
p3sS1y4lR8XjQt379JBvtHoY6XZ4O/ivRU64zq7QRDlUReB0jKtCnWZIa1ml
TMerFNckFB8hQe0OOSrSxc9DU8fW/JvLLv5AGo9OWPgzaDYrCQvXi0OR5Cfu
w+xHb4TkBXFBUWoed2aCAHZkyj2x2IrLTYI7c8OPlIQHjvRHzRzaGLGWBih7
b9/RUdn4VJMaTszGzQ+Oj9iDJQjegQXEgtPcNOIhkOWvB9AH82vp4sqPpHiL
10mIHQ424VRyKpRi9sB8VN4T7Wo7dHiWpb1QekA9RQ1+0oni8jHUU0dgRrQc
Dga5zwiCIMzjbJuGTycFnqDVxCeUuZB6sERmiEBoEaGpytFGYW8yuRK+ax67
9f15NC7HMWkr3yxfCYkaXRGBXuka1kFFGdxJqzd1w0kvjmiOoBW0AWv01anJ
m8N94HdM46NyDnVzVJEvoTt1PFh248Y0rmgKHafNDJ/RwLZCUjGd7wziYhHr
QyB/w6j54hCK15hadAAK40DEeA6MieaHErbpdOnP/+BaWawgrQ/hyAvSes6d
TQpsx+tKq2xdYO2bPR45b4Ojc0yEeS393L8Xpnj1+obPRSBYjH3yUsrUpIoe
sZT6cESUs4mp/OLdy8vf/Po3/yTvfepd+GVqid+TWxmfkeD6grHx0SGVb6OT
e6+ik3v53uhcX+4iLpvB2zhMdELw6SKH5FAnE5+MaulMDHLJQjwg7YZc+IfK
EQgCwWNbsuzzjZHWCjhq1Pok4ZKbghydG3VIitKMDhzea3KXNyCfJhRU37Ab
dZmUg0icTL85CRxo51zZCCFXgmljapBYx5+9MHPffKI3nBIQ16Wyw0R3UvUH
QxqRhiKZoqN0KtgLigEjgCE5HzltSUat8vpmfnNFQ9y8+5N6ZxDMc/sLF/nc
Ek70we3fmbKc/6HGHfr23bW7Dz6O7lvm6usmkwRY0Fxv/Skz/KDOt02WPAo0
hk26DE63UNn/MIWh3zD0h4u4jE/lAofnhpwTHoQRQn8Si5RjBA9fuUz9uGBz
ZI/9JX/wmeuQPnhEUvwGdzSNHFI/l6nS8R3RTPG7UCA+7CsK6iLnzUa9UKFH
KT2+zAPAz2zirDwO2RSWATFqwXNor+OWl+E47rCp45MF3JndTOkXeI64l0BJ
YdsjlyRECiDL5Oe4Ydz5x3Tad1SGzpkKE5/Uws4srzBaElXAklojyeEGDELk
Yic4wMTO51t+uWQ4/vKtI8D7jhuIo+Uf4/Iki7T47yii8bfSzMwD1H/4aCp2
T0JL77i80R0wDBT8ToJ0HQ4djs8XiZx01Im7oaxDExHoK6mehdhPZ1TT3EmZ
ITXOUMEzguFcMyyHaqAT9Prm5sVl0tTgu1rYxE2eqeM8pjgWxfil6L3+JSYP
2u4q1FLFhCe1OsqP0eA+iugV/f8C1EZ0sEczwGXFFIbXClSkJUYIY31i4xRV
HJ2I2A50ZhlxtqPus1T4sKaRq+CptLsquq7xmRUgHgK4Disi5G9kf/4ERhVI
7nCHt8S8fbDHHO0HIISiNndLlN8TVOA5xgq+wpwbK1kEZpJNOYut0vM0BsIM
eiiXxEPvp1VXxWe80clI1M7iSJ5phvFhNqVvyebyXHRBC99Pj28KZ530CDcJ
L/Cyjfwme//a7AUupSobWYuSdK7vS4kMKIuR1OMYOsDm2KXXGZUV5QJ/VGEd
BNT4EyKoNdMvX5ywd6ZkLwtLWOBGf8gU1iL4ZfBvqT28cSmqy9QJlR2XqxMn
q4XjS3SKo3C8odPj++OEcqpVCJycs9LsMeSHcEC9JR1BIiIF3OidlbmoisR6
TuqKZX3EIy62ZPfdibrXYGmabqFu/P8lgdAA3O6S1NyRL5+6/VyTyq3En+i9
X076UCBSBZ3/sG8CXsiOGPXo4z5dIKrFgXka1VBywKltbJMhIEOalqNHjs/W
KKL8p09UrsxoGxF8IYjWJABtlCOWfHCi1Z5FBjYREuraAWbEZDqORE40S8/4
dDQ+G4m5921X7HR2D/O2fJF494+ugD4uUua6BDD8GMtNGsZnfC5ALae8CbyE
R50mAiyxIWXksCwxpkNp9C2WT8YFBKx35IQPWsrbwZ1IacaaNYBE0wdAUNiT
Wny9XsNlVxfgqxxlmxZpUUicAKBOfl6MgPs036ioQ4QmL9wZXK2f+VETgHoT
BbnJFjlsoYW3pProevl6Ob2deGVCDzFeVTfhEFqYFN7rWMQlCCDCbx1agYv6
FjbqEjxsdeWG4veAa0A1kem81DLzjStx7Q04MHdYz1MP1Qql6LdP1hB/mCcy
U13z2T7LvCtAFl7SGZNEw2/AWmt1NdQr3UkGDbPTioueqS72fwHYY3v+9GsA
AA==

-->

</rfc>
