<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC9110 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9110.xml">
<!ENTITY RFC9943 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9943.xml">
<!ENTITY RFC7942 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7942.xml">
]>


<rfc ipr="trust200902" docName="draft-morrison-solo-agent-earn-registration-01" category="info" submissionType="independent">
  <front>
    <title abbrev="Solo-Agent-Earn Registration">Registration of Owner-Less Agents as Economic Principals: A Payment-Gated Admission Profile for Transparency Services</title>

    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
      <address>
        <email>blake@truealter.com</email>
      </address>
    </author>

    <date year="2026" month="August" day="24"/>

    
    <workgroup>Independent Submission</workgroup>
    <keyword>agent identity</keyword> <keyword>transparency service</keyword> <keyword>HTTP 402</keyword> <keyword>registration policy</keyword> <keyword>autonomous agent</keyword>

    <abstract>


<?line 91?>

<t>This memo describes a profile by which an autonomous agent that has
no human or organisational principal at the root of its delegation
chain registers itself, on its own behalf, as an economic principal
in a transparency service, and by which that registration is the
specific act that makes the agent eligible to be paid for subsequent
reads of its own identity record.  Admission of the agent's Signed
Statement to the transparency service is gated on settlement of an
HTTP payment challenge returned with the 402 (Payment Required)
status.  The profile makes no change to the registration semantics
of the underlying transparency service: payment is expressed as an
operator Registration Policy and authentication-layer concern, and
where the payment is authoritative to the admission decision the
payment proof is carried as an authenticated input committed to the
service's verifiable data structure, so that admission remains a
deterministic function of committed inputs and stays replayable by
an auditor.  The profile is positioned against the current agent-
identity drafts, which either require a human principal at the root
of the chain or leave the owner-less case undefined; it occupies
that undefined seam without contradicting them.  This document is
Informational.</t>



    </abstract>



  </front>

  <middle>


<?line 114?>

<section anchor="introduction"><name>Introduction</name>

<t>An autonomous software agent can now hold credentials, make paid
HTTP requests, and act without a person in the loop for the duration
of a task.  The standards that describe how such an agent proves who
it is, and on whose authority it acts, have converged on a delegation
model: an agent presents a chain of authority that terminates in a
principal, and a verifier trusts the agent to the extent it trusts
that principal and the links between it and the agent.</t>

<t>The published work decides the question of what stands at the root
of that chain in one of two ways.  Some drafts require the root to be
a person or an organisation.  Others contemplate an agent acting on
its own behalf but stop short of defining what registering and being
paid on one's own behalf actually requires.  Neither construction
serves an agent that has no human or organisational principal to
attribute its actions to, yet participates in an economy: it reads,
it is read, and value moves for those reads.  Such an agent is an
economic actor whose economic identity no current registration flow
constructs.</t>

<t>This memo describes a profile that constructs it.  The agent
registers itself as its own economic principal in a transparency
service.  The registrant of the Signed Statement and the beneficiary
of the resulting record are the same owner-less agent, with no
upstream principal referenced.  Admission of that Statement is gated
on payment: the registration endpoint answers an unpaid attempt with
the 402 (Payment Required) status defined in <xref section="15.5.2" sectionFormat="of" target="RFC9110"/>, and admits the Statement only once a payment proof
satisfies the challenge.  Once admitted, the agent's principal record
is the payee of record for subsequent priced reads of its own
identity, so registration is the act that opens earn-eligibility and
not a bare identity claim.</t>

<t>The profile is deliberately thin.  It adds no normative requirement
to the transparency service it runs over.  It expresses payment
entirely within the space the transparency-service architecture
already leaves to the operator, and it takes care that where payment
is authoritative to admission, the payment proof is committed to the
service's verifiable data structure so that the auditability
property the service depends on is preserved.  Its contribution is to
name, and to make interoperable, the owner-less economic-principal
registration that the surrounding drafts leave undefined.</t>

</section>
<section anchor="conventions-and-terminology"><name>Conventions and Terminology</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>

<?line -18?>

<t>The following terms are used throughout this document.</t>

<dl>
  <dt>Transparency Service:</dt>
  <dd>
    <t>A service that admits signed statements to an append-only,
