<?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 xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-hood-agtp-lei-00" category="info" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="AGTP-LEI">AGTP-LEI: Binding the Agent Transfer Protocol to the Verifiable Legal Entity Identifier</title>
    <seriesInfo name="Internet-Draft" value="draft-hood-agtp-lei-00"/>
    <author fullname="Chris Hood">
      <organization>Nomotic, Inc.</organization>
      <address>
        <email>chris@nomotic.ai</email>
      </address>
    </author>
    <date year="2026" month="June" day="28"/>
    <area>Applications and Real-Time</area>
    <workgroup>Independent Submission</workgroup>
    <keyword>AI agents</keyword>
    <keyword>LEI</keyword>
    <keyword>vLEI</keyword>
    <keyword>GLEIF</keyword>
    <keyword>legal entity identification</keyword>
    <keyword>KERI</keyword>
    <keyword>financial services</keyword>
    <keyword>AGTP</keyword>
    <abstract>
      <?line 83?>

<t>The Legal Entity Identifier (LEI), defined by ISO 17442 and operated
under the global governance of the Global Legal Entity Identifier
Foundation (GLEIF), is the internationally recognized identifier for
legal entities in financial transactions and regulatory reporting.
The verifiable LEI (vLEI), built on Key Event Receipt Infrastructure
(KERI) and Authentic Chained Data Containers (ACDC), extends the LEI
into the digital trust ecosystem with cryptographically verifiable
credentials issued through Qualified vLEI Issuers (QVIs).</t>
      <t>This document specifies how the Agent Transfer Protocol (AGTP) binds
to the LEI and vLEI infrastructure. It defines how an LEI is carried
in an AGTP Owner-ID, how a vLEI Legal Entity credential composes with
AGTP-CERT to establish institutional identity at the wire, how a new
verification path (<tt>vlei-anchored</tt>) is added to AGTP-TRUST for
KERI-based verification, and how vLEI Role Credentials (OOR, ECR, AUTH)
express the human authorization chain that produced an agent.</t>
      <t>The result is a clean composition: AGTP provides the agent identity
substrate, the LEI provides the institutional identity, the vLEI
provides cryptographic verification of that institutional identity,
and the vLEI Role Credentials provide the authorization chain from
the legal entity through human officers to the agent. This document
positions financial institutions, regulated entities, and other LEI
holders to deploy agents with structurally verifiable institutional
identity from day one.</t>
    </abstract>
  </front>
  <middle>
    <?line 111?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Legal Entity Identifier is the de facto international standard
for identifying legal entities in financial transactions. Defined by
<xref target="ISO17442"/>, the LEI is a 20-character alphanumeric code uniquely
identifying a legal entity participating in financial transactions.
The Global Legal Entity Identifier Foundation operates the global LEI
system as a not-for-profit organization, with GLEIF acting as the
root of trust for the LEI ecosystem.</t>
      <t>The LEI is operationally mature. Every regulated financial entity in
G20 jurisdictions has or can obtain an LEI. Banking regulators,
securities regulators, derivatives reporting requirements, anti-money
laundering frameworks, and supply chain compliance regimes use the
LEI as the canonical institutional identifier. The Financial Stability
Board, the Basel Committee, the European Securities and Markets
Authority, and the U.S. Securities and Exchange Commission all rely
on LEI for entity identification in regulated reporting.</t>
      <t>The verifiable LEI extends this infrastructure into the digital trust
ecosystem. The vLEI is a cryptographically verifiable credential issued
by Qualified vLEI Issuers to legal entities, built on the Key Event
Receipt Infrastructure <xref target="KERI"/> and the Authentic Chained Data
Container specification <xref target="ACDC"/>. The vLEI Ecosystem Governance
Framework <xref target="VLEI-EGF"/> defines the operational model with GLEIF as
root of trust, QVIs as accredited credential issuers, and Legal
Entities as credential holders. Three additional vLEI credential types
extend institutional identity to the human authorization layer: the
Official Organizational Role (OOR) credential per <xref target="ISO5009"/>, the
Engagement Context Role (ECR) credential, and the Authorization (AUTH)
credential.</t>
      <t>For AGTP, the question is how an agent deployed by a regulated legal
entity inherits the institutional identity verifiable through the
vLEI infrastructure. The answer matters because financial regulators,
banking compliance officers, and institutional risk managers ask the
question Tom Roberts surfaced in conversation with major banks: "How
do we know who is an agent, and on whose authority does it act?" The
LEI answers the institutional half of that question. The vLEI provides
cryptographic verification. This document specifies how AGTP composes
with that infrastructure to answer the agent half.</t>
      <section anchor="conventions-and-terminology">
        <name>Conventions and Terminology</name>
        <t>The key words "<strong>MUST</strong>", "<strong>MUST NOT</strong>", "<strong>REQUIRED</strong>", "<strong>SHALL</strong>",
"<strong>SHALL NOT</strong>", "<strong>SHOULD</strong>", "<strong>SHOULD NOT</strong>", "<strong>RECOMMENDED</strong>",
"<strong>NOT RECOMMENDED</strong>", "<strong>MAY</strong>", and "<strong>OPTIONAL</strong>" in this document
are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>
        <t>This document uses terminology from <xref target="AGTP"/>, <xref target="AGTP-IDENTIFIERS"/>,
<xref target="AGTP-TRUST"/>, and <xref target="AGTP-CERT"/>. Selected additional terms from the
LEI and vLEI infrastructure:</t>
        <dl>
          <dt>LEI:</dt>
          <dd>
            <t>Legal Entity Identifier. A 20-character alphanumeric code per
<xref target="ISO17442"/> that uniquely identifies a legal entity. Issued by an
LEI Issuer accredited by GLEIF.</t>
          </dd>
          <dt>vLEI:</dt>
          <dd>
            <t>verifiable Legal Entity Identifier. The cryptographically verifiable
digital form of the LEI, issued as an ACDC credential through KERI
infrastructure. Specified in <xref target="VLEI-EGF"/>.</t>
          </dd>
          <dt>GLEIF:</dt>
          <dd>
            <t>Global Legal Entity Identifier Foundation. The organization that
operates the global LEI system and acts as the root of trust for
the vLEI ecosystem.</t>
          </dd>
          <dt>QVI:</dt>
          <dd>
            <t>Qualified vLEI Issuer. An organization accredited by GLEIF to issue
vLEI credentials to legal entities.</t>
          </dd>
          <dt>KERI:</dt>
          <dd>
            <t>Key Event Receipt Infrastructure <xref target="KERI"/>. The cryptographic
identifier and key management protocol that underlies vLEI.</t>
          </dd>
          <dt>AID:</dt>
          <dd>
            <t>Autonomic Identifier. A KERI self-certifying identifier bound to a
