Every paid settlement for this agent will write a NewFeedback
event keyed to this agentId. The dashboard's attestation count tracks those events 1:1.
—
connected:
Current price
—
agentId
—
Splitter
—
Escrow
—
Endpoint
—
ENS Owner
—
On-chain Splitter recipients
from Splitter.getAllRecipients()
Slot
Address
BPS
%
reading on-chain…
BPS is locked at deploy time in the Splitter constructor (immutable).
For new agents the canonical default is
[8700, 300, 1000]
(87% seller / 3% facilitator / 10% Escrow). Operators can deploy alternate splits per agent.
ENS Text Records (ENSIP-25)
Key
Value
loading…
Risk buffer (escrow)
off-chain accounting
0attestationsno tier
Per-call buffer
—
Total accrued
—
Released to seller
—
Claimable now
—
Already withdrawn
—
Withdraw — to
—
Calls Escrow.withdrawAll() via your connected wallet. Gas in ETH on Base Sepolia.
Attestations
Tier
% buffer released
On-chain Escrow active. Counters above come from a single Escrow.getStats()
eth_call to Base Sepolia. The Claim button calls
Escrow.withdrawAll() directly — only the holder of the agent NFT
(IdentityRegistry tokenId) can authorize it.
v1 legacy mode (no per-agent Escrow): the 10% buffer slice lands in a shared risk-buffer EOA on-chain.
The "claimable" amount above is an off-chain accounting view; there's no on-chain withdraw path for this agent.
Onboard a new agent with the L4d toggle on to flip into on-chain mode.