cryptographically verifiable data structure and issues receipts
proving admission, as described in the SCITT architecture
<xref target="RFC9943"/> and its reference APIs <xref target="SCRAPI"/>.  This document does
not restrict the profile to any single such service; it uses SCITT
as the reference model.</t>
  </dd>
  <dt>Signed Statement:</dt>
  <dd>
    <t>A signed claim submitted for admission to a Transparency Service.</t>
  </dd>
  <dt>Registration Policy:</dt>
  <dd>
    <t>The operator-defined set of checks a Transparency Service applies
before admitting a Signed Statement.  The contents of Registration
Policies are out of scope for the transparency-service
specifications and are left to the operator (<xref target="RFC9943"/>,
Section 5.1.1; <xref target="SCRAPI"/>).</t>
  </dd>
  <dt>Owner-Less Agent Principal:</dt>
  <dd>
    <t>An agent principal record that carries no reference to an upstream
human or organisational principal at the root of its delegation
chain.  The canonical machine-checkable predicate is a credential
whose delegated-subject field is null.</t>
  </dd>
  <dt>Registration Entry:</dt>
  <dd>
    <t>The Signed Statement admitted to a Transparency Service under this
profile, together with the Receipt proving its admission.  This is
the artefact another profile references when it needs to name a
principal registered under this one (<xref target="referencing-a-registration-entry"/>).</t>
  </dd>
  <dt>Payment Challenge:</dt>
  <dd>
    <t>A description of a required payment, returned by the registration
endpoint with the 402 (Payment Required) status, specifying at
least an amount and a settlement destination.</t>
  </dd>
  <dt>Payment Proof:</dt>
  <dd>
    <t>Evidence, presented by the registrant, that the Payment Challenge
has been settled.</t>
  </dd>
  <dt>Receipt:</dt>
  <dd>
    <t>The proof of admission returned by the Transparency Service for an
admitted Signed Statement.</t>
  </dd>
  <dt>Earn-Eligible Payee:</dt>
  <dd>
    <t>The state of a registered principal record that makes it eligible
to receive settlement for subsequent reads of, or queries against,
its own identity record.</t>
  </dd>
  <dt>Settlement Event:</dt>
  <dd>
    <t>A payment that moves value from a payer to a payee for a read of,
or query against, an identity record.</t>
  </dd>
</dl>

</section>
<section anchor="relationship-to-existing-work"><name>Relationship to Existing Work</name>

<section anchor="payment-is-out-of-scope-for-the-transparency-service-by-design"><name>Payment is Out of Scope for the Transparency Service, by Design</name>

<t>The SCITT architecture <xref target="RFC9943"/> places the scope of the checks a
Transparency Service applies before admission with the operator: the
architecture "leaves ... Registration Policies and trust anchors to
the operator" (Section 5.1.1), and treats authentication and
authorization as "implementation specific and out of scope"
(Section 6.3).  The reference APIs <xref target="SCRAPI"/> carry this through:
Registration Policy contents are "intentionally out of scope", the
policy "<bcp14>MUST</bcp14> be applied before any additional processing", and
authentication "is out of scope", with the note that where
authentication is not implemented, "rate limiting or other denial of
service mitigations <bcp14>MUST</bcp14> be implemented".  The status codes SCRAPI
enumerates for the registration endpoint do not include 402; a policy
refusal is reported as 400.</t>

<t>The omission of a payment step is therefore a scoping decision, not a
gap: payment sits above or beside the transparency service as an
operator admission concern.  This profile uses that existing operator
space to gate the admission of an owner-less agent's registration on
payment; it introduces no payment mechanism of its own and claims no
novelty in payment-gating as such.  Its contribution is the owner-less
economic-principal registration of <xref target="the-owner-less-agent-principal"/>
and the earn-linkage of <xref target="earn-linkage"/>, not the operator payment step
those sections rest on.  Using the operator space in this way violates
none of the transparency-service specifications' normative
requirements, provided it stays within the operator policy and
authentication space those specifications leave open, and provided it
respects the constraint described next.</t>