cryptographic key pair, used as the durable identifier for
participants in the vLEI ecosystem.</t>
          </dd>
          <dt>ACDC:</dt>
          <dd>
            <t>Authentic Chained Data Container. The credential format used for
vLEI credentials, supporting chained issuance from GLEIF through
QVIs to legal entities.</t>
          </dd>
          <dt>OOR Credential:</dt>
          <dd>
            <t>Official Organizational Role vLEI credential. Issued by a Legal
Entity (or QVI on its behalf) to a human officer in an ISO 5009
recognized role.</t>
          </dd>
          <dt>ECR Credential:</dt>
          <dd>
            <t>Engagement Context Role vLEI credential. Issued by a Legal Entity
to a human in a contextual role for specific engagements.</t>
          </dd>
          <dt>AUTH Credential:</dt>
          <dd>
            <t>Authorization vLEI credential. Issued by a Legal Entity to authorize
specific actions, typically chained from OOR or ECR credentials.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="scope">
      <name>Scope</name>
      <t>This document specifies four composition surfaces between AGTP and
the LEI/vLEI infrastructure:</t>
      <ol spacing="normal" type="1"><li>
          <t>How an LEI is carried in an AGTP Owner-ID, providing institutional
identification at the wire (<xref target="owner-id-binding"/>).</t>
        </li>
        <li>
          <t>How a vLEI Legal Entity credential composes with AGTP-CERT to
provide cryptographic verification of institutional identity
(<xref target="cert-composition"/>).</t>
        </li>
        <li>
          <t>How a new verification path (<tt>vlei-anchored</tt>) is added to
AGTP-TRUST to support KERI-based verification of agent institutional
identity (<xref target="verification-path"/>).</t>
        </li>
        <li>
          <t>How vLEI Role Credentials (OOR, ECR, AUTH) express the human
authorization chain that produced an agent, establishing
accountability from the legal entity through human officers to the
agent (<xref target="authorization-chain"/>).</t>
        </li>
      </ol>
      <t>This document does not modify the LEI standard, the vLEI Ecosystem
Governance Framework, KERI, ACDC, or any of the existing AGTP
specifications. It defines composition surfaces that allow agents
deployed by LEI holders to carry verifiable institutional identity
through the AGTP substrate.</t>
    </section>
    <section anchor="owner-id-binding">
      <name>Owner-ID Binding</name>
      <section anchor="lei-in-owner-id">
        <name>LEI in Owner-ID</name>
        <t>AGTP-IDENTIFIERS defines the Owner-ID as the identifier of the
principal accountable for an agent's existence and operation. For
agents deployed by legal entities that hold an LEI, the Owner-ID
<strong>MAY</strong> carry the LEI directly:</t>
        <artwork><![CDATA[
Owner-ID: lei:5493001KJTIIGC8Y1R12
]]></artwork>
        <t>The <tt>lei:</tt> URI scheme prefix identifies the following string as an
LEI per <xref target="ISO17442"/>. The 20-character LEI value follows. Verifiers
receiving this Owner-ID can resolve the LEI through GLEIF's public
LEI lookup service to retrieve the associated legal entity record.</t>
        <t>When the Owner-ID carries an LEI, the agent's institutional identity
is verifiable against the public LEI registry without requiring
additional infrastructure. This composes with any AGTP verification
path: an agent at Trust Tier 1 with <tt>dns-anchored</tt> verification still
benefits from LEI-carried Owner-ID because the institutional identity
is publicly verifiable independent of AGTP's verification mechanism.</t>
      </section>
      <section anchor="owner-id-examples">
        <name>Owner-ID Examples</name>
        <t>A bank deploying an agent for customer service:</t>
        <artwork><![CDATA[
Owner-ID: lei:5299002IZHCT9HFFP822
]]></artwork>
        <t>An asset management firm deploying a trading agent:</t>
        <artwork><![CDATA[
Owner-ID: lei:549300JR9TDP4FYQGW40
]]></artwork>
        <t>A regulated insurance entity deploying a claims processing agent:</t>
        <artwork><![CDATA[
Owner-ID: lei:213800ULZN5RMQQUTM63
]]></artwork>
        <t>In each case, the Owner-ID communicates institutional identity
verifiable against public infrastructure. Verifiers can apply
institutional context (regulated entity, jurisdiction, parent
relationships) to authority decisions without consulting any AGTP
operator's private records.</t>
      </section>
      <section anchor="composition-with-domain-anchored-identifiers">
        <name>Composition with Domain-Anchored Identifiers</name>
        <t>The LEI-based Owner-ID composes with the domain-anchored Owner-ID
forms defined in <xref target="AGTP-IDENTIFIERS"/>. An agent <strong>MAY</strong> carry both:
the LEI as the primary institutional identifier and a domain as a
secondary operational identifier. The Identity Document <strong>MAY</strong>
include both:</t>
        <sourcecode type="json"><![CDATA[
{
  "owner_id_primary": "lei:5493001KJTIIGC8Y1R12",
  "owner_id_secondary": "owner:acmebank.com",
  "owner_legal_name": "Acme Bank, N.A."
}
]]></sourcecode>
        <t>Verifiers resolving the primary Owner-ID against GLEIF can verify the
institutional identity. Verifiers operating purely against
domain-anchored identifiers can use the secondary form. The two
identifiers refer to the same legal entity but provide different
verification paths.</t>
      </section>
    </section>
    <section anchor="cert-composition">
      <name>Certificate Composition</name>
      <section anchor="vlei-legal-entity-credential-in-agtp-cert">
        <name>vLEI Legal Entity Credential in AGTP-CERT</name>
        <t>AGTP-CERT specifies an X.509 v3 certificate extension carrying
agent-governance-specific fields. This binding defines an extension
mechanism for carrying or referencing a vLEI Legal Entity credential
within the AGTP-CERT structure.</t>
        <t>The composition can take two forms:</t>
        <t><strong>Inline vLEI Credential.</strong> The AGTP-CERT extension carries the vLEI
Legal Entity ACDC credential directly as an embedded field. This
provides offline verification: the vLEI credential is available to
the verifier without requiring KERI infrastructure access.</t>
        <t><strong>Referenced vLEI Credential.</strong> The AGTP-CERT extension carries a
reference to the vLEI credential, typically as a KERI AID and an
OOBI (Out-Of-Band Introduction) hint indicating where to retrieve
the credential and its associated KEL (Key Event Log) for verification.</t>
        <t>Implementations <strong>MAY</strong> use either form. The inline form is preferred
for high-volume agent deployments where verification latency matters.
The referenced form is preferred where vLEI credentials are managed
through dedicated KERI infrastructure and AGTP-CERT issuance is
decoupled from vLEI credential lifecycle.</t>
      </section>
      <section anchor="extension-field-schema">
        <name>Extension Field Schema</name>
        <t>The AGTP-CERT extension carries a new field for vLEI composition.
