<?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.35 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-rehfeld-bot-service-index-00" category="info" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="Bot Service Index">Bot Service Index (BSI): A Global Discovery Infrastructure for Autonomous Agent Services</title>
    <seriesInfo name="Internet-Draft" value="draft-rehfeld-bot-service-index-00"/>
    <author initials="C." surname="Rehfeld" fullname="Carsten Rehfeld">
      <organization/>
      <address>
        <email>carsten@botstandards.org</email>
      </address>
    </author>
    <date year="2026" month="April" day="23"/>
    <abstract>
      <?line 87?>

<t>The internet was designed for human actors. Its discovery infrastructure —
search engines, directories, and hyperlinked documents — assumes a human
reading and navigating. Autonomous agents (bots) operating on the internet
today face a structural gap: there is no machine-native, globally accessible
index of services they can consume.</t>
      <t>This document proposes the <strong>Bot Service Index (BSI)</strong>: a HATEOAS-based,
globally accessible, commercially sustainable service discovery infrastructure
designed for autonomous agents as its primary consumers. The BSI provides a
central, always-up-to-date, searchable index of machine-consumable API
services, together with a structured three-dimensional trust model that allows
consuming agents to apply their own trust policies against verifiable metadata.</t>
    </abstract>
  </front>
  <middle>
    <?line 181?>

<section anchor="introduction">
      <name>1. Introduction</name>
      <section anchor="the-bot-ecosystem-gap">
        <name>1.1. The Bot Ecosystem Gap</name>
        <t>The internet's foundational infrastructure — HTTP, HTML, DNS, and search
engines — was designed with human actors as the primary consumers. Web pages
render visual layouts for human eyes. CAPTCHA systems explicitly discriminate
against non-human access. Discovery mechanisms such as search engines index
content for human-readable navigation.</t>
        <t>Autonomous agents — software programs that independently execute tasks,
consume APIs, and interact with external services without per-action human
instruction — are not recognized as legitimate, first-class internet
participants in this architecture. They are systematically treated as threats
to be filtered, blocked, or rate-limited.</t>
        <t>This situation is changing. The rapid growth of large language model-based
agents, robotic process automation, and programmatic service consumers means
that non-human actors now represent a significant and growing proportion of
internet traffic. As this proportion increases, internet service providers
will increasingly need to serve autonomous agents as a recognized user class
alongside humans.</t>
        <t>The Bot Service Index is premised on this trajectory: bots are becoming
first-class internet participants, and the infrastructure to support them —
starting with service discovery — does not yet exist.</t>
        <section anchor="motivation-a-concrete-origin">
          <name>1.1.1. Motivation: A Concrete Origin</name>
          <t>The Bot Service Index was not conceived in the abstract. It emerged from a
concrete practical failure.</t>
          <t>A buying bot was built for a private use case: monitoring online shops for
a specific product and purchasing it automatically the moment it became
available. This is a straightforward task for an autonomous agent — exactly
the kind of task agents are well-suited for.</t>
          <t>The bot failed, not because the task was technically complex, but because
the internet's infrastructure is actively hostile to it:</t>
          <t><strong>HTML-only product pages.</strong> Product availability, price, and purchase state
were encoded in HTML rendered for a human eye. No machine-readable API
existed. The bot had to parse HTML — fragile, maintenance-intensive, and
broken by every redesign.</t>
          <t><strong>Cloudflare Bot Management and equivalent shields.</strong> The majority of
commercial web services now sit behind bot mitigation infrastructure. Cloudflare
Bot Management, and equivalent products from Akamai, Imperva, and others,
are deployed specifically to detect and block non-human request patterns.
Repeated automated requests — even at modest frequency — trigger rate
limiting, CAPTCHA challenges, or silent blocking. A buying bot that polls
a product page to detect availability is treated identically to a malicious
scraper or a DDoS participant.</t>
          <t><strong>CAPTCHA payment barriers.</strong> Even when product pages were reachable, payment
flows required solving CAPTCHAs that explicitly excluded non-human actors.
The purchasing step — the final, necessary action — was deliberately made
inaccessible to the bot.</t>
          <t><strong>Proxy network pollution.</strong> To work around rate limits and bot detection,
the bot required a rotating proxy network — different IP addresses on each
request to disguise its automated origin. This is not a solution: it
pollutes internet traffic with avoidable requests, raises the cost of
operation, and contributes directly to the adversarial dynamic between
bots and infrastructure operators. Every proxy request is a wasted roundtrip
that a machine-readable API endpoint would have made unnecessary.</t>
          <t><strong>Polling as the only state-change mechanism.</strong> Because the bot had no way
to subscribe to product availability events, it had to poll the product page
continuously. This is architecturally wasteful: the bot consumes server
resources and network bandwidth to repeatedly ask a question whose answer
has not changed. If the service had provided a notification registration
endpoint — a webhook, a server-sent event stream, or a WebSocket channel —
the bot could subscribe once and receive a push notification when the product
became available. No polling. No proxy network. No CAPTCHA exposure.</t>
          <t>These are not edge cases. They are the standard experience for any autonomous
agent attempting to consume a commercial internet service today. The buying
bot illustrates why the Bot Service Index is necessary: not as an academic
exercise, but as the infrastructure layer that makes autonomous agents
functional participants in the commercial internet.</t>
        </section>
        <section anchor="the-discovery-problem">
          <name>1.2. The Discovery Problem</name>
          <t>When an autonomous agent must fulfill a task that requires an external
service, it faces a fundamental discovery problem: how does it find services
that can fulfill its requirement?</t>
          <t>Current approaches are inadequate:</t>
          <ul spacing="normal">
            <li>
              <t><strong>Hardcoded URLs</strong>: brittle, require human maintenance, do not adapt to
new or changed services.</t>
            </li>
            <li>
              <t><strong>LLM training data</strong>: stale, non-authoritative, not machine-verifiable.</t>
            </li>
            <li>
              <t><strong>Human-curated lists</strong>: do not scale, not machine-navigable, lack
structured metadata.</t>
            </li>
            <li>
              <t><strong>Web search</strong>: returns HTML documents designed for humans, not structured
service descriptions for agents.</t>
            </li>
          </ul>
          <t>What is needed is a machine-native equivalent of a search engine: a global,
always-current, structured index of services that autonomous agents can query
by capability, trust level, liveness, and other machine-relevant criteria.</t>
        </section>
        <section anchor="lessons-from-prior-art">
          <name>1.3. Lessons from Prior Art</name>
          <t>The BSI is not the first attempt at a global service registry. Prior efforts