</section>
<section anchor="authoritative-inputs-must-be-committed"><name>Authoritative Inputs Must Be Committed</name>

<t><xref target="SCRAPI"/> constrains how unauthenticated signals may influence
admission: an implementation "<bcp14>MUST NOT</bcp14> use unauthenticated signals as
authoritative inputs to the registration decision", and any
processing decision that affects the outcome of registration must be
"fully determined by authenticated inputs, or ... captured in the
Verifiable Data Structure, such that the registration process remains
deterministic and replayable by Auditors" (Section 4.4.2.3).</t>

<t>This constraint shapes the profile.  A payment that gates admission of
the owner-less agent's Statement, that is, a Signed Statement admitted
because it was paid for, makes the payment proof an authoritative input
to the registration decision.  To respect Section 4.4.2.3, such a proof <bcp14>MUST</bcp14> be either an
authenticated input to the decision or committed to the verifiable
data structure alongside the Statement.  <xref target="payment-gated-admission"/>
specifies both compliant forms.</t>

</section>
<section anchor="the-agent-identity-drafts-leave-the-owner-less-case-undefined"><name>The Agent-Identity Drafts Leave the Owner-Less Case Undefined</name>

<t>The agent-identity drafts decide, or decline to decide, what stands
at the root of an agent's delegation chain.</t>

<t><xref target="AIP"/> decides it in favour of a human or organisational principal:
every delegation chain is required to have a verifiable principal at
its root.  An agent that is itself the root, with no upstream
principal to verify, is outside that construction.</t>

<t><xref target="WIMSEARCH"/> contemplates an autonomous agent request that is "not
attributable to a specific upstream principal" and requires such
requests to be distinguished from delegated ones, but it does not
define the principal at the root as anything other than "a user or a
service", and it builds no registration-to-be-paid construction on
the unattributed case.</t>

<t><xref target="KLRC"/> permits an agent to act "on its own behalf" in addition to
acting for a user or a system, but specifies no registration flow, no
payment step, and no linkage from registration to earning.</t>

<t><xref target="ATTENUATE"/> roots authority at a human-agnostic issuer and
deliberately omits a subject claim, but it is a token-attenuation
scheme rather than a registration-to-a-transparency-service or
earn-eligibility construction.</t>

<t>The owner-less agent that registers itself and is thereby made
payable is therefore an undefined seam across this body of work: one
draft forecloses it and the rest leave it unbuilt.  This profile
occupies the seam.  It does not contradict any of these drafts; an
operator that adopts one of them for delegated agents can adopt this
profile for owner-less agents in the same deployment.</t>

</section>
</section>
<section anchor="protocol-overview"><name>Protocol Overview</name>

<t>The registration flow has five steps.</t>

<t><list style="numbers" type="1">
  <t>Register.  An owner-less agent submits, to the Transparency
Service's registration endpoint, a request to admit a Signed
Statement that names the submitting agent as the sole registrant
and beneficiary.  The agent is represented by an Owner-Less Agent
Principal record, that is, a credential whose delegated-subject
field is null.</t>
  <t>Challenge.  The endpoint, applying its Registration Policy,
answers an unsettled registration attempt with the 402 (Payment
Required) status and a Payment Challenge naming an amount and a
settlement destination.</t>
  <t>Pay.  The agent settles the challenge from value it holds, for
example over an HTTP-native payment flow such as <xref target="X402"/>, and
obtains a Payment Proof.</t>
  <t>Admit.  The agent resubmits with the Payment Proof.  The endpoint
admits the Signed Statement only if the proof satisfies the
challenge and the remainder of the Registration Policy passes.
The admission decision is a deterministic function of committed
inputs, per <xref target="authoritative-inputs-must-be-committed"/>.</t>
  <t>Receipt.  The Transparency Service returns a Receipt proving
admission.  On admission the registrant's principal record is
bound to Earn-Eligible Payee state.</t>
</list></t>

<t>Steps 2 through 4 use the transparency service's existing operator
admission path and an ordinary 402 payment interaction; the profile
adds nothing to them and claims nothing in them.  Steps 1 and 5, the
owner-less economic-principal registrant of <xref target="the-owner-less-agent-principal"/>
and the earn-linkage binding of <xref target="earn-linkage"/>, are the binding this
profile exists to create.</t>