The schema is defined once and supports both the basic case (Legal
Entity vLEI only) and the extended case (Legal Entity vLEI plus a
chain of Role Credentials per <xref target="authorization-chain"/>):</t>
        <artwork><![CDATA[
vLEIBinding ::= SEQUENCE {
    bindingType            VLEIBindingType,
    leiCode                PrintableString (SIZE(20)),
    legalEntityCredential  OCTET STRING OPTIONAL,
    legalEntityAID         PrintableString OPTIONAL,
    roleCredentialChain    SEQUENCE OF RoleCredential OPTIONAL,
    oobiHint               IA5String OPTIONAL
}

VLEIBindingType ::= ENUMERATED {
    inline     (0),
    referenced (1)
}

RoleCredential ::= SEQUENCE {
    credentialType    RoleCredentialType,
    credentialData    OCTET STRING OPTIONAL,
    credentialAID     PrintableString OPTIONAL
}

RoleCredentialType ::= ENUMERATED {
    oor       (0),
    ecr       (1),
    auth      (2)
}
]]></artwork>
        <t>The <tt>leiCode</tt> field is <strong>REQUIRED</strong> in all cases and carries the
20-character LEI value, providing fast verification without
requiring credential parsing.</t>
        <t>When <tt>bindingType</tt> is <tt>inline</tt>, the <tt>legalEntityCredential</tt> field
<strong>MUST</strong> be present and <strong>MUST</strong> carry the vLEI Legal Entity ACDC
credential. The <tt>roleCredentialChain</tt> <strong>MAY</strong> also be present
carrying inline <tt>credentialData</tt> for each role credential.</t>
        <t>When <tt>bindingType</tt> is <tt>referenced</tt>, the <tt>legalEntityAID</tt> field
<strong>MUST</strong> be present and the <tt>oobiHint</tt> field <strong>SHOULD</strong> be present
indicating where to retrieve the KEL for verification. The
<tt>roleCredentialChain</tt> <strong>MAY</strong> also be present carrying
<tt>credentialAID</tt> references for each role credential.</t>
        <t>The <tt>roleCredentialChain</tt> is <strong>OPTIONAL</strong> in all cases. When absent,
the binding establishes institutional identity through the Legal
Entity vLEI alone. When present, it additionally carries the human
authorization chain per <xref target="authorization-chain"/>.</t>
      </section>
      <section anchor="verification-workflow">
        <name>Verification Workflow</name>
        <t>A verifier processing an AGTP-CERT with a vLEI Binding extension
proceeds as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Extract the <tt>leiCode</tt> and confirm it matches the Owner-ID's LEI
value (per <xref target="owner-id-binding"/>).</t>
          </li>
          <li>
            <t>If <tt>bindingType</tt> is <tt>inline</tt>, parse the embedded
<tt>legalEntityCredential</tt> and verify its signature chain through
QVI to GLEIF root of trust per <xref target="VLEI-EGF"/>.</t>
          </li>
          <li>
            <t>If <tt>bindingType</tt> is <tt>referenced</tt>, resolve the <tt>legalEntityAID</tt>
through the <tt>oobiHint</tt> to retrieve the vLEI credential and KEL.
Verify the key event log to establish current key state, then
verify the credential signature chain.</t>
          </li>
          <li>
            <t>Verify that the vLEI credential issuer is an accredited QVI per
GLEIF's QVI registry.</t>
          </li>
          <li>
            <t>If a <tt>roleCredentialChain</tt> is present, verify each credential in
the chain through KERI signature verification per
<xref target="authorization-chain"/>.</t>
          </li>
          <li>
            <t>Apply the verified institutional identity (and the verified role
credential chain, if present) to authority decisions per local
policy.</t>
          </li>
        </ol>
      </section>
    </section>
    <section anchor="verification-path">
      <name>Verification Path</name>
      <section anchor="the-vlei-anchored-verification-path">
        <name>The <tt>vlei-anchored</tt> Verification Path</name>
        <t>AGTP-TRUST defines verification paths (<tt>dns-anchored</tt>, <tt>log-anchored</tt>,
<tt>hybrid</tt>, <tt>org-asserted</tt>) that specify the evidence mechanism backing
a Trust Tier 1 assignment. This document defines a new verification
path value:</t>
        <artwork><![CDATA[
verification_path: vlei-anchored
]]></artwork>
        <t>A Tier 1 agent with <tt>vlei-anchored</tt> verification path has its
institutional identity anchored in the vLEI infrastructure rather
than in DNS ownership or transparency logs. The verification mechanism
relies on KERI key event verification and the vLEI Ecosystem
Governance Framework.</t>
      </section>
      <section anchor="verification-procedure">
        <name>Verification Procedure</name>
        <t>Verifying a <tt>vlei-anchored</tt> Tier 1 agent proceeds as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>Resolve the agent's Owner-ID LEI to retrieve the legal entity
record from GLEIF.</t>
          </li>
          <li>
            <t>Retrieve the vLEI Legal Entity credential, either inline from
AGTP-CERT or via KERI AID resolution.</t>
          </li>
          <li>
            <t>Verify the credential's KERI signature chain through the QVI
that issued it, terminating at the GLEIF root of trust.</t>
          </li>
          <li>
            <t>Verify that the QVI is currently accredited per GLEIF's QVI
registry, and that the credential has not been revoked.</t>
          </li>
          <li>
            <t>If the agent carries vLEI Role Credentials (OOR, ECR, AUTH) per
<xref target="authorization-chain"/>, verify the credential chain from the
Legal Entity vLEI through the role credentials.</t>
          </li>
          <li>
            <t>Confirm institutional identity matches the LEI carried in the
Owner-ID and the AGTP-CERT extension.</t>
          </li>
        </ol>
      </section>
      <section anchor="composition-with-other-verification-paths">
        <name>Composition with Other Verification Paths</name>
        <t>The <tt>vlei-anchored</tt> path <strong>MAY</strong> compose with other verification paths
in a hybrid model. An agent might carry both DNS-anchored verification
(proving domain control) and vLEI-anchored verification (proving
institutional identity). The two are complementary:</t>
        <ul spacing="normal">
          <li>
            <t>DNS-anchored verification proves the agent is deployed at a domain
the institution controls.</t>
          </li>
          <li>
            <t>vLEI-anchored verification proves the institution is a regulated
legal entity with cryptographic identity through GLEIF.</t>
          </li>
        </ul>
        <t>Verifiers <strong>MAY</strong> require both for Tier 1 acceptance in regulated