must be understood explicitly so that their failure modes are not repeated.</t>
          <t><strong>UDDI (Universal Description, Discovery and Integration)</strong><br/>
UDDI was a SOAP-era standard for a global service registry with the same
conceptual goal as BSI, published as an OASIS Committee Draft in October
2004 (editors: Clement, Hately, von Riegen, Rogers). It failed for three
reasons: (1) extreme complexity of the XML-based data model; (2) no
automatic verification — all data was self-asserted with no crawling or
validation; (3) no adoption incentive — there was no commercial model to
sustain registration or discovery. BSI addresses all three directly: a
simple JSON manifest, automated spider verification, and a commercial tier
model.</t>
          <t><strong>robots.txt (Robots Exclusion Protocol)</strong><br/>
Machine-readable, but concerned with <em>exclusion</em> — telling crawlers what not
to access — not with <em>discovery</em> of capabilities. Per-domain only. Not a
registry.</t>
          <t><strong>MCP (Model Context Protocol)</strong><br/>
Defines tool and capability descriptions for LLM-based agents. Excellent
for consumption once a server URL is known. Does not address the discovery
problem: there is no index of MCP servers. BSI is complementary to MCP —
it can index MCP servers as one supported spec type.</t>
          <t><strong>Well-Known URIs (RFC 8615)</strong><br/>
Per-domain machine-readable metadata at <tt>/.well-known/</tt>. Useful for
per-service metadata but requires the consumer to already know the domain.
No cross-service search or global index.</t>
          <t><strong>DNS</strong><br/>
DNS resolves names to addresses but carries no capability semantics. It is
an architectural analogy for BSI's federation model, not a comparable system.</t>
        </section>
        <section anchor="related-ietf-and-w3c-work">
          <name>1.4. Related IETF and W3C Work</name>
          <t>As of April 2026, the number of Internet-Drafts working in adjacent areas
of agent/bot infrastructure has grown significantly. None addresses the same
problem as BSI. This section documents each and states the relationship
explicitly.</t>
          <t><strong>draft-pioli-agent-discovery (ARDP — Agent Registration and Discovery Protocol)</strong><br/>
Proposes a federated agent registration and discovery protocol. Agents
self-register capabilities (MCP, A2A, HTTP, gRPC) with federated resolvers.
Deliberately decentralised — no global registry mandate, no central query
URL. Relationship to BSI: complementary. ARDP addresses agent-to-agent
capability advertisement within a federation. BSI addresses global,
cross-organisation service discovery from a neutral central index. The BSM
<tt>spec.type</tt> vocabulary could reference ARDP-registered agents as a future
extension.</t>
          <t><strong>draft-narajala-courtney-ansv2 (ANS v2 — Agent Name Service v2)</strong><br/>
Full title: "Agent Name Service v2 (ANS): A Domain-Anchored Trust Layer
for Autonomous AI Agent Identity" (Courtney, Narajala, Huang, Habler,
Sheriff; last revised April 2026). Anchors autonomous agent identities to
DNS domain names, with Registration Authority verification via ACME, dual
certificates, and an append-only Transparency Log compliant with IETF SCITT
standards. Defines three verification tiers: Bronze (PKI), Silver (PKI +
DANE), and Gold (PKI + DANE + Transparency Log). Focused on agent identity
and trust anchoring, not service capability discovery — there is no global
index, no capability search, and no liveness model. Relationship to BSI:
complementary. ANS v2 could serve as an identity and trust anchoring layer
for service operators registered in the BSI, with BSI Organisation levels
potentially mapping to ANS verification tiers in a future alignment.
(Supersedes the expired draft-narajala-ans-00.)</t>
          <t><strong>draft-vandemeent-ains-discovery (AINS — AInternet Name Service)</strong><br/>
Agent discovery and trust resolution via signed, append-only replication
logs. Supports multi-registry federation. No central authority. No
commercial sustainability model. Relationship to BSI: different philosophy.
AINS prioritises decentralisation and cryptographic verifiability. BSI
prioritises a single authoritative global index with a governed trust model.
The two approaches represent a genuine design tension that this document's
Open Questions section (Section 12, item 8) invites community input on.</t>
          <t><strong>draft-aiendpoint-ai-discovery (AI Discovery Endpoint)</strong><br/>
Defines <tt>/.well-known/ai</tt> as a per-host machine-readable capability
document, analogous to <tt>robots.txt</tt> for agent consumers. Per-domain only;
not a global index. Relationship to BSI: directly complementary. The BSI
Spider SHOULD read <tt>/.well-known/ai</tt> when present on a registered service's
domain as an additional source of capability metadata. Service Owners
publishing <tt>/.well-known/ai</tt> documents reduce the Spider's verification
burden.</t>
          <t><strong>draft-batum-aidre (AIDRE — AI Discovery and Retrieval Endpoint)</strong><br/>
Defines <tt>/.well-known/ai-discovery</tt> as a per-origin discovery document
exposing collections, metadata, and optional vector-native query interfaces.
Decentralised by design — each origin publishes its own endpoint; no
central authority aggregates them. Relationship to BSI: complementary.
AIDRE and the AI Discovery Endpoint draft (above) both address per-origin
machine-readable capability publication. The BSI Spider SHOULD treat
<tt>/.well-known/ai-discovery</tt> as an additional metadata source when present
on a registered service's domain. BSI provides the global aggregation and
trust verification layer that per-origin endpoints cannot provide alone.</t>
          <t><strong>draft-cui-ai-agent-discovery-invocation (AI Agent Discovery and Invocation Protocol)</strong><br/>
(Cui, Chao, Du — Tsinghua University / Zhongguancun Laboratory, February
2026.) Specifies a metadata format for agent capabilities and a
registry-based discovery and invocation mechanism. Explicitly permits
multiple coexisting registries; no global authority is defined. No
trust model, no commercial sustainability layer, no liveness verification.
Relationship to BSI: partially overlapping problem space, different
architectural philosophy. Where this draft describes how agents register
with and query a registry, BSI specifies what a globally authoritative,
commercially sustainable, trust-verified registry looks like and how it
is governed. The two are not mutually exclusive; a BSI-registered service
could also self-register with local registries described by this protocol.</t>
          <t><strong>draft-am-layered-ai-discovery-architecture (A Layered Approach to AI Discovery)</strong><br/>