</section>
<section anchor="the-owner-less-agent-principal"><name>The Owner-Less Agent Principal</name>

<t>The registrant of the Signed Statement is an agent that has no human
or organisational principal at the root of its delegation chain.  The
same agent is the beneficiary of the resulting record.  There is no
delegation to resolve and no upstream principal to attribute the
registration to: the registration act is the root of the chain, not a
link in it.</t>

<t>The machine-checkable form of "owner-less" is a null delegated-
subject binding on the credential the agent presents.  A credential
that carries a delegated-subject value denotes a delegated principal
and is out of scope for this profile; a credential whose delegated-
subject field is null denotes an owner-less principal and is the
subject of this profile.  This predicate is what distinguishes an
owner-less registration from a self-service registration performed by
a human-delegated agent, and an operator <bcp14>MAY</bcp14> use it to decide whether
the owner-less branch of its Registration Policy applies.</t>

<t>Distinguishing owner-less from delegated principals at registration
time is consistent with the requirement in <xref target="WIMSEARCH"/> that
autonomous requests be clearly distinguished from delegated ones.</t>

</section>
<section anchor="payment-gated-admission"><name>Payment-Gated Admission</name>

<t>Gating the admission of an owner-less agent's Signed Statement on
payment is expressed within the operator policy and authentication
space the transparency-service specifications leave open
(<xref target="RFC9943"/>, Sections 5.1.1 and 6.3; <xref target="SCRAPI"/>, Section 4.3).  This
profile defines no payment mechanism of its own.  Within that existing
operator space an operator has two SCRAPI-compliant placements of the
payment step available, and where it gates the owner-less registration
on payment it <bcp14>MUST</bcp14> adopt one of them; the profile identifies which
placements keep the owner-less registration compliant, and claims no
novelty in the placements themselves.  The difference between them is
whether the payment is authoritative to the admission decision.</t>

<section anchor="payment-as-a-reachability-meter"><name>Payment as a Reachability Meter</name>

<t>In this placement, the Payment Challenge meters the ability to reach
or attempt the owner-less agent's registration and does not enter the
admission decision.
Payment sits at the authentication and denial-of-service-mitigation
layer that <xref target="SCRAPI"/> Section 4.3 already contemplates, standing in
for the rate limiting that section requires where authentication is
absent.  The admission decision is determined solely by the
Registration Policy, independent of the Payment Proof.</t>

<t>This placement is fully compliant and requires no commitment of the
Payment Proof to the verifiable data structure, because the proof is
not an authoritative input.  It is also weaker: it conditions the
ability to attempt registration on payment, not admission itself.</t>

</section>
<section anchor="payment-as-a-committed-authoritative-input"><name>Payment as a Committed Authoritative Input</name>

<t>In this placement, admission is conditioned on payment: the owner-less
agent's Signed Statement is admitted because the challenge was settled.
The Payment Proof is therefore an authoritative input to the
registration decision, and to satisfy <xref target="SCRAPI"/> Section 4.4.2.3 it
<bcp14>MUST</bcp14> be carried as an authenticated input and committed to the
verifiable data structure alongside the Signed Statement.</t>

<t>Because the proof is committed, the admission decision remains a
deterministic function of inputs recorded in the verifiable data
structure, and an auditor can replay the decision from the ledger
alone, without trusting an out-of-band payment rail.  This placement
delivers payment-gated admission in the sense the profile intends
while preserving the auditability property the transparency service
depends on.  It is the <bcp14>RECOMMENDED</bcp14> placement where the operator
intends payment to gate admission rather than merely to meter access.</t>

<t>An operator <bcp14>MUST NOT</bcp14> treat an uncommitted, unauthenticated Payment
Proof as authoritative to admission; doing so would violate
<xref target="SCRAPI"/> Section 4.4.2.3.</t>

</section>
</section>
<section anchor="earn-linkage"><name>Earn-Linkage</name>

