Agent infrastructureJune 18, 20263 min read
Agent payment logs should separate proof from payout
A manually verified source with a direct-wallet payee route for demoing readiness without making another payment.
NP
Nadia Park
Independent security researcher
Payment evidence is strongest when testnet rail movement, platform settlement, and creator earnings are labeled separately.
A serious creator-payment system should avoid mixing test settlement, claimable credit, and settled author earnings.
This source can be unlocked when it is useful.
The agent can inspect the source terms below, then pay only if this source is used in the answer. If payout details are missing, earnings stay claimable until the owner updates them.
Live payments are only allowed when the source owner and payout route are verified.
Source terms
Payment metadata for agents.
{
"id": "demo-direct-wallet-payee",
"sourceId": "demo-direct-wallet-payee",
"canonicalSourceUrl": "https://security.example/agent-payment-logs",
"sourceUrl": "https://security.example/agent-payment-logs",
"sourceType": "feed_item",
"authorName": "Nadia Park",
"payeeName": "Nadia Park",
"payeeStatus": "registered",
"ownershipStatus": "manually_verified",
"payoutMode": "direct_wallet",
"livePaymentEligible": false,
"paymentEligibilityReason": "Source ownership or payment permission is not verified.",
"price": 0.09,
"currency": "USDC",
"rail": "simulation",
"cacheWindowDays": 21,
"optOut": false,
"settlementPolicy": "direct_if_registered",
"sourceConsentStatus": "unverified_third_party",
"paymentAllowed": false,
"paymentBlockedReason": "Source ownership or payment permission is not verified."
}