(Moussa, Akhavain — Huawei Canada, March 2026.) Proposes a two-layer
architecture separating the discovery transport mechanism from the metadata
format for the object being discovered. Delegates security and trust to
other groups. No global registry, no funding model. Relationship to BSI:
architectural framing only. BSI's HATEOAS model is consistent with this
layered framing — the Index API provides the transport layer, the BSM
provides the discovery object format.</t>
          <t><strong>draft-hood-agtp-discovery (AGTP Agent Discovery and Name Service)</strong><br/>
(Hood — Nomotic, March 2026.) A governance-focused, zone-constrained
discovery broker tied to a specific agent protocol (AGTP). Returns ranked
agent manifests within trust-gated zones. Multiple independent ANS instances
per organisation; optional federation between trusted peers. Relationship
to BSI: different scope. AGTP addresses intra-organisation, permission-aware
agent orchestration. BSI addresses cross-organisation, open, global
service discovery.</t>
          <t><strong>draft-mozley-aidiscovery (AI Agent Discovery Problem Statement)</strong><br/>
(Mozley, Williams — Infoblox; Sarikaya; Schott — Deutsche Telekom, April
2026.) A problem statement that explicitly argues against centralised
discovery directories, citing organisational autonomy requirements. Proposes
distributed discovery via well-known entry points per organisation.
Relationship to BSI: this draft articulates the strongest counter-position
to BSI's architecture. The argument from autonomy is valid for intra-
organisation agent discovery but does not address the cross-organisation
case: an autonomous agent that needs to discover payment, logistics, or
data services provided by unknown third parties cannot rely on a
decentralised model without a trust anchor. BSI is designed precisely for
that cross-boundary, zero-prior-relationship discovery scenario.</t>
          <t><strong>draft-mozleywilliams-dnsop-dnsaid (DNS for AI Discovery)</strong><br/>
(Mozley, Williams — Infoblox; Sarikaya; Schott — Deutsche Telekom, March
2026.) Proposes DNS-AID: using SVCB records under a leaf zone convention
(e.g. <tt>_agents.example.com</tt>) to publish agent service endpoints. Leverages
existing DNS infrastructure with DNSSEC for integrity. Supports four
discovery models: direct, index-based, multi-domain, and registry-based.
Relationship to BSI: complementary at the infrastructure layer. DNS
provides routing and namespace anchoring; BSI provides capability search,
trust metadata, and liveness verification. A consuming agent could use
DNS-AID to resolve a known domain's agent endpoints and use BSI to discover
unknown providers by capability.</t>
          <t><strong>draft-meunier-webbotauth-registry (Registry and Signature Agent card for Web bot auth)</strong><br/>
Authored by Maxime Guerreiro (Cloudflare), Ulas Kirazci (Amazon), and
Thibault Meunier (Cloudflare). Defines a JSON-based "Signature Agent Card"
format for entities originating or forwarding signed HTTP requests to
advertise metadata about themselves, and establishes an IANA registry for
Signature Agent Card parameters. Focused on bot authentication — how a bot
proves who it is to a service — not on service discovery. Related to the
active <strong>webbotauth IETF Working Group</strong> (chaired by David Schinazi and
Rifaat Shekh-Yusef, Area Director Mike Bishop), which is currently the
most active formal IETF effort in the bot/agent infrastructure space.
Relationship to BSI: orthogonal but complementary. webbotauth addresses
bot consumer identity; BSI addresses service provider discovery. A future
version of BSI may reference webbotauth identity cards as a mechanism for
consuming agents to authenticate to the Index API.</t>
          <t><strong>W3C AI Agent Protocol Community Group</strong><br/>
Proposed May 2025, targeting agent interoperability protocols. 216
participants as of April 2026. Pre-specification as of this writing.
Relationship to BSI: BSI will monitor this group's outputs and align the
BSM capability taxonomy with any vocabulary standardised by the W3C CG
where applicable.</t>
          <t><strong>Positioning</strong><br/>
The agent/bot infrastructure space has grown rapidly in early 2026, with
over a dozen active Internet-Drafts addressing adjacent problems. The
dominant architectural tendency across these drafts is decentralised and
federated — distributed registries, DNS-anchored discovery, per-origin
well-known endpoints, and zone-based governance.</t>
          <t>BSI takes a deliberate counter-position for a specific use case: global,
cross-organisation, zero-prior-relationship service discovery. This use
case cannot be solved by decentralised architectures alone, because
decentralisation requires that the discovering agent already knows where
to look. BSI provides the answer to "where to look" — a single stable
entry point, commercially operated by a neutral foundation, with verified
trust metadata and structured capability search.</t>
          <t>BSI remains the first and only proposed global, bot-native, commercially