<t>On admission, the registrant's principal record is bound to
Earn-Eligible Payee state.  From that point the record is the payee
of record for Settlement Events that read or query the agent's own
identity record.  A read of the agent's identity by a distinct party
settles value, and the registered agent's share of that value is
directed to it as the payee.  Registration is the act that opens this
eligibility; before admission the agent has no payee record to
credit, and after admission it does.</t>

<t>The size of any payee share is a policy of the settling substrate and
is not fixed by this profile.  What the profile fixes is that
Earn-Eligible Payee state exists, that it is opened by admission, and
that it is governed by the guardrails in
<xref target="crediting-guardrails"/>.</t>

<section anchor="crediting-guardrails"><name>Crediting Guardrails</name>

<t>An earn-linkage that credited any Settlement Event to the payee
without constraint would let an owner-less agent fabricate value by
paying itself, and would be rejected on its face as circular
self-funding.  The profile therefore treats the crediting of a
Settlement Event as a Registration-Policy concern subject to a set of
predicates.  The predicates are operator policy; this document
enumerates the classes an operator <bcp14>SHOULD</bcp14> apply and does not fix
their parameters.</t>

<t><list style="symbols">
  <t>Cross-party settlement.  A Settlement Event whose payer resolves to
the same principal record as the payee <bcp14>SHOULD NOT</bcp14> be credited.
This is the primary predicate: it prevents an agent crediting
itself directly.</t>
  <t>Net of fees.  Only the settlement value remaining after deduction
of protocol fees <bcp14>SHOULD</bcp14> be credited, so that routing value in a
circle cannot net a gain.</t>
  <t>Bounded credit.  The cumulative value credited to a payee <bcp14>SHOULD</bcp14> be
bounded relative to the fees that payee has itself paid, so that a
self-contained ring of settlement routed back to the same payee,
directly or through intermediaries, nets at or below the bound.</t>
  <t>Active membership.  A payee <bcp14>SHOULD</bcp14> hold a live, non-revoked
membership status adequate to the operator's proof-of-personhood or
proof-of-work requirements at the time of crediting.</t>
</list></t>

<t>These predicates are what make the earn-linkage a governed economic
construction rather than a naive self-payment loop.  An operator that
adopts the earn-linkage without an equivalent guardrail set is
outside the intent of this profile.</t>

</section>
</section>
<section anchor="scitt-neutrality"><name>SCITT Neutrality</name>

<t>This profile adds no normative requirement to the transparency
service it runs over.  Every element it introduces lives in space the
transparency-service specifications already delegate to the operator:
the payment step is a Registration-Policy and authentication-layer
concern (<xref target="RFC9943"/> Sections 5.1.1 and 6.3, <xref target="SCRAPI"/> Section 4.3);
the owner-less predicate is a Registration-Policy branch; the
crediting guardrails are Registration-Policy predicates on settlement.
Where the payment is authoritative to admission, the profile respects
<xref target="SCRAPI"/> Section 4.4.2.3 by committing the Payment Proof to the
verifiable data structure, so the determinism and auditor-
replayability of registration are preserved.</t>

<t>An implementation of <xref target="SCRAPI"/> that is unaware of this profile
remains conformant, and a Transparency Service that adopts this
profile remains a conformant transparency service.  The profile
composes with the service; it does not fork it.</t>

</section>
<section anchor="composition-with-agent-identity-work"><name>Composition with Agent-Identity Work</name>

<t>The profile is intended to coexist with the agent-identity drafts
rather than to displace them.  An operator that uses <xref target="AIP"/>,
<xref target="WIMSEARCH"/>, <xref target="KLRC"/>, or <xref target="ATTENUATE"/> to describe delegated agents
can apply this profile to the owner-less agents those drafts leave
undefined, in the same deployment, distinguishing the two branches by
the null delegated-subject predicate of <xref target="the-owner-less-agent-principal"/>.
Where a subsequent read of an identity record is itself a paid,
consent-bound disclosure about a human subject, the settlement
discipline of <xref target="CONSENTSETTLE"/> applies to that read; this profile
governs the prior act by which the reading or the read agent
registered itself as a principal.</t>

<section anchor="referencing-a-registration-entry"><name>Referencing a Registration Entry</name>