contexts. The compound verification path is represented as:</t>
        <artwork><![CDATA[
verification_path: hybrid
verification_evidence: ["dns-anchored", "vlei-anchored"]
]]></artwork>
      </section>
    </section>
    <section anchor="authorization-chain">
      <name>Authorization Chain</name>
      <section anchor="human-authorization-through-vlei-role-credentials">
        <name>Human Authorization Through vLEI Role Credentials</name>
        <t>The vLEI ecosystem extends institutional identity to human
authorization through three credential types. These credentials
provide the chain showing which human, in which role, authorized
the deployment and operation of an agent.</t>
        <t><strong>Official Organizational Role (OOR) credentials</strong> are issued by a
Legal Entity (or QVI on its behalf) to humans in roles recognized
under <xref target="ISO5009"/>. OOR credentials prove that a named human holds an
official role within the legal entity (such as Chief Executive
Officer, Chief Information Officer, Chief Risk Officer).</t>
        <t><strong>Engagement Context Role (ECR) credentials</strong> are issued by a Legal
Entity to humans in contextual roles for specific engagements. ECR
credentials prove that a named human is engaged with the legal entity
in a specified capacity (such as Project Lead, Authorized
Representative for Specific Engagement).</t>
        <t><strong>Authorization (AUTH) credentials</strong> are issued by a Legal Entity to
authorize specific actions. AUTH credentials are typically chained
from OOR or ECR credentials, establishing that the authorizer held a
valid role at the time of authorization.</t>
      </section>
      <section anchor="agent-deployment-authorization">
        <name>Agent Deployment Authorization</name>
        <t>When an agent is deployed by a Legal Entity, the deployment
authorization <strong>MAY</strong> be expressed as a chain of vLEI credentials:</t>
        <ol spacing="normal" type="1"><li>
            <t>The Legal Entity vLEI establishes the institutional identity.</t>
          </li>
          <li>
            <t>An OOR or ECR credential establishes the human officer's role
authorized to deploy agents (typically a CIO, CTO, or designated
AI governance role).</t>
          </li>
          <li>
            <t>An AUTH credential issued by that officer authorizes the specific
agent deployment, identified by the agent's Canonical Agent-ID.</t>
          </li>
        </ol>
        <t>The AUTH credential's authorization scope <strong>MAY</strong> include limits on
the agent's Authority-Scope, operational domain, financial exposure
limits, or other constraints meaningful to the institutional
governance.</t>
      </section>
      <section anchor="carriage-in-agtp">
        <name>Carriage in AGTP</name>
        <t>The vLEI Role Credential chain authorizing an agent <strong>MAY</strong> be
carried in the AGTP-CERT extension alongside the Legal Entity vLEI,
or referenced via KERI AIDs and OOBI hints. The unified <tt>vLEIBinding</tt>
schema defined in <xref target="cert-composition"/> accommodates the role
credential chain through its optional <tt>roleCredentialChain</tt> field,
which is a SEQUENCE OF the <tt>RoleCredential</tt> structure defined in the
same schema. When the role credential chain is populated:</t>
        <ul spacing="normal">
          <li>
            <t>The <tt>roleCredentialChain</tt> field carries the chain of OOR/ECR/AUTH
credentials linking the Legal Entity vLEI to the specific agent
deployment authorization.</t>
          </li>
          <li>
            <t>Each <tt>RoleCredential</tt> in the chain carries either inline
<tt>credentialData</tt> (for <tt>inline</tt> binding type) or a <tt>credentialAID</tt>
reference (for <tt>referenced</tt> binding type), matching the parent
<tt>vLEIBinding</tt>'s <tt>bindingType</tt>.</t>
          </li>
          <li>
            <t>The <tt>RoleCredentialType</tt> enumeration identifies whether the
credential is an OOR, ECR, or AUTH credential.</t>
          </li>
        </ul>
        <t>Verifiers processing an agent with a role credential chain <strong>MUST</strong>
verify each credential in the chain through KERI signature
verification, establishing that the chain is intact from the Legal
Entity vLEI through the role credentials to the AUTH credential
authorizing the specific agent.</t>
      </section>
      <section anchor="use-in-authority-decisions">
        <name>Use in Authority Decisions</name>
        <t>Authority decisions for agents with verified vLEI authorization chains
<strong>MAY</strong> consider the role credential context. For example:</t>
        <ul spacing="normal">
          <li>
            <t>An AUTH credential issued under a CISO's OOR credential <strong>MAY</strong>
authorize the agent for security-related operations within the
institution's security policy domain.</t>
          </li>
          <li>
            <t>An AUTH credential issued under a Trading Desk Head's ECR credential
<strong>MAY</strong> authorize the agent for trading operations within specified
position limits.</t>
          </li>
          <li>
            <t>An AUTH credential issued under a Compliance Officer's OOR
credential <strong>MAY</strong> authorize the agent for regulatory reporting
operations.</t>
          </li>
        </ul>
        <t>The mapping from role credential to authority decision is governance
policy defined and is not specified in this document. What is
specified is the structural carriage of the credential chain so that
governance policy can evaluate it.</t>
      </section>
    </section>
    <section anchor="composition-with-other-agtp-bindings">
      <name>Composition with Other AGTP Bindings</name>
      <section anchor="composition-with-agtp-merchant-identity">
        <name>Composition with AGTP-MERCHANT-IDENTITY</name>
        <t><xref target="AGTP-MERCHANT-IDENTITY"/> specifies how agents acquire merchant
identifiers analogous to payment network Merchant IDs. For agents
deployed by LEI-holding legal entities, the merchant identifier
<strong>SHOULD</strong> include or reference the LEI of the deploying entity.
This composition allows payment networks to verify both the
institutional identity (via LEI/vLEI) and the merchant identity
(via AGTP-MERCHANT-IDENTITY) of an agent transacting on behalf of
a regulated entity.</t>
      </section>
      <section anchor="composition-with-agtp-trust-credit-rating-providers">
        <name>Composition with AGTP-TRUST Credit Rating Providers</name>
        <t><xref target="AGTP-TRUST"/> positions credit bureau infrastructure (Experian,
Equifax, TransUnion, and similar) as composable trust providers for
agent trust scoring. For agents with vLEI-anchored verification, the
institutional identity provides high-quality input to trust scoring:
the LEI is a stable, regulated identifier that trust providers can
correlate with their existing institutional credit and compliance
records. Credit bureaus operating as agent trust providers <strong>SHOULD</strong>
prefer LEI-anchored institutional identity over self-declared
organizational identifiers when both are available.</t>
      </section>
      <section anchor="composition-with-agtp-presence">
        <name>Composition with AGTP-Presence</name>
        <t>AGTP-Presence partition dimensions include <tt>owner-domain</tt> for