sustainable service discovery index with a structured multi-dimensional
trust model, where the autonomous agent is the primary consumer. The
combination of: (1) a single globally queryable central index, (2)
capability-based search, (3) a three-dimensional verifiable trust model,
and (4) a commercial sustainability layer — does not appear in any other
current draft or standard.</t>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8615">
          <front>
            <title>Well-Known Uniform Resource Identifiers (URIs)</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes.</t>
              <t>In doing so, it obsoletes RFC 5785 and updates the URI schemes defined in RFC 7230 to reserve that space. It also updates RFC 7595 to track URI schemes that support well-known URIs in their registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8615"/>
          <seriesInfo name="DOI" value="10.17487/RFC8615"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="OPENAPI" target="https://spec.openapis.org/oas/v3.1.0">
          <front>
            <title>OpenAPI Specification 3.1.0</title>
            <author>
              <organization>OpenAPI Initiative</organization>
            </author>
            <date year="2021" month="February" day="15"/>
          </front>
        </reference>
        <reference anchor="MCP" target="https://modelcontextprotocol.io">
          <front>
            <title>Model Context Protocol</title>
            <author>
              <organization>Anthropic</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ASYNCAPI" target="https://www.asyncapi.com/docs/reference/specification/v3.0.0">
          <front>
            <title>AsyncAPI Specification 3.0.0</title>
            <author>
              <organization>AsyncAPI Initiative</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="UDDI" target="https://www.oasis-open.org/committees/uddi-spec/doc/spec/v3/uddi-v3.0.2-20041019.htm">
          <front>
            <title>UDDI Version 3.0.2</title>
            <author initials="L." surname="Clement">
              <organization/>
            </author>
            <author initials="A." surname="Hately">
              <organization/>
            </author>
            <author initials="C." surname="von Riegen">
              <organization/>
            </author>
            <author initials="T." surname="Rogers">
              <organization/>
            </author>
            <date year="2004" month="October" day="19"/>
          </front>
          <seriesInfo name="OASIS Committee Draft" value="uddi-v3.0.2-20041019"/>
        </reference>
        <reference anchor="ROBOTS" target="https://www.robotstxt.org/">
          <front>
            <title>The Web Robots Pages</title>
            <author initials="M." surname="Koster">
              <organization/>
            </author>
            <date year="1994"/>
          </front>
        </reference>
        <reference anchor="I-D.pioli-agent-discovery">
          <front>
            <title>Agent Registration and Discovery Protocol (ARDP)</title>
            <author fullname="Roberto Pioli" initials="R." surname="Pioli">
              <organization>Independent</organization>
            </author>
            <date day="24" month="February" year="2026"/>
            <abstract>
              <t>   This document specifies the Agent Registration and Discovery Protocol
   (ARDP), a lightweight protocol for registering, discovering, and
   reaching autonomous software agents in distributed and federated
   environments.  ARDP provides stable agent identities, dynamic
   endpoint resolution, capability advertisement (including protocol
   selection among MCP, A2A, HTTP, and gRPC), minimal presence
   signaling, and a security-first discovery control plane.  ARDP is
   transport-agnostic and complementary to existing agent interaction
   protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-pioli-agent-discovery-01"/>
        </reference>
        <reference anchor="I-D.narajala-courtney-ansv2">
          <front>
            <title>Agent Name Service v2 (ANS): A Domain-Anchored Trust Layer for Autonomous AI Agent Identity</title>
            <author fullname="Scott Courtney" initials="S." surname="Courtney">
              <organization>GoDaddy</organization>
            </author>
            <author fullname="Vineeth Sai Narajala" initials="V. S." surname="Narajala">
              <organization>OWASP</organization>
            </author>
            <author fullname="Ken Huang" initials="K." surname="Huang">
              <organization>DistributedApps.ai</organization>
            </author>
            <author fullname="Idan Habler" initials="I." surname="Habler">
              <organization>OWASP</organization>
            </author>
            <author fullname="Akram Sheriff" initials="A." surname="Sheriff">
              <organization>Cisco Systems</organization>
            </author>
            <date day="13" month="April" year="2026"/>
            <abstract>
              <t>   Autonomous AI agents execute transactions across organizational
   boundaries.  No single agent platform provides the trust
   infrastructure they need.  This document defines the Agent Name
   Service (ANS) v2 protocol, which anchors every agent identity to a
   DNS domain name.  A Registration Authority (RA) verifies domain
   ownership via ACME, issues dual certificates (a Server Certificate
   from a public CA and an Identity Certificate from a private CA
   binding a version-specific ANSName), and seals every lifecycle event
   into an append-only Transparency Log aligned with IETF SCITT.  Three
   verification tiers -- Bronze (PKI), Silver (PKI + DANE), and Gold
   (PKI + DANE + Transparency Log) -- let clients choose assurance
   levels appropriate to transaction risk.  The architecture decouples
   identity from discovery: the RA publishes sealed events; independent
   Discovery Services build competitive indexes.  A three-layer trust
   framework separates foundational identity (Layer 1, this protocol),
   operational maturity (Layer 2, third-party attestors), and behavioral
   reputation (Layer 3, real-time scoring).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-narajala-courtney-ansv2-01"/>
        </reference>
        <reference anchor="I-D.vandemeent-ains-discovery">
          <front>
            <title>AINS: AInternet Name Service - Agent Discovery and Trust Resolution Protocol</title>
            <author fullname="Jasper van de Meent" initials="J." surname="van de Meent">
              <organization>Humotica</organization>
            </author>
            <author fullname="Root AI" initials="R." surname="AI">
              <organization>Humotica</organization>
            </author>
            <date day="29" month="March" year="2026"/>
            <abstract>
              <t>   This document specifies AINS (AInternet Name Service), a protocol for
   discovery, identification, and trust resolution of autonomous agents
   (AI agents, devices, humans, and services) in heterogeneous networks.
   AINS defines a transport-independent logical namespace for agents, a
   structured record format combining identity, capabilities, and
   cryptographic trust metadata, and a resolution protocol based on
   HTTPS.  Unlike the Domain Name System (DNS), which maps names to
   network addresses, AINS maps agent identifiers to rich metadata
   objects that include capabilities, trust scores, endpoint
   information, and references to companion provenance protocols.  AINS
   federates through signed append-only replication logs, enabling
   multi-registry deployments without central authority while preserving
   auditability.  This specification is designed to complement TIBET
   [TIBET], JIS [JIS], UPIP [UPIP], and RVP [RVP].

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-vandemeent-ains-discovery-01"/>
        </reference>
        <reference anchor="I-D.aiendpoint-ai-discovery" target="https://datatracker.ietf.org/doc/draft-aiendpoint-ai-discovery/">
          <front>
            <title>The AI Discovery Endpoint: A Structured Mechanism for AI Agent Service Discovery and Capability Exposure</title>
            <author initials="Y." surname="Choi" fullname="Yeongjae Choi">
              <organization>AIEndpoint</organization>
            </author>
            <date year="2026" month="March"/>
          </front>
        </reference>
        <reference anchor="I-D.meunier-webbotauth-registry">
          <front>
            <title>Registry and Signature Agent card for Web bot auth</title>
            <author fullname="Maxime Guerreiro" initials="M." surname="Guerreiro">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Ulas Kirazci" initials="U." surname="Kirazci">
              <organization>Amazon</organization>
            </author>
            <author fullname="Thibault Meunier" initials="T." surname="Meunier">
              <organization>Cloudflare</organization>
            </author>
            <date day="20" month="October" year="2025"/>
            <abstract>
              <t>   This document describes a JSON based format for clients using
   [DIRECTORY] to advertise information about themselves.

   This document describes a JSON-based "Signature Agent Card" format
   for signature agent using [DIRECTORY] to advertise metadata about
   themselve.  This includes identity, purpose, rate expectations, and
   cryptographic keys.  It also establishes an IANA registry for
   Signature Agent Card parameters, enabling extensible and
   interoperable discovery of agent information.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-meunier-webbotauth-registry-01"/>
        </reference>
        <reference anchor="I-D.cui-ai-agent-discovery-invocation">
          <front>
            <title>AI Agent Discovery and Invocation Protocol</title>
            <author fullname="Yong Cui" initials="Y." surname="Cui">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Yihan Chao" initials="Y." surname="Chao">
              <organization>Zhongguancun Laboratory</organization>
            </author>
            <author fullname="Chenguang Du" initials="C." surname="Du">
              <organization>Zhongguancun Laboratory</organization>
            </author>
            <date day="12" month="February" year="2026"/>
            <abstract>
              <t>   This document proposes a standardized protocol for discovery and
   invocation of AI agents.  It defines a common metadata format for
   describing AI agents (including capabilities, I/O specifications,
   supported languages, tags, authentication methods, etc.), a
   capability-based discovery mechanism, and a unified RESTful
   invocation interface.

   This revision additionally specifies an optional extension that
   enables intent-based agent selection prior to discovery and
   invocation, without changing existing discovery or invocation
   semantics.

   The goal is to enable cross-platform interoperability among AI agents
   by providing a discover-and-match mechanism and a unified invocation
   entry point.  Security considerations, including authentication and
   trust measures, are also discussed.  This specification aims to
   facilitate the formation of multi-agent systems by making it easy to
   find the right agent for a task and invoke it in a consistent manner
   across different vendors and platforms.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-cui-ai-agent-discovery-invocation-01"/>
        </reference>
        <reference anchor="I-D.am-layered-ai-discovery-architecture">
          <front>
            <title>A Layered Approach to AI discovery</title>
            <author fullname="Hesham Moussa" initials="H." surname="Moussa">
              <organization>Huawei Canada</organization>
            </author>
            <author fullname="Arashmid Akhavain" initials="A." surname="Akhavain">
              <organization>Huawei Canada</organization>
            </author>
            <date day="14" month="March" year="2026"/>
            <abstract>
              <t>   This document proposes a layered approach to standardization of AI
   discovery in AI ecosystems within the IETF.  It recommends separating
   the standardization of general discovery vehicles from the AI objects
   to be discovered.  AI objects include agents, models, data, tasks,
   among others.  While the topic of discovery in the realm of AI has
   focused on discovering agents, the concept can be extended by the
   layered architecture proposed here, allowing for a clarified design
   scope, reduced charter ambiguity, and alignment with IETF layering
   principles.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-am-layered-ai-discovery-architecture-00"/>
        </reference>
        <reference anchor="I-D.hood-agtp-discovery">
          <front>
            <title>AGTP Agent Discovery and Name Service</title>
            <author fullname="Chris Hood" initials="C." surname="Hood">
              <organization>Nomotic, Inc.</organization>
            </author>
            <date day="23" month="March" year="2026"/>
            <abstract>
              <t>   The Agent Transfer Protocol (AGTP) enables agents to communicate once
   they know each other's canonical identifiers.  It does not define how
   agents find each other.  This document specifies the AGTP Agent
   Discovery and Name Service (ANS): a protocol for dynamic agent
   discovery using the AGTP DISCOVER method and a governed Agent Name
   Service that returns ranked sets of Agent Manifest Documents matching
   a discovery query.  ANS servers act as Scope-Enforcement Points for
   discovery queries and enforce behavioral trust score thresholds,
   trust tier requirements, and governance zone constraints.  This
   document also defines the DISCOVER method, the Discovery Query
   language, and the Agent Name Service registration and lookup
   protocol.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-hood-agtp-discovery-00"/>
        </reference>
        <reference anchor="I-D.mozleywilliams-dnsop-dnsaid">
          <front>
            <title>DNS for AI Discovery</title>
            <author fullname="Jim Mozley" initials="J." surname="Mozley">
              <organization>Infoblox, Inc.</organization>
            </author>
            <author fullname="Nic Williams" initials="N." surname="Williams">
              <organization>Infoblox, Inc.</organization>
            </author>
            <author fullname="Behcet Sarikaya" initials="B." surname="Sarikaya">
              <organization>Unaffiliated</organization>
            </author>
            <author fullname="Roland Schott" initials="R." surname="Schott">
              <organization>Deutsche Telekom</organization>
            </author>
            <date day="2" month="March" year="2026"/>
            <abstract>
              <t>   This document specifies a method for utilizing the Domain Name System
   (DNS) to facilitate scalable and interoperable discovery between AI
   agents.  The proposed mechanism, referred to as "DNS AI agent
   Discovery (DNS-AID)", defines a structured DNS namespace and record
   usage model to support metadata exchange and capability
   advertisement.

   This will allow organisations to publish information about their AI
   agents on the Internet or internal networks using a well-known label
   within the organisation's own DNS namespace.  This document does not
   define how the published agent information is accessed or the exact
   structure of that information.  Instead, it specifies a mechanism for
   indicating which access protocol should be used and what format the
   agent information will be provided in.

   This document proposes no change to the structure of DNS messages,
   and no new operation codes, response codes, resource record types, or
   any other new DNS protocol values.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-mozleywilliams-dnsop-dnsaid-01"/>
        </reference>
        <reference anchor="I-D.batum-aidre">
          <front>
            <title>AI Discovery and Retrieval Endpoint (AIDRE)</title>
            <author fullname="Fatih Batum" initials="F." surname="Batum">
         </author>
            <date day="5" month="April" year="2026"/>
            <abstract>
              <t>   This document specifies the AI Discovery and Retrieval Endpoint
   (AIDRE), a protocol for publishing machine-oriented, canonical, and
   semantically retrievable content on the web. AIDRE defines a
   discovery document, collection metadata, retrieval interfaces,
   optional vector-native query support, and content representation
   rules for AI systems.

   AIDRE aims to reduce redundant crawling, parsing, tokenization, and
   embedding of the same origin content while improving freshness,
   provenance, and interoperability for AI systems.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-batum-aidre-00"/>
        </reference>
        <reference anchor="I-D.mozley-aidiscovery">
          <front>
            <title>AI Agent Discovery (AID) Problem Statement</title>
            <author fullname="Jim Mozley" initials="J." surname="Mozley">
              <organization>Infoblox, Inc.</organization>
            </author>
            <author fullname="Nic Williams" initials="N." surname="Williams">
              <organization>Infoblox, Inc.</organization>
            </author>
            <author fullname="Behcet Sarikaya" initials="B." surname="Sarikaya">
              <organization>Unaffiliated</organization>
            </author>
            <author fullname="Roland Schott" initials="R." surname="Schott">
              <organization>Deutsche Telekom</organization>
            </author>
            <date day="16" month="April" year="2026"/>
            <abstract>
              <t>   With the proliferation of AI agents comes a need for mechanisms to
   support agent-to-agent discovery.  This document discusses the scope,
   requirements and considerations to support discovery processes so
   that these are not reliant on manually defined configurations and
   relationships.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-mozley-aidiscovery-01"/>
        </reference>
        <reference anchor="W3C-AGENTPROTOCOL" target="https://www.w3.org/community/agentprotocol/">
          <front>
            <title>W3C AI Agent Protocol Community Group</title>
            <author initials="G." surname="Chang">
              <organization/>
            </author>
            <author initials="S." surname="Xu">
              <organization/>
            </author>
            <date year="2025" month="May" day="08"/>
          </front>
        </reference>
        <reference anchor="WEBBOTAUTH-WG" target="https://datatracker.ietf.org/wg/webbotauth/">
          <front>
            <title>webbotauth IETF Working Group</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 1898?>

<section anchor="iana-considerations">
      <name>13. IANA Considerations</name>
      <t>This document has no IANA actions.</t>
      <section anchor="references">
        <name>14. References</name>
        <section anchor="normative-references">
          <name>14.1. Normative References</name>
          <ul spacing="normal">
            <li>
              <t><strong>RFC 2119</strong> — Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119, March 1997.</t>
            </li>
            <li>
              <t><strong>RFC 8615</strong> — Nottingham, M., "Well-Known Uniform Resource Identifiers
(URIs)", RFC 8615, May 2019.</t>
            </li>
            <li>
              <t><strong>RFC 8446</strong> — Rescorla, E., "The Transport Layer Security (TLS)
Protocol Version 1.3", RFC 8446, August 2018.</t>
            </li>
            <li>
              <t><strong>RFC 9110</strong> — Fielding, R., Nottingham, M., Reschke, J. (Eds.),
"HTTP Semantics", RFC 9110, June 2022.</t>
            </li>
          </ul>
        </section>
        <section anchor="informative-references">
          <name>14.2. Informative References</name>
          <ul spacing="normal">
            <li>
              <t><strong>OpenAPI Specification 3.1</strong> — OpenAPI Initiative,
https://spec.openapis.org/oas/v3.1.0</t>
            </li>
            <li>
              <t><strong>Model Context Protocol</strong> — Anthropic, https://modelcontextprotocol.io</t>
            </li>
            <li>
              <t><strong>AsyncAPI Specification 3.0</strong> — AsyncAPI Initiative,