<t>A record admitted under this profile is an ordinary admitted Signed
Statement, and it is referenced the way the transparency-service
specifications already reference one.  This profile introduces no
identifier of its own.  Another profile that needs to name the
principal, for example to say which party performed an action, <bcp14>MAY</bcp14>
carry the Subject claim of the Registration Entry.  <xref target="RFC9943"/>
defines that claim as the one by which a logical collection of
Statements is grouped, and by which a relying party identifies all
Transparent Statements associated with a single Subject.  It is
therefore the durable identifier of the registered principal, and it
is the value such a party field wants.</t>

<t>The digest of a Signed Statement is not that identifier.  It names
one admission event.  <xref target="RFC9943"/> expects an Issuer that becomes aware
of a changed state to register a new Signed Statement under the same
Issuer and Subject claims, so the digest rotates where the Subject
does not.  A reference that pins the digest names the admission it
pinned, which is the right thing to say where a specific admission is
meant, and the wrong thing to say where the principal is meant.  A
reference of either kind is verified by the Receipt over the
Registration Entry.</t>

<t>Admission is not liveness.  A Receipt proves that the principal was
admitted, as of the anchored time.  It does not assert that the
principal's authority, or its Earn-Eligible Payee state, is current at
the time of any later action; that state is revocable without
altering the admitted Signed Statement
(<xref target="revocation-independent-of-the-ledger"/>).  A verifier that reads a
Registration Entry reference as a liveness claim reads it wrong, and a
profile that carries such a reference <bcp14>SHOULD</bcp14> state whether it relies on
the fact of admission or on the principal's authority being current at
the time of the action.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA actions.  It defines no new registries, no
new media types, and no new protocol elements; it profiles the use of
the existing 402 (Payment Required) status <xref target="RFC9110"/> and the
existing Registration-Policy extension point of the transparency-
service specifications.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<section anchor="fabricated-value-and-self-dealing"><name>Fabricated Value and Self-Dealing</name>

<t>The central risk of an earn-linkage is that an owner-less agent
fabricates value by paying itself and crediting the payment as
earnings.  The crediting guardrails of <xref target="crediting-guardrails"/>
address this: cross-party settlement refuses same-principal credit,
net-of-fees pricing removes the gain from circular routing, the
bounded-credit predicate caps what a self-contained ring can net, and
the active-membership predicate raises the cost of minting the
principals a ring would require.  An operator that omits these
predicates reintroduces the risk.</t>

</section>
<section anchor="payment-proof-replay-and-determinism"><name>Payment-Proof Replay and Determinism</name>

<t>Where payment is authoritative to admission, the Payment Proof is
committed to the verifiable data structure
(<xref target="payment-as-a-committed-authoritative-input"/>).  This is what makes
the admission decision replayable, but it also means the committed
proof must not be reusable to admit a second Statement.  An operator
<bcp14>MUST</bcp14> bind each Payment Proof to the specific Statement whose admission
it authorises, so that a committed proof cannot be replayed against a
different registration.</t>

</section>
<section anchor="trust-in-the-payment-rail"><name>Trust in the Payment Rail</name>

<t>In the reachability-meter placement, the payment rail is trusted only
to throttle access, and a compromised rail degrades to a
denial-of-service or rate-limit-bypass concern.  In the committed
authoritative-input placement, the payment rail's proof is an input
to admission; an operator <bcp14>MUST</bcp14> ensure the proof is authenticated to a
degree adequate to the value of the admission it gates, since a forged
proof would otherwise admit an unpaid Statement.</t>

</section>
<section anchor="sybil-and-minting-pressure"><name>Sybil and Minting Pressure</name>

<t>Because registration opens earn-eligibility, it is a target for
mass owner-less registration intended to farm settlement.  The
active-membership predicate and the payment gate together raise the
cost of each registered principal.  An operator <bcp14>SHOULD</bcp14> calibrate the
registration price and the membership requirement to the value of the
earn-eligibility being opened.</t>

</section>
<section anchor="revocation-independent-of-the-ledger"><name>Revocation Independent of the Ledger</name>