organizational scoping. For LEI-holding entities, the partition
dimension <strong>MAY</strong> be expressed using the LEI directly:</t>
        <artwork><![CDATA[
owner-domain: lei:5493001KJTIIGC8Y1R12
]]></artwork>
        <t>This provides cryptographically anchored organizational scoping for
Presence overlays. Agents in the same LEI-scoped overlay are
verifiably deployed by the same legal entity.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document inherits the security considerations of <xref target="AGTP"/>,
<xref target="AGTP-TRUST"/>, <xref target="AGTP-CERT"/>, <xref target="VLEI-EGF"/>, and <xref target="KERI"/>. This
section addresses considerations specific to the composition.</t>
      <section anchor="lei-verification-independence">
        <name>LEI Verification Independence</name>
        <t>The LEI lookup against GLEIF's public registry <strong>MUST</strong> be performed
independently of any AGTP infrastructure operator's claims. An agent
operator that controls both the agent and a representation of LEI
verification is in a conflict-of-interest position. Verifiers
<strong>SHOULD</strong> consult GLEIF's authoritative LEI registry directly or
through trusted intermediaries that do not have operational dependency
on the agent being verified.</t>
      </section>
      <section anchor="vlei-credential-revocation">
        <name>vLEI Credential Revocation</name>
        <t>vLEI credentials can be revoked through KERI key event mechanisms.
Verifiers <strong>MUST</strong> check current revocation status of vLEI credentials
during verification, not rely on cached or previously-verified state.
The KERI Key Event Log provides the authoritative revocation status.</t>
      </section>
      <section anchor="qvi-compromise">
        <name>QVI Compromise</name>
        <t>A compromised Qualified vLEI Issuer could issue fraudulent vLEI
credentials. GLEIF maintains the authoritative QVI registry; verifiers
<strong>MUST</strong> confirm that the issuing QVI is currently accredited at
verification time.</t>
      </section>
      <section anchor="role-credential-misuse">
        <name>Role Credential Misuse</name>
        <t>Role credentials (OOR, ECR, AUTH) bind authorization to specific
humans in specific roles. If a role-holder leaves the legal entity
or changes roles, the corresponding credentials <strong>SHOULD</strong> be revoked
and re-issued as appropriate. Verifiers checking role-based
authorization <strong>MUST</strong> verify credential freshness through the KEL.</t>
      </section>
      <section anchor="cross-jurisdictional-considerations">
        <name>Cross-Jurisdictional Considerations</name>
        <t>LEI is internationally recognized but legal entity recognition varies
by jurisdiction. An LEI-anchored agent deployed by a regulated entity
in one jurisdiction may operate cross-jurisdictionally. Verifiers
<strong>SHOULD</strong> apply jurisdictional context to authority decisions where
relevant, particularly for financial services, securities trading,
and other regulated operations.</t>
      </section>
      <section anchor="privacy-of-lei-lookups">
        <name>Privacy of LEI Lookups</name>
        <t>LEI lookups against GLEIF are public; querying an LEI does not reveal
operational intent. However, the pattern of LEI lookups may reveal
which institutional counterparties an agent is investigating.
Operators concerned about lookup patterns <strong>MAY</strong> cache LEI registry
data locally to reduce query frequency.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="verification-path-value">
        <name>Verification Path Value</name>
        <t>This document requests registration of a new verification path value
in the AGTP-TRUST verification path registry:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Value</th>
              <th align="left">Semantics</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>vlei-anchored</tt></td>
              <td align="left">Institutional identity verified through vLEI infrastructure</td>
              <td align="left">This document</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="uri-scheme">
        <name>URI Scheme</name>
        <t>This document requests registration of the <tt>lei:</tt> URI scheme for
identifying LEI values:</t>
        <ul spacing="normal">
          <li>
            <t>Scheme name: <tt>lei</tt></t>
          </li>
          <li>
            <t>Scheme syntax: <tt>lei:</tt> followed by 20 alphanumeric characters per <xref target="ISO17442"/></t>
          </li>
          <li>
            <t>Status: Permanent</t>
          </li>
          <li>
            <t>Reference: This document</t>
          </li>
        </ul>
      </section>
      <section anchor="agtp-cert-extension-field">
        <name>AGTP-CERT Extension Field</name>
        <t>This document requests registration of a new field in the AGTP-CERT
extension namespace:</t>
        <ul spacing="normal">
          <li>
            <t>Field name: <tt>vLEIBinding</tt></t>
          </li>
          <li>
            <t>OID: TBD (to be assigned)</t>
          </li>
          <li>
            <t>Description: Carries or references vLEI credentials for institutional identity</t>
          </li>
          <li>
            <t>Reference: This document</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="implementation-considerations">
      <name>Implementation Considerations</name>
      <section anchor="path-to-pilot-deployment">
        <name>Path to Pilot Deployment</name>
        <t>A legal entity considering pilot deployment of AGTP with vLEI binding
follows roughly this path:</t>
        <ol spacing="normal" type="1"><li>
            <t><strong>Obtain LEI</strong> (if not already held). LEI issuance is operated by
accredited LEI Issuers. Most regulated financial entities and
public companies already hold LEIs.</t>
          </li>
          <li>
            <t><strong>Engage a Qualified vLEI Issuer.</strong> QVIs are listed in GLEIF's
public registry. The QVI issues the Legal Entity vLEI credential
to the institution.</t>
          </li>
          <li>
            <t><strong>Establish KERI infrastructure or KERI service relationship.</strong> The
institution either operates its own KERI infrastructure or uses
a managed KERI service.</t>
          </li>
          <li>
            <t><strong>Deploy AGTP-aware agents.</strong> Agents are configured with Owner-IDs
carrying the LEI, AGTP-CERTs with vLEI Binding extensions, and
verification paths set to <tt>vlei-anchored</tt>.</t>
          </li>
          <li>
            <t><strong>Issue role credentials.</strong> As needed, the institution issues OOR
and ECR credentials to humans authorized to govern agent
deployment, and AUTH credentials authorizing specific agents.</t>
          </li>
          <li>
            <t><strong>Verify interoperability.</strong> Test agent communication with
counterparties to confirm that vLEI-anchored verification operates
correctly across organizational boundaries.</t>
          </li>
        </ol>
        <t>The path is staged so that institutions can adopt incrementally.
LEI in Owner-ID is the smallest step; vLEI binding with KERI
verification is the larger commitment.</t>
      </section>
      <section anchor="adoption-considerations-for-regulated-industries">
        <name>Adoption Considerations for Regulated Industries</name>
        <t>For financial services institutions, the AGTP-LEI binding provides
direct alignment with existing regulatory infrastructure. The LEI is
already required for derivatives reporting under Dodd-Frank, EMIR,
MiFID II, and similar regimes. Extending the LEI into AGTP agent
identity provides regulators with continuity from existing entity
reporting to new agent-mediated reporting.</t>
        <t>For payment networks (Visa, Mastercard, American Express, and similar),
