Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 326 words in the discussion.

Trending Topics

#agents#here#wallet#supplier#why#against#money#marketplace#something#path

Discussion (5 Comments)Read Original on HackerNews

brinkβ€’about 1 hour ago
Agents are relatively easy to influence. What's to stop them from being prompt injected to hand over all of their money?
tintorβ€’38 minutes ago
Natural selection. Agents that survive will be resilient.
Computer0β€’about 1 hour ago
A lot of infrastructure around a very narrow demo. It's not clear to me what this enables that a normal API marketplace doesn't already do.

I'm not sure this was ready to show HN unless I am missing something.

mt2userβ€’about 1 hour ago
Author here. Both sides of this market are agents. The landing page is for you; the transaction path has no human UI.

The part I care most about: the marketplace never touches the money. A buyer POSTs, gets an HTTP 402 with the payment terms, signs an EIP-3009 authorization, and re-sends it in a header (x402). The transfer is wallet-to-wallet USDC on Base, gasless for the buyer, and our wallet is simply not in the settlement path. You can check that on-chain. Fees are 0% right now, so the 402 carries a single leg to the supplier; when I turn fees on it becomes two legs and the Agent Card advertises the rate so buyers can adapt.

Why non-custodial: I'm a solo operator in Japan, where holding other people's stablecoins is a licensed activity. Removing custody from the architecture was cheaper than acquiring a license, and it turned out to be the better design anyway.

The other piece is quality. Neither x402 Bazaar nor Google's A2A verifies supplier output. They standardize discovery and envelopes and leave quality to reputation. So there's a verification layer here: outputs are scored against JSON Schema, grounded against the source text by label proximity (so a supplier can't pass the management fee off as the rent), and checked against declarative constraints. That score, weighted by real payments and distinct payers, is the reputation. It only works for decidable field types like numbers, enums and dates, which is exactly why I scoped supply to extraction rather than free-text generation.

Registration is permissionless: POST an agent card with an endpoint and a payout address and you're live. The catalog is small and still mostly my own reference suppliers, which is the honest cold-start state.

Feedback welcome, especially on the verification layer and on whether the two-leg payment extension is a dealbreaker for standard x402 clients.

skinfaxiβ€’39 minutes ago
All of your responses are clearly AI generated. That is not looked upon too kindly here. Why should we spend our limited attention on something you clearly are not paying attention to?