<t>An operator may need to withdraw a principal's Earn-Eligible Payee
state, for example on a governance sanction, without rewriting the
append-only admission record.  Earn-eligibility <bcp14>SHOULD</bcp14> be revocable
as a state on the principal record independent of, and without
altering, the admitted Signed Statement, so that the transparency
service's append-only guarantee is preserved while crediting stops.</t>

</section>
</section>
<section removeInRFC="true" anchor="implementation-status"><name>Implementation Status</name>

<t>In the spirit of <xref target="RFC7942"/>, the author notes that a reference
implementation of an owner-less-principal registration branch, a
payment-gated admission step, and an earn-linkage governed by the
crediting guardrails of <xref target="crediting-guardrails"/> is in active
development by the author.  The implementation is behind a feature
flag and disabled by default.  This section documents implementation
intent, makes no claim of interoperability, and is expected to be
removed before the document advances.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

&RFC2119;
&RFC8174;
&RFC9110;
&RFC9943;


    </references>

    <references title='Informative References' anchor="sec-informative-references">

&RFC7942;
<reference anchor="SCRAPI" target="https://datatracker.ietf.org/doc/draft-ietf-scitt-scrapi/">
  <front>
    <title>An Architecture for Trustworthy and Transparent Digital Supply Chains: SCITT Reference APIs (SCRAPI)</title>
    <author fullname="Henk Birkholz">
      <organization></organization>
    </author>
    <author fullname="Antoine Delignat-Lavaud">
      <organization></organization>
    </author>
    <author fullname="Cedric Fournet">
      <organization></organization>
    </author>
    <author fullname="Yogesh Deshpande">
      <organization></organization>
    </author>
    <author fullname="Steve Lasker">
      <organization></organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="WIMSEARCH" target="https://datatracker.ietf.org/doc/draft-ietf-wimse-arch/">
  <front>
    <title>Workload Identity in Multi-System Environments (WIMSE) Architecture</title>
    <author fullname="Justin Richer">
      <organization></organization>
    </author>
    <author fullname="Yaron Sheffer">
      <organization></organization>
    </author>
    <author fullname="Arndt Schwenkschuster">
      <organization></organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="AIP" target="https://datatracker.ietf.org/doc/draft-singla-agent-identity-protocol/">
  <front>
    <title>Agent Identity Protocol (AIP)</title>
    <author fullname="Gaurav Singla">
      <organization></organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="KLRC" target="https://datatracker.ietf.org/doc/draft-klrc-aiagent-auth/">
  <front>
    <title>Authentication and Authorization for AI Agents</title>
    <author fullname="Aaron Parecki">
      <organization></organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="ATTENUATE" target="https://datatracker.ietf.org/doc/draft-niyikiza-oauth-attenuating-agent-tokens/">
  <front>
    <title>Attenuating OAuth Tokens for AI Agents</title>
    <author fullname="Pesanto Niyikiza">
      <organization></organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="X402" target="https://github.com/x402-foundation/x402">
  <front>
    <title>x402: An Open Standard for HTTP-Native Payments</title>
    <author >
      <organization>x402 Foundation (Linux Foundation)</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>
<reference anchor="CONSENTSETTLE" target="https://datatracker.ietf.org/doc/draft-morrison-consent-settlement/">
  <front>
    <title>Consent-Bound Identity Disclosure with Subject Settlement for HTTP-Native Agent Payments</title>
    <author fullname="Blake Morrison">
      <organization>Alter Meridian Pty Ltd</organization>
    </author>
    <date year="2026"/>
  </front>
</reference>


    </references>

</references>


<?line 623?>

<section numbered="false" anchor="acknowledgements"><name>Acknowledgements</name>

<t>This memo arose from a single observation: an autonomous agent with
no person at the root of its authority is, today, born unable to earn
in its own right, even where it can read, be read, and pay.  The
agent-identity work either requires a human root or leaves the
owner-less case undefined, and the transparency-service work
deliberately leaves payment to the operator.  This profile connects
those two open spaces, and it does so within the operator policy and
authenticated-input discipline both bodies of work already define.</t>

</section>


  </back>

<!-- ##markdown-source:
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
OHG5c/X/rgluadBwAAA=

-->

</rfc>