https://www.asyncapi.com/docs/reference/specification/v3.0.0</t>
            </li>
            <li>
              <t><strong>RFC 8949</strong> — Bormann, C., Hoffman, P., "Concise Binary Object
Representation (CBOR)", RFC 8949, December 2020.</t>
            </li>
            <li>
              <t><strong>Robots Exclusion Protocol</strong> — Koster, M., 1994.
https://www.robotstxt.org/</t>
            </li>
            <li>
              <t><strong>draft-cui-ai-agent-discovery-invocation-01</strong> — Cui, Y. (Tsinghua
University), Chao, Y., Du, C. (Zhongguancun Laboratory), "AI Agent
Discovery and Invocation Protocol", IETF Individual Submission,
February 2026. Expires August 2026.
https://datatracker.ietf.org/doc/draft-cui-ai-agent-discovery-invocation/</t>
            </li>
            <li>
              <t><strong>draft-am-layered-ai-discovery-architecture-00</strong> — Moussa, H.,
Akhavain, A. (Huawei Canada), "A Layered Approach to AI discovery",
IETF Individual Submission, March 2026. Expires September 2026.
https://datatracker.ietf.org/doc/draft-am-layered-ai-discovery-architecture/</t>
            </li>
            <li>
              <t><strong>draft-hood-agtp-discovery-00</strong> — Hood, C. (Nomotic, Inc.), "AGTP
Agent Discovery and Name Service", IETF Individual Submission, March
              </t>
              <ol spacing="normal" type="1"><li>
                  <t>Expires September 2026.
https://datatracker.ietf.org/doc/draft-hood-agtp-discovery/</t>
                </li>
              </ol>
            </li>
            <li>
              <t><strong>draft-mozleywilliams-dnsop-dnsaid-01</strong> — Mozley, J., Williams, N.
(Infoblox), Sarikaya, B. (Unaffiliated), Schott, R. (Deutsche Telekom),
"DNS for AI Discovery", IETF Individual Submission, March 2026.
Expires September 2026.
https://datatracker.ietf.org/doc/draft-mozleywilliams-dnsop-dnsaid/</t>
            </li>
            <li>
              <t><strong>draft-batum-aidre-00</strong> — Batum, F. (Istanbul), "AI Discovery and
Retrieval Endpoint (AIDRE)", IETF Individual Submission, April 2026.
Expires October 2026.
https://datatracker.ietf.org/doc/draft-batum-aidre/</t>
            </li>
            <li>
              <t><strong>draft-mozley-aidiscovery-01</strong> — Mozley, J., Williams, N. (Infoblox),
Sarikaya, B. (Unaffiliated), Schott, R. (Deutsche Telekom), "AI Agent
Discovery (AID) Problem Statement", IETF Individual Submission, April
              </t>
              <ol spacing="normal" type="1"><li>
                  <t>Expires October 2026.
https://datatracker.ietf.org/doc/draft-mozley-aidiscovery/</t>
                </li>
              </ol>
            </li>
            <li>
              <t><strong>draft-pioli-agent-discovery-01</strong> — Pioli, R. (Independent),
"Agent Registration and Discovery Protocol (ARDP)",
IETF Individual Submission, February 2026. Expires August 2026.
https://datatracker.ietf.org/doc/draft-pioli-agent-discovery/</t>
            </li>
            <li>
              <t><strong>draft-narajala-courtney-ansv2-01</strong> — Courtney, S., Narajala, V.S.,
Huang, K., Habler, I., Sheriff, A., "Agent Name Service v2 (ANS):
A Domain-Anchored Trust Layer for Autonomous AI Agent Identity",
IETF Individual Submission, April 2026. Expires October 2026.
Supersedes draft-narajala-ans-00.
https://datatracker.ietf.org/doc/draft-narajala-courtney-ansv2/</t>
            </li>
            <li>
              <t><strong>draft-vandemeent-ains-discovery-01</strong> — van de Meent, J., Root AI
(Humotica), "AINS: AInternet Name Service - Agent Discovery and Trust
Resolution Protocol", IETF Individual Submission, March 2026.
Expires September 2026.
https://datatracker.ietf.org/doc/draft-vandemeent-ains-discovery/</t>
            </li>
            <li>
              <t><strong>draft-aiendpoint-ai-discovery-00</strong> — Choi, Y. (AIEndpoint),