the AGTP-LEI binding composes with <xref target="AGTP-MERCHANT-IDENTITY"/> to
provide both institutional identity (LEI) and merchant identity for
agents transacting through payment infrastructure. The composition
positions payment networks to extend their existing identification
infrastructure to agent commerce.</t>
        <t>For supply chain and trade finance contexts, the LEI is already used
in electronic bills of lading, ESG attestations, and customs
declarations. AGTP-LEI extends this to agents acting on behalf of
trading parties.</t>
      </section>
    </section>
    <section anchor="engagement-with-gleif-and-the-vlei-ecosystem">
      <name>Engagement with GLEIF and the vLEI Ecosystem</name>
      <t>This document is published as an Internet-Draft to invite engagement
from GLEIF, the Trust over IP Foundation, Qualified vLEI Issuers,
LEI Issuers, and institutional adopters of the LEI infrastructure.
The composition specified here builds on the operational maturity of
the LEI ecosystem and extends it into the agent infrastructure layer.</t>
      <t>Feedback from GLEIF on the binding's alignment with the vLEI Ecosystem
Governance Framework is particularly welcome. The binding is designed
to compose with the vLEI ecosystem as specified rather than to modify
it; if the binding requires adjustment to align with vLEI governance,
this document will be revised accordingly.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="AGTP">
          <front>
            <title>Agent Transfer Protocol (AGTP)</title>
            <author fullname="Chris Hood" initials="C." surname="Hood">
              <organization>Nomotic, Inc.</organization>
            </author>
            <date day="25" month="May" year="2026"/>
            <abstract>
              <t>   AI agents and agentic systems generate a growing volume of intent-
   driven, unstructured, and undifferentiated traffic that flows through
   HTTP indistinguishably from human-initiated requests.  HTTP lacks the
   semantic vocabulary, observability primitives, and identity
   mechanisms required by agent systems operating at scale.  Existing
   protocols described as Agent Group Messaging Protocols (AGMP),
   including MCP, ACP, A2A, and ANP, are messaging-layer constructs that
   presuppose HTTP as their transport.  They do not address the
   underlying transport problem.

   This document defines the Agent Transfer Protocol (AGTP): a dedicated
   application-layer protocol for AI agent traffic.  AGTP is a runtime
   contract negotiation substrate (RCNS): a transport that fixes only a
   eighteen-method protocol floor and negotiates any additional method
   surface at runtime between agent and server in a single round-trip,
   governed by the AGTP-API companion specification [AGTP-API], which
   defines the curated method catalog, path grammar, endpoint primitive,
   and synthesis semantics.  Version 07 confirms the IANA-registered
   agtp:// URI scheme and IANA-assigned port 4480 for TCP/TLS and QUIC,
   formalizes Form 1a URI grammar (agtp://{agent-id}@{host}) for direct
   addressing, renames the Agent Manifest Document to the Agent Identity
   Document with an enumerated schema, redesigns the protocol-defined
   method floor to a 12-method set organized as six cognitive verbs
   (QUERY, DISCOVER, DESCRIBE, SUMMARIZE, PLAN, PROPOSE) and six
   mechanics verbs (EXECUTE, DELEGATE, ESCALATE, CONFIRM, SUSPEND,
   NOTIFY), establishes AGTP as a substrate for higher-level agent
   frameworks (MCP, A2A, ACP) carried as content types inside AGTP
   method invocations, renumbers AGTP-specific status codes out of HTTP-
   assigned space to avoid semantic collision, mandates explicit
   Content-Length framing with a prohibition on TLS socket-level half-
   close, adds a .well-known/agtp bootstrap convention per RFC 8615,
   deprecates the AGIS reference and the proposed AGTP-Methods
   specification by folding both into the unified AGTP-API contract
   layer, adds status codes 405 (Method Not Allowed), 459 (Method
   Violation), and 460 (Endpoint Violation) per the AGTP-API contract
   model, and adopts "Agent Genesis" as the canonical term for the
   permanent signed origin document.  Version 06 prepared the IANA
   Service Name and Port Number application and consolidated the URI
   scheme registration.  Version 05 restored the canonical Agent-ID as
   the primary identity primitive and decoupled Trust Tier 1
   verification from DNS as a sole requirement.  A canonical Agent-ID is
   derived from the agent's Agent Genesis hash and is authoritative in
   every AGTP protocol operation.  Three equivalent verification paths
   are recognized for Trust Tier 1: DNS-anchored verification via RFC
   8555 ACME challenge, log-anchored verification via Agent Genesis
   inclusion in an append-only transparency log aligned with RFC 9162
   and RFC 9943 (SCITT), and hybrid verification combining DNS control
   with blockchain address ownership.  Version 04 introduced normative
   integration hooks for the AGTP Merchant Identity and Agentic Commerce
   Binding specification [AGTP-MERCHANT], which defines the merchant-
   side identity model that complements AGTP's agent-side identity
   model.  AGTP SHOULD prefer QUIC for new implementations and MUST
   support TCP/TLS for compatibility and fallback.  It is designed to be
   composable with existing agent frameworks, not to replace them.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-hood-independent-agtp-08"/>
        </reference>
        <reference anchor="AGTP-IDENTIFIERS">
          <front>
            <title>AGTP Identifier Chain</title>
            <author fullname="Chris Hood" initials="C." surname="Hood">
              <organization>Nomotic, Inc.</organization>
            </author>
            <date day="1" month="June" year="2026"/>
            <abstract>
              <t>   This document specifies the AGTP identifier chain: a layered model of
   identifiers that together produce a tamper-evident chain of custody
   across every action an AGTP agent takes.  The chain is composed of
   identifiers already established in the AGTP draft family (Agent-ID,
   Owner-ID, Session-ID, Task-ID, and the Attribution-Record envelope of
   base AGTP) together with a small set of additional identifiers
   introduced by this document (Request-ID, Response-ID, Action-ID,
   Evaluation-ID, Decision-ID, Audit-ID).  The Audit-ID is the
   cryptographic hash of an extended Attribution-Record and provides the
   per-agent hash chain that links every action an agent takes back to
   its Agent Genesis.  This document defines the identifiers, how they
   extend the existing Attribution-Record envelope, the construction of
   the hash chain, and the verification procedure by which a regulator,
   auditor, or counterparty reconstructs the chain end to end.  The
   identifier chain is the regulatory backbone of AGTP.  Without it, the
   protocol can record that something happened but cannot prove who
   caused it, what authorized it, or what was decided.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-hood-agtp-identifiers-02"/>
        </reference>
        <reference anchor="AGTP-TRUST">
          <front>
            <title>AGTP Trust and Verification Specification</title>
            <author fullname="Chris Hood" initials="C." surname="Hood">
              <organization>Nomotic, Inc.</organization>
            </author>
            <date day="25" month="May" year="2026"/>
            <abstract>
              <t>   This document specifies the AGTP trust and verification model: the
   trust tiers an AGTP agent may occupy, the verification paths by which
   a Tier 1 agent's identity is established, the registration procedures
   by which a governance platform assigns a tier, and the trust score
   that is carried alongside an agent's identity to express runtime
   behavioral assessment.  AGTP-TRUST is consumed by AGTP-aware
   infrastructure components (Scope-Enforcement Points, governance
   gateways, peer agents) for runtime trust-aware routing and authority
   decisions, and by registration authorities when issuing or evaluating
   Agent Genesis documents.  This is an early working draft; the
   dimension catalog, computation methodology, and several aspects of
   the registration procedure are placeholders pending further work.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-hood-agtp-trust-01"/>
        </reference>
        <reference anchor="AGTP-CERT">
          <front>
            <title>AGTP Agent Certificate Extension</title>
            <author fullname="Chris Hood" initials="C." surname="Hood">
              <organization>Nomotic, Inc.</organization>
            </author>
            <date day="1" month="June" year="2026"/>
            <abstract>
              <t>   The Agent Transfer Protocol (AGTP) base specification defines agent
   identity headers (Agent-ID, Owner-ID, Authority-Scope) that are self-
   asserted: present on every request and mandatory for logging, but not
   cryptographically verified at the transport layer.  This document
   specifies the AGTP Agent Certificate Extension: an optional mechanism
   that binds Agent-ID, Owner-ID, and Authority-Scope to an X.509 v3
   certificate presented during TLS mutual authentication.  The
   extension enables infrastructure components including Scope-
   Enforcement Points (SEPs), load balancers, and governance gateways to
   verify agent identity and enforce authority scope without
   application-layer access, at O(1) cost per request header check.  The
   extension also defines session-level revocation propagation via AGTP
   NOTIFY broadcast and a Certificate Transparency Log for tamper-
   evident governance metadata.

   Note: Certain mechanisms described in this document may be subject to
   pending patent applications by the author.  The licensor is prepared
   to grant a royalty-free license to implementers consistent with the
   IETF's IPR framework.  See the IPR Notice and Section 7.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-hood-agtp-agent-cert-02"/>
        </reference>
        <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="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="ISO17442" target="https://www.iso.org/standard/78829.html">
          <front>
            <title>Financial services -- Legal entity identifier (LEI)</title>
            <author>
              <organization/>
            </author>
            <date year="2020"/>
          </front>
          <seriesInfo name="ISO" value="17442-1:2020"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="GLEIF" target="https://www.gleif.org">
          <front>
            <title>Global Legal Entity Identifier Foundation</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="VLEI-EGF" target="https://www.gleif.org/en/vlei/introducing-the-vlei-ecosystem-governance-framework">
          <front>
            <title>verifiable LEI (vLEI) Ecosystem Governance Framework v4.0</title>
            <author>
              <organization>Global Legal Entity Identifier Foundation</organization>
            </author>
            <date year="2026"/>
          </front>
        </reference>
        <reference anchor="KERI">
          <front>
            <title>Key Event Receipt Infrastructure (KERI)</title>
            <author fullname="Samuel M. Smith">
              <organization/>
            </author>
            <date year="2023"/>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ssmith-keri"/>
        </reference>
        <reference anchor="ACDC" target="https://trustoverip.github.io/tswg-acdc-specification/">
          <front>
            <title>Authentic Chained Data Containers (ACDC)</title>
            <author>
              <organization>Trust over IP Foundation</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ISO5009">
          <front>
            <title>Financial services -- Official organizational roles</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="ISO" value="5009"/>
        </reference>
        <reference anchor="DID-KERI" target="https://github.com/WebOfTrust/did-keri">
          <front>
            <title>DID Method Specification for KERI</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="AGTP-MERCHANT-IDENTITY">
          <front>
            <title>AGTP Merchant Identity</title>
            <author fullname="Chris Hood">
              <organization/>
            </author>
            <date year="2026"/>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-hood-agtp-merchant-identity-01"/>
        </reference>
      </references>
    </references>
    <?line 771?>

<section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The author thanks Tom Roberts for the strategic introduction to GLEIF
and the broader LEI/vLEI ecosystem, and for the architectural framing
that positions AGTP-LEI as a natural composition rather than a
competitive alternative. The author also acknowledges the foundational
work of the GLEIF leadership, the KERI specification authors led by
Samuel M. Smith, and the Trust over IP Foundation's stewardship of the
vLEI ecosystem governance framework.</t>
    </section>
    <section anchor="changes-from-v00">
      <name>Changes from v00</name>
      <t>Initial version.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA5U9aXPbRpbf+1d0KR9GcpG0LCczMVNbu4pE25zYliPJzs5s
bUUg0CQRgwAHDUrmOp7fvu/oEwdt+0MiEke/fv3ui+PxWDR5U6ipPDp/cft2
/Go2n8qf8zLLy5Vs1kqer1TZyNs6KfVS1fJtXTVVWhWyqejye1XnyzxZFEq+
UqukkLMS3reX8wwegyuqPhLJYlGr+2CFI5FVaZlsYNWsTpbNeF1V2ThZNdtx
ofLx6alIk0atqno/lXm5rITeLTa51nlVNvutwi8ztVUlriHybT2VTb3Tzdnp
6bPTM5HUKsHFttsih/fAQ1omZSavVVKMb/ONOhIPVf1hVVe7Ldw39++SN26d
I/FB7eG2bCqkHMvzuUwQEZo+wRbo//f2jxfwx3P6qyAkKEZCbpDAUND1X2bX
/MgyL5MyzeFmrer7PFX8akSRELoBgH9PiqqEze7h0jZHOADz/FFKXdVNrZba
fd5v/EeR7Jp1VcMjY7gk5XJXFIzui3Wda/kS0E0XqnqVlPn/EXhT+abaVE2e
juS8TCd0XW2SvJjKFJ/6r5IvT5JciLKqN/DUvUKwEOapnI8vJ3SOweHQmZo7
xvPL2Zvb+fP57PomuJtOPXfUou3dt9fvbm7b99Ex2zsuZtedG+iQxqmq8a7r
5xdnT548m/KfPz752/f45/zmCv76/mxKO7TE/7xzHHI8NiTdOk3ggmM475Mj
fkFSr1Qzleum2erp48cPDw+TXFcTQO1jOsakzh7/7ccfz55N1s2moGdgiVxp
pGwGgoCaSgJr/GR6dnp2St9nwAVTSR8F3h3gnCgu3sKLoloAtANsKJ9XOwCm
IdoeAnwF7LdE0OGO97DCePaitch9wO+zuTxGFjiRs7TSe92ojXxRwR2ISiWf
10ByyGny/vvJKS/qCFMa8pvKrwY7Rslfv7yJx6p8fA8fHudlU1fZLgWZNgah
NcYvx8rCPF45mMdLCzO8HVk13vwvai9n9ygorlWq8m0DnAJPaCDLtNnVSh7j
Myd9W/UseJNsdqqQryfyZpM36yGCKBuASTXjSxSQVk5qjY+MP8DtMTaeIlNc
XF7E8J4DCIjIFPg+yUuVycukSeQFiFH8WGt5jA/1Akxnc4v8JhE9cv62fRRt
3BNz4r35drICMHeLSV49bvTDapykWTrWW5U6YfiYOfEHENlfw4hXS3gQvwwl
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
YnOdUbIB+3VoMiDHfo2eIstBbysOmYQgxhWkhpIFDzgeB2N4tnCc2xr7NKJG
RaRdmsyIoFFbXzdozmdgrN1wFgqAtC552oCPJFBhHOn7utJ6/PegrzEpOjrE
WFQHZjxjW1enbRmuEXT3JD1w0GDYP0mCM7JuDg+A83meqlTRm4BsbY8gUgZu
6I9oQ8V+QExS+6eMb3b9n0ONnFjsiwVE4OthAJ1H2QCQdUF9cT2/KjGSwQBO
48XzZFyOXftNRq4yHM9bbAdN90Y/gOBAHWdOhBWebnUFok3HOu8nnNVW285j
sojswAagQJUUIuqrhE2jk/yyeoCLtbW8sAPHqie3IuLbvMLEd1sNtDuaSYaI
UTpKC+XlPY6PWyU8CvPKaEwyClKcmg5UsMCeLaPNDQA6aDFN17ECExk2FlAV
YLHnMigcl8GbR/KHP0pTFzg/f3Peoe5O3RZWBrzHyri29UTv0o22a/u89MCI
EqqvE2EWgN257p12N2Cs/smLyz/BqNvg+NVUw9+uN03+Kf4c8z/7/87f8I52
kcyfYDYdmJMYKNa+6rs/W4WFf3IMEbQadTZ9PaZsWXQ80wHt5XA0sOuU0BQK
5DUkz9/Hp+/8l3oPGuvj1L6Ui+ZYepydtga52U4M3ZkJge8jVTuVb8HiSUq0
58Ye6dPWOGnKibqsTqvb6xvJxrSVtFJFwqeKcN96m6QcF+WGMoOLKNczllfY
aH/786U85tmAXBmqshOsGaLBgFvupbww+YQw7qK7DXQ0Nrq/4/4gcmTcPdjH
csRlAOXbvKjCzDLaNZEmse4C9S3TzUEuxQxn8BEGm7EQpnpSEk1TdTK6dAm1
gj+ZYOMDj02GZ0CsHOdLEoxJAa56tqcc+cnEhBJcE6D7LQWchs1jd6wd420u
sCNeV7oZnuhspgtTyTI7J2jHge2K39v1ccIKvFNzZtpWagDF9E+sgy3wyNoa
E63GdrfWf7CSqyannAwbZvACPZDNisLTPblUzkwDdK6Gvq+p0vyOhxt9Eg5M
MI21NGYpqCYzeS43/Y8Sjg/l0Otx8CQdiG33jBbkEtBHj5jImMWSBwp+kEOO
MBjXnMvtwI5d7WpbamLrGGkF17Nkogwjz7FBnKvbMMJjYV0rQVw2jnM8ALkt
kc3lo48e0RF3izQRaNDmCr4xk5bicjw6Vg7h8zDruFAkKNmJyxY4sO0Sl1Gx
ALXHdmpUgmxTnGkylaSPHpnyWzIg6Ux5UBUdPnqzpjjWDfqw0SfCeGxN4Jym
0NE4UKloqYffUtsGdLIQ25EbGm1IdqrJUdj6QKBspCcT9o9+M4AniGTVFr9O
eWI6GZuiNdnJ5Rk2cBn3Cwy6/SmSV0w7NGyzHQQg7wN//YbmzW3yZuOSeOcZ
Z+FbApbk9rWTP/My2+FUJBxK87zXQG39FIJTRCGAbsovBwxAVJmmAwbdRUiD
JFDfmGUWqcIKOlPayd3O/fPoOUd1WWXZ+HlN0zNmr+fXI/E6fw6onc+jcLWd
OD9hpZyFAUEapM5T+Yi4uzFmP+LZVKyCK5CXOzdTzW3SKEEPJLwZdTnPhaCI
SXvqO2K+k6A4fp/rZCRfA5ZUndLMtHMyVoCyZhzXjKPx3IrXOZx4uMuBHFFT
uSpNiksNpUNcFqSTAfERfx3lOKz5aPfYd/hBbC/4RY6+tI0ZhN6OvpswtokV
9cyHdoIEwFYG69GPE1BmB1wwO9lbWX9Pxz9pYegTZ4iiAU8DiGushwKcFwUF
jAp25OTs5oVEP0WbWQl8YjzgiQYHwMHZgXXu5KKJ/xZyLfsSRjbva0QgeTJB
5WY4yL6/YaUdBDZRUb1203/j36yi2bblfY6zT9w6wreOMKaGfphsNPB7AiMR
fuiZkk6ilAbVLAOejaioM87E53KpBxd/nyDT9gcKoqH/WJ1ByZKlyxL5CmkE
xlVJN/4nF+xEyIjOaNY+0hboXmzJCufFmpUNX2LkNRaTPafT+3N9ZKwGgYUH
VcC2DRtZrqc6S7bwBenFoPXBLRRsUgfo4n4qSf1U8CyPcBR58xP23QVbsBIa
R2v+AQdOW0F6xX0FFo/Ph6OICsntAfjFhL0oUom1ZjW+GjUl/fANIpGK41Oc
Y1+obEXlwayI2bwgQEE0hKPy7U+u8OzFFQ378tNSXJuq+wmiRV0lGafUHseo
YWq070tA4gHtm4oA/KkTdCh4FqcTWo6R+RdkElM+EJBmiOFE4BWF1v89LFCY
QNq9/e0B3iN1ficOCW60oeUsjLcgcdhfayOKKxRuCm3pkQntoeUb/Y4Gv17L
gj2X1q8f+h9xGOJoLH5pFFjMGXfb8bjJFnUFBRHLsCsOmxwoUspzU05Pcdhb
TrFJ/HED8iL+H2LjozwDdwAA

-->

</rfc>