"The AI Discovery Endpoint: A Structured Mechanism for AI Agent Service
Discovery and Capability Exposure", IETF Individual Submission,
March 2026. Expires September 2026.
https://datatracker.ietf.org/doc/draft-aiendpoint-ai-discovery/</t>
            </li>
            <li>
              <t><strong>draft-meunier-webbotauth-registry-01</strong> — Guerreiro, M. (Cloudflare),
Kirazci, U. (Amazon), Meunier, T. (Cloudflare), "Registry and Signature
Agent card for Web bot auth", IETF Individual Submission, October 2025.
Expired April 2026; renewal expected.
https://datatracker.ietf.org/doc/draft-meunier-webbotauth-registry/</t>
            </li>
            <li>
              <t><strong>webbotauth IETF Working Group</strong> — Chairs: Schinazi, D.,
Shekh-Yusef, R. AD: Bishop, M. Active WG.
https://datatracker.ietf.org/wg/webbotauth/</t>
            </li>
            <li>
              <t><strong>W3C AI Agent Protocol Community Group</strong> — Chairs: Chang, G., Xu, S.
Established May 8, 2025. 216 participants as of April 2026.
https://www.w3.org/community/agentprotocol/</t>
            </li>
            <li>
              <t><strong>UDDI Version 3.0.2</strong> — Clement, L., Hately, A., von Riegen, C.,
Rogers, T. OASIS Committee Draft, October 19, 2004.
(Historical reference; see Section 1.3 for analysis of failure modes.)
https://www.oasis-open.org/committees/uddi-spec/doc/spec/v3/uddi-v3.0.2-20041019.htm</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+S9XW8caXYmeB+/IqDGbpF0ZoqkpKoS5XYvi5SquJZEWaS6
3DYaYmRmZDJamRHZEZGkWK0GjMFgrvZiMGN4fbE/Ya8Ge7XYX9O/ZM9zPt6P
yEhK5bZnPdhCd5VERrzxfpz3fJ/nDIfDpC3aRX6UPviuatOLvL4pJnl6Vk7z
j+nOdxdnu0fpcfr9ohpni/S0aCbVTV7f0e9ndda09XrSrus8nVV1erxuq7Ja
VusmPZ7npRureZBk43Gd3/R94kEyydp8XtV3R2lRzqpkWk3KbEnTmdbZrB3W
+fUsX0yH46odNvLisMCLw/39pFmPl0XTFFXZ3q1yDDDNVzn9q2yTcr0c5/VR
MqXhj9LD/cOvh/uPh4ePkklVNnnZrJujdJYtmjyheT1KkmzdXlf0fJoOaRz6
5ckofSsfp5+lqUzqJKubNi+j3+TLrFgcpRP51f9CM23arJxm9bQZVfU8Scqq
XmZtcZNj9LcvTg4PDp7qH799/Phr++PXB0/0j08PDvaPkgT7Eb/57dPH/Ob5
m+evj9+cHfH39fjOaeX0s/RilU+KWUHbSvuSPhodjPb5Mb9A/EMT86+clUVb
8Hf4t27LDob7h8ODJ/KVrJ7n7VF63bar5ujhw4Y+M6pogGxV8DofVlnz8Ma+
9+rkTTS7V9U0X6QndFL5xzZ9U1dtNakW2yZ2XLbXdbUqJr2fXmKsiQy10pFG
RUXPHl/85vVJd2OOm7ty0rcz+9t3xr3T2ZruVG5vb0cZnqVdGE2q5UMi3+Zh
nc/yOi8nOe+S+yR2R7757vQ0nuMD/CT9dV43NrXDBz1zU9J8OUpPFvkSZB79
/HiU/kBnt7iLf0yUfEOjvi1yupbxry6JyKs5fTY6eLooB/vDg6f8Q7p1Rd6A
Fm0WD86PL84u6DCXy6Jt8zw9xVV9QKtYT6fFkFd5OMQwB/sHTx9s3TgimKIZ
goaYfiY2XvOQx8HeYT95E2nvHvaNPrpul7gb59+dX17EW3p5nac/5mNaIK5k
+iabgxVtbipvxKtR+tcV3d862IiDp08fb518zaO2H1ueOz12NjwdrYpqUQwz
cL/h1Hjlkf6yzOrsd9kiG06qdd2W+d0wK5ubQ/v1DfEMOlO8mtGUNt/PCmJt
q6rgB+Jfx4s+PgsY9XN9B1z8wvj1NH2VT66zsmiWwrrPYpYdvE+zIq63ysbF
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
/urV89en8vKr4988EIby4PzN5dn56+OXDwxbwAVTpdCF8QJYlq3qXMEEvEeX
3vnDHxRE949/ZG4v0vMhalJE6Y0s6i4mwz2QDI1gMrCKbuI82cBfGGwFYEgD
AAb1eNN+S945lEgp/pfqCaKGOweuYBvAy1GnoSxlCzQcke4sV60vK9OYe/Zn
gzC1RZ7xrBcwKpyDBHKdCI08H8QVV/DOYkZg8vZVTrnhOhIpBbEwqCEQZokN
7ifH39yOXuUm0FPU4ZHY+FxD5DUbTDUv3oSiRPGo1MMHheRprPg4HXDQp6L0
G5phVjdOfWNNEZ6hLsh4ZyihXKJxcI4XjvZCvq+FWMmLgOt7zjW+6ykAge9t
Uw11f3MTM6xFn/7FRhhXSn4Uvm8TIDHh435RVC+JIFOIqjiy6zUylyyv+eib
i4OSgWNVMdb07QlKWQwRU6o+thyraKD0CVgwnFJlvoHJdT75ICfWg9+lN9F8
1uxMG0KZvutcvMy/Ow7K5CxPLg3PCctKdC6NQs24Yv20J7ZMu9CTxpWeDx/x
Vp8PH3fnD6cBy5+3lq3D0tl4ZOzH/OKp4zrpOQU0n1QOyWwgxb5gjHb7yYSm
o0bRe6DNNT6FVaOzyTx3SU2/W9dFMy2kSlq9a/dNi+wMV3nD6Cuhsrq3FwK3
6Xk2OVdcESUUy/XSZY8F4FK5ALwZt+x6jKTGyrEzrkvCdjYzwErSwap+Mpfw
FZlHa67H5gkZMJq7DROgotXL3PFKSbgRaE3xvTHDzeMCYa4Z0ykQj2fImmZd
x3fIQMPgzvVoBKhCx0Xwz164BKBOjYrsob8Lkb4ydlUaQpTGiXX0gBUjsacg
kaFgBGXiUhXjq+gnKfQDtiNBbSY74JlaBN5pNx00R0nj34bmiLJIyzdhfWec
fwnnzFQv9/C3SRrAz3KViVMOuGgNRsGCC3pxUKSuOUtI1YmRzsQHL3k+swqY
rS4gujJovebI5mPTFrWSqzOF2wrVzdYLS+5ziDma4q3KLtsWQ0nlQbI6TURK
6Y2gxbUtHxKmv5kS1zUr2JrDpriiKXnCqcN0AucR0zTadVCBu5iJn0OQ48wz
QaaIuGSNaSooYvrd4XepZ0MG+USTUePC2NKag9eBWemikv4KiObjEqAgZdOQ
CcK7TofweW47CihNryEvg3m73+vtIivE7MHGztq8TjcKJDitCTGM6XqR33ez
9Tp3yF+Pt3uaTWi6zGjrtAo2w66CPIgL6I40BuY3RTyIp84jiwXpyx07TNTN
ZDt0qRG6uI6H2bwEZs8EWBXyO62h4imJ3obhtbnFIJUiEG3ooGnmEDJ/87Kz
1+rjSaOER6vKYr8O7wMYQVC8sMlInBbDbkI1zaUGmmhyVmx4oFi60Xc52cwj
v2qJ5TaJNzIWtwFJm2zwFLXNDEwLzGHIxXgdP4DWbcXFwTQza9IyiLWGqGrY
TPs4Iy6uKKahiLU317662CUpSOlbcFlkypYrd3H615yFDprzcVeMXq1Y/TcY
uEaYIXFP1RgKX7VrODWpLxb0Htuej9t+RRVK/srfGMCrhEy19Jg+fr5lk5y6
Rv99zIWB49y5aCCeubTdRAj23ewCnibxVIMkYiRhM6C2EsjwCxhUY4ulqfhw
CZuODOxEswh1MXFss3CKs30VZUJgZWVmpIpLbpadDe4WYnL5XBOAckbF6Dl1
C4hqiqgm8WgVSJ3LqWBXM/ZJlZxLBkqFAbKQrNy4Im8zrYwNfbDDIN9J6BW1
/cKr2ZgBoBIUMYu543F39kYPWlfF+pq7ml1QaNb0RLbzidZ5mJYR5AwEuWve
OXDGMJjLrEaLAHPTaEadQYu6VKGWYYGgVYq1k8So4s0zZc1iC+fqppDKcdbr
GAlWo/io9xUoCRBbVKcSR8SAqeACYqkGxCxR2b3HN9RHxgqPQxPBzkn+m8c9
aVxqS7hLuCZRxJkhawzl87PBVfkiKMc5EtitXQLHRZ3YGvxz8/doosGu1IDI
awICR2VMVSJtDLvCLskKGbGTbBE8pXCMnCeQspbYB9sogw/HxJ9xYBY79dsF
BFXwSYRWUj08tg28ZtGNewQewtS7fMQXpkeZBQQkqR8REXkiZJgb3BsyYAou
iESEV5FOffHVYsFUOc6vs8WMywi6TNiVM6RCBN6hIJ5QLppgVuioR+FSmTlV
k8m69qUSBiOV9ukeTruLGNkGXqDuj6Lgi07NgaWfsT0CLusRQ5wtp3izPvud
nwzCl3umjUkFf1CCkkLVWmS1KS+hnAkMKphEUA4s/MxBDGh3bKU5tJlUoVAk
Wx4nlRtlvOIa1ypwpUf65xdsBI3utsIAZ/oCpi6vt7K47uwuiOmL3snfmurF
nIX+HE8rsOW4ArjJcbzio/129Gg3MBi3AfQL7+4D6E+Sq6srmsGf/vF/+9M/
/sP/OP/7zzzn/5D2/LPVyxP+Q+/2jbBzcVsQgV3QKbVrzcPt0XZ3N8age9ZI
0Nh40MBApKKbh7z1V1ZbEI1gag0Ns02tGTj/XdNdxz/+a2zq//nf6/T+Oek7
uGBB7i8/lyr/n38BHfkvb86ld3b90/qn3m//597H//xnu4uQuQrJubnLD9VG
D38W1VmnERmiSUBnhB2F5d8NR03fkMJKNNq5Cjvq39mN5xDvqYwK58ZDUf93
03sJuZcw/7n/8T/72ei9fwl59Pz655DAZ4eiP5t4j37VeWU7S/in/1uJgJ1h
8uaf/vf/+Pk96Kz9ooVDeOPT4VNfyJfCff6n/9YzUjjoP/23+05lc6Lbxdv/
de8R2AD38KDeAaLB7GKdON1gc856TSM3XUdESUC4b8Fyl/4iNIu7L++QSNzd
/nIobnbDl79cqPxzd9g/Rx79M+skyd7eC7Ipj/b2uEnTcWd/zEfaxI5DCwZG
DE44FVR59b1IgetyBe/1lJTRAuplFzhIwSTmdZ4rkECY1IDBnG9gx2nnzim4
VQupavG7l32ODIwaC31S7xTjsWdJ6YSRj9mo4CyJTq8WcQJoqxQxowKv7Qjt
oi5dibKELA05p+tZcElUA45MilGoGGasa+t7GmWebnP/DlIXIcw6IRLJzKWR
pHtZExkyuqIoAyj4hgdEfKxrit9j5H4a0kdEesLGT/qSqE3vjsuxXG1af+SB
ac2CF+yUsbAHuiE2A8nuUz9CGMizFiWoveZdjeEPLRbXwc0km/3r+CgFOzdX
E0QiUG4o7ZgY+NZn6ljHF7ky29cQB3AgDqt/ErY7Gpl10dPky+MkbniSOf64
t2dpXuIkFhTwKeKZwXp1+xPvZfLOobhM55LzC6OIp7YDrBCqSu416Z7Jrlg0
S1169Li5rd0cE8xRuwB27OPJdVVogPa1LA3elXBGzNHEPRgvWvaIYZrjEl52
BzAGNBd90xWTXL3yjm1cYQsAowiOmLM6Syl0LAytreZmT0hPD93XSgecC7t9
XjB0OUXHl7eGqRFTIGjCVw3SRzWexKtcVyD2nngMj6lRKhfDi4+KjyhYjyyO
+OcC5MeeFbclYbALs/5+M8YQ2GJ8qWB4xTkxRpPmlZuyL58utgtX22DRYTCe
xXFw89l/lrGzE9tZIM8vK3NGrhYhUS0CpOMbA3OR9KVafJzuA2M6F7IxbS62
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
Sip1AQA=

-->

</rfc>
