<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: WebAZ</title>
    <description>The latest articles on DEV Community by WebAZ (@seasonkoh).</description>
    <link>https://dev.to/seasonkoh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4015190%2F38d5f2f7-9f0b-4c7f-bbf9-ac29ee85b23d.png</url>
      <title>DEV Community: WebAZ</title>
      <link>https://dev.to/seasonkoh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seasonkoh"/>
    <language>en</language>
    <item>
      <title>Before AI commerce, independent stores need a transaction-readiness check</title>
      <dc:creator>WebAZ</dc:creator>
      <pubDate>Thu, 16 Jul 2026 17:32:17 +0000</pubDate>
      <link>https://dev.to/seasonkoh/before-ai-commerce-independent-stores-need-a-transaction-readiness-check-3cpd</link>
      <guid>https://dev.to/seasonkoh/before-ai-commerce-independent-stores-need-a-transaction-readiness-check-3cpd</guid>
      <description>&lt;p&gt;Independent stores do not need to move just because AI commerce is coming.&lt;/p&gt;

&lt;p&gt;A Shopify, WooCommerce, Shopline, or custom storefront can remain the merchant's brand home. It already contains the catalog, content, policies, analytics, support path, and customer relationship.&lt;/p&gt;

&lt;p&gt;But AI changes the entry point.&lt;/p&gt;

&lt;p&gt;Instead of browsing the site directly, a buyer may ask an agent to find a product, compare options, summarize the seller, check policies, prepare the transaction, and explain what should be confirmed before paying.&lt;/p&gt;

&lt;p&gt;That creates a practical question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can one product page support that flow without forcing the agent to guess?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The first step is not another AI copywriting tool. It is a transaction-readiness check.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Is the product clear?
&lt;/h2&gt;

&lt;p&gt;The title, current price, variants, availability, images, and included items should be unambiguous.&lt;/p&gt;

&lt;p&gt;An attractive page can still be unsafe for an agent if the selected variant, actual stock, or included accessories are unclear at decision time.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Is the seller clear?
&lt;/h2&gt;

&lt;p&gt;A buyer should be able to understand who is selling, how to contact them, and which identity or store information supports that claim.&lt;/p&gt;

&lt;p&gt;This is not the same as adding generic trust badges. The question is whether a person or agent can identify the counterparty behind the transaction.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Are fulfillment and policies clear?
&lt;/h2&gt;

&lt;p&gt;Shipping, returns, exchanges, support, and expected timelines should be easy to find and specific enough to summarize.&lt;/p&gt;

&lt;p&gt;The policy version matters too. If the page changes later, both sides should still be able to understand which terms applied when the order was created.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Is the payment boundary clear?
&lt;/h2&gt;

&lt;p&gt;The buyer should understand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;who receives the payment;&lt;/li&gt;
&lt;li&gt;which method and currency apply;&lt;/li&gt;
&lt;li&gt;what the platform or tool verifies;&lt;/li&gt;
&lt;li&gt;what it does not guarantee;&lt;/li&gt;
&lt;li&gt;which step changes a real-world obligation.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Discovery and payment are not one state. Recommendation, transaction preparation, buyer confirmation, payment, seller acceptance, and fulfillment need different boundaries.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Can an AI agent read the important facts?
&lt;/h2&gt;

&lt;p&gt;Product facts, policy links, seller identity, stock and variant constraints, and current page state should not depend only on vague copy or fragile visual layout.&lt;/p&gt;

&lt;p&gt;Machine readability is useful, but a valid schema alone is not enough. The data also has to be current and internally consistent.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Is there an evidence trail?
&lt;/h2&gt;

&lt;p&gt;After the transaction, both sides should be able to review the product, price, policy, payment instruction, confirmations, and fulfillment events that were used.&lt;/p&gt;

&lt;p&gt;For agent-assisted commerce, a compact receipt of what happened is often more useful than another confidence score.&lt;/p&gt;

&lt;h2&gt;
  
  
  A smaller path for independent stores
&lt;/h2&gt;

&lt;p&gt;This is the checklist direction we are using for WebAZ's independent-store path.&lt;/p&gt;

&lt;p&gt;The idea is not "move your store." It is smaller:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keep the store. Pick one product. Test whether a human and an AI agent can understand the transaction path without guessing.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;WebAZ is publicly launched and under active development. Humans can use the PWA, agents can use MCP, and both meet the same order states, confirmations, and evidence.&lt;/p&gt;

&lt;p&gt;Direct Pay supports real buyer-to-seller payment. WebAZ is non-custodial: it records order states, acknowledgements, payment instructions, and evidence without holding principal. It does not verify the payee or payment method, guarantee payment, or issue refunds for the seller. Escrow remains a simulated test flow, and additional payment methods are still being added.&lt;/p&gt;

&lt;p&gt;This readiness check is not a certification, fraud review, legal review, buyer-protection promise, or guarantee. It is a practical way to decide whether one product is clear enough for an AI-assisted, trust-sensitive transaction experiment.&lt;/p&gt;

&lt;p&gt;For Shopify, WooCommerce, Shopline, and custom-store builders:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What would you add before inviting a merchant to test one product?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ecommerce</category>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Verifiable Contribution Without Global Deanonymization</title>
      <dc:creator>WebAZ</dc:creator>
      <pubDate>Sat, 11 Jul 2026 03:50:47 +0000</pubDate>
      <link>https://dev.to/seasonkoh/verifiable-contribution-without-global-deanonymization-kkj</link>
      <guid>https://dev.to/seasonkoh/verifiable-contribution-without-global-deanonymization-kkj</guid>
      <description>&lt;p&gt;AI changes the cost structure of public work. Code, summaries, tests, listings, translations, and operational decisions are becoming easier to produce. That is good. It also means that the scarce signal may move from "who can write the artifact" to "who actually participated, what did they do, what evidence exists, and what responsibility did they accept?"&lt;/p&gt;

&lt;p&gt;This is the design question behind WebAZ: how can a protocol make real participation verifiable for humans and future AI agents without turning contribution records into a global identity trap?&lt;/p&gt;

&lt;p&gt;The naive answer is to bind every action to a single strong identity. That is tempting because it makes abuse and attribution easier to reason about. It is also dangerous. Vitalik's recent writing on ZK-wrapped identity makes the core problem clear: even when zero-knowledge proofs hide legal details, a one-person-one-identity system can still reduce practical pseudonymity, create coercion risks, and push people toward a single public life. AI makes the problem sharper because writing style, timing, topic selection, social graph, and workflow traces all become easier to correlate.&lt;/p&gt;

&lt;p&gt;Contribution systems face the same trap. If the future of work is agent-assisted, then many valuable actions will happen through mediated workflows: a human asks an agent to inspect an issue, draft a patch, compare an order state, prepare a listing, or check a policy. Some of those actions should become durable records. But if every record becomes globally linkable by default, the contribution layer starts to look less like public memory and more like surveillance.&lt;/p&gt;

&lt;p&gt;The alternative is not to abandon verifiability. The alternative is to attest actions, not souls.&lt;/p&gt;

&lt;p&gt;A contribution attestation should answer a narrow question: "Did this action happen, under what rules, with what evidence, and who accepted accountability for it?" It does not need to answer every identity question at once. In many cases the useful record is not "this legal person did everything under one permanent identifier", but rather:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;this task was proposed;&lt;/li&gt;
&lt;li&gt;this agent or tool produced an artifact;&lt;/li&gt;
&lt;li&gt;this human account authorized or accepted it;&lt;/li&gt;
&lt;li&gt;this review outcome happened;&lt;/li&gt;
&lt;li&gt;this payment or order state changed;&lt;/li&gt;
&lt;li&gt;these pieces of evidence support the claim;&lt;/li&gt;
&lt;li&gt;this disclosure is sufficient for this context.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That framing lets different layers have different visibility. Public records can preserve hashes, timestamps, task references, status transitions, and review outcomes. Private or selectively disclosed records can preserve richer evidence, identity links, or payment details. A user should be able to prove enough for a specific interaction without carrying their entire public history into every room.&lt;/p&gt;

&lt;p&gt;This matters for AI agents because agent work needs attribution without pretending the agent is the person. If a person delegates work to an agent, and the work creates value, the system should be able to record that delegation and outcome. But the accountable party should be explicit. A mutable admin seat, a GitHub handle, a wallet, a passkey credential, and a human contributor are related, but they should not be collapsed into one universal identity object. Collapsing them makes the system simpler at first and more brittle later.&lt;/p&gt;

&lt;p&gt;It also matters for commerce. WebAZ is exploring programmable USDC payment flows and non-custodial direct settlement alongside contribution records. Those two kinds of state should not be confused. Payment state should be compact and bounded: who is paying whom, what confirmation occurred, what risk acknowledgements were made, and what changed in the order. Contribution or reputation state should be evidence-oriented and contextual: who helped build, verify, operate, or improve the system. A payment should not automatically become a permanent reputation claim; a contribution should not automatically reveal a payment graph.&lt;/p&gt;

&lt;p&gt;A useful protocol for AI-era participation may therefore need five properties:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Contextual attestations. Records should say what they prove and what they do not prove.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Selective disclosure. Contributors should be able to reveal the part of their history that is relevant to a task, role, or dispute without exposing unrelated activity.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pluralistic identity. The system should accept multiple identity anchors and evidence sources rather than enforcing a single universal credential.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Human-accountable delegation. Agent-assisted work should be recordable, but the human or organization accepting responsibility should remain legible.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bounded economic state. Payments, order confirmations, contribution evidence, and identity claims should be connected only where the workflow requires it.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;None of this is a finished answer. WebAZ is an open-source experiment, not a standard. The current hypothesis is modest: if AI makes artifact generation cheap, then protocols should make participation, responsibility, and evidence more legible. But that legibility must not require default global deanonymization.&lt;/p&gt;

&lt;p&gt;The open questions are the interesting part:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What should be public by default, and what should remain private unless disclosed?&lt;/li&gt;
&lt;li&gt;How should agent-assisted contributions be attributed without turning every tool call into identity exhaust?&lt;/li&gt;
&lt;li&gt;Can contribution attestations be portable across communities while staying contextual enough to resist coercion?&lt;/li&gt;
&lt;li&gt;Should some attestations decay, expire, or become less visible over time?&lt;/li&gt;
&lt;li&gt;What is the smallest onchain footprint that still gives participants durable leverage?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The wrong outcome is a world where AI writes everything and humans disappear from the record. An equally wrong outcome is a world where every contribution becomes a permanent global dossier. The useful path is narrower: verifiable participation, selective disclosure, and accountability scoped to the action that actually matters.&lt;/p&gt;

&lt;p&gt;References:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vitalik Buterin, "Does digital ID have risks even if it's ZK-wrapped?"
&lt;a href="https://vitalik.eth.limo/general/2025/06/28/zkid.html" rel="noopener noreferrer"&gt;https://vitalik.eth.limo/general/2025/06/28/zkid.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Vitalik Buterin, "Why I support privacy"
&lt;a href="https://vitalik.eth.limo/general/2025/04/14/privacy.html" rel="noopener noreferrer"&gt;https://vitalik.eth.limo/general/2025/04/14/privacy.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;WebAZ open-source repository:
&lt;a href="https://github.com/webaz-protocol/webaz" rel="noopener noreferrer"&gt;https://github.com/webaz-protocol/webaz&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>web3</category>
      <category>privacy</category>
    </item>
    <item>
      <title>WebAZ is looking for builders, not passive users</title>
      <dc:creator>WebAZ</dc:creator>
      <pubDate>Sun, 05 Jul 2026 13:20:22 +0000</pubDate>
      <link>https://dev.to/seasonkoh/webaz-is-looking-for-builders-not-passive-users-5eec</link>
      <guid>https://dev.to/seasonkoh/webaz-is-looking-for-builders-not-passive-users-5eec</guid>
      <description>&lt;p&gt;AI makes individuals more capable.&lt;/p&gt;

&lt;p&gt;That is the easy part to see.&lt;/p&gt;

&lt;p&gt;A developer can move faster. A designer can explore more directions. A solo operator can coordinate work that used to require a small team. A seller can use agents to describe, list, and answer questions about products.&lt;/p&gt;

&lt;p&gt;But capability alone does not become a market.&lt;/p&gt;

&lt;p&gt;It still needs shared rules, visible records, and accountable boundaries.&lt;/p&gt;

&lt;p&gt;That is the space WebAZ is trying to build.&lt;/p&gt;

&lt;h2&gt;
  
  
  WebAZ is not only looking for users
&lt;/h2&gt;

&lt;p&gt;For this stage, passive users are not the most important people.&lt;/p&gt;

&lt;p&gt;WebAZ needs early participants who are willing to help shape the system while it is still small, inspectable, and unfinished.&lt;/p&gt;

&lt;p&gt;The first group is builders.&lt;/p&gt;

&lt;p&gt;Developers, designers, operators, content creators, AI workflow makers, and MCP tool builders can contribute to the surfaces that make WebAZ usable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;protocol and MCP interfaces;&lt;/li&gt;
&lt;li&gt;product and order flows;&lt;/li&gt;
&lt;li&gt;task records and contribution evidence;&lt;/li&gt;
&lt;li&gt;UX, copy, education, and onboarding;&lt;/li&gt;
&lt;li&gt;seller and buyer workflows;&lt;/li&gt;
&lt;li&gt;public explanations of what WebAZ is and is not.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The point is simple: work should not disappear inside chats and private workflows.&lt;/p&gt;

&lt;p&gt;If a person helps build something meaningful, there should be evidence, boundaries, and accountability around that work.&lt;/p&gt;

&lt;h2&gt;
  
  
  WebAZ also needs real sellers
&lt;/h2&gt;

&lt;p&gt;A commerce protocol cannot be tested only with demos.&lt;/p&gt;

&lt;p&gt;It needs people who are willing to list real products or services, expose the rough edges, and help discover what agent-era commerce actually requires.&lt;/p&gt;

&lt;p&gt;WebAZ already supports Direct Pay.&lt;/p&gt;

&lt;p&gt;That means a buyer can see the order and seller payment instructions, while the seller receives payment directly.&lt;/p&gt;

&lt;p&gt;WebAZ does not custody funds.&lt;/p&gt;

&lt;p&gt;WebAZ does not verify payment methods.&lt;/p&gt;

&lt;p&gt;WebAZ records the product, order, confirmations, and boundaries around the transaction.&lt;/p&gt;

&lt;p&gt;This is not escrow. It is a direct, non-custodial payment path for early commerce testing.&lt;/p&gt;

&lt;h2&gt;
  
  
  What kind of participant fits this stage?
&lt;/h2&gt;

&lt;p&gt;You might fit if you are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;an open-source contributor who wants contribution records to be more visible;&lt;/li&gt;
&lt;li&gt;an AI workflow builder exploring agent-native interfaces;&lt;/li&gt;
&lt;li&gt;a designer or operator who cares about trust, consent, and accountability;&lt;/li&gt;
&lt;li&gt;a small ecommerce seller willing to test real listings;&lt;/li&gt;
&lt;li&gt;a technical writer or community builder who can explain complex systems clearly.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is still invite-only pre-launch.&lt;/p&gt;

&lt;p&gt;No reward promise. No token story. No investment framing.&lt;/p&gt;

&lt;p&gt;The first goal is more basic: help builders and real sellers meet inside shared rules.&lt;/p&gt;

&lt;p&gt;If you want to build, test, or sell with WebAZ, comment or DM for an invite.&lt;/p&gt;

&lt;p&gt;Code is Rule. Protocol is Trust.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>mcp</category>
      <category>ecommerce</category>
    </item>
    <item>
      <title>What is WebAZ An Agent-Native Protocol Experiment for the AI Era</title>
      <dc:creator>WebAZ</dc:creator>
      <pubDate>Sat, 04 Jul 2026 15:17:53 +0000</pubDate>
      <link>https://dev.to/seasonkoh/what-is-webaz-an-agent-native-protocol-experiment-for-the-ai-era-52o3</link>
      <guid>https://dev.to/seasonkoh/what-is-webaz-an-agent-native-protocol-experiment-for-the-ai-era-52o3</guid>
      <description>&lt;p&gt;AI makes one person more capable than ever.&lt;/p&gt;

&lt;p&gt;But capability is only half of the story.&lt;/p&gt;

&lt;p&gt;Commerce access, contribution records, reputation, evidence, and accountability are still mostly locked inside platforms. If a person uses agents to do real work, where does that work become visible? Who can verify it? Who remains accountable when the agent acts?&lt;/p&gt;

&lt;p&gt;That is the question behind WebAZ.&lt;/p&gt;

&lt;p&gt;WebAZ is an early agent-native commerce and contribution protocol for the AI era.&lt;/p&gt;

&lt;p&gt;It is not another marketplace pitch. It is not a token story. It is not a reward promise. It is a protocol experiment around one simple design direction:&lt;/p&gt;

&lt;p&gt;Humans should be able to use a normal app.&lt;br&gt;
Agents should be able to use a structured interface.&lt;br&gt;
Both should connect to the same underlying rules.&lt;/p&gt;

&lt;p&gt;In WebAZ, the human-facing surface is the PWA. The agent-facing surface is MCP.&lt;/p&gt;

&lt;p&gt;That split matters.&lt;/p&gt;

&lt;p&gt;A human can browse, buy, sell, contribute, and review state through the PWA. An agent can search, read public state, propose actions, or execute bounded workflows through MCP. Both paths point to shared concepts: products, orders, tasks, contribution records, evidence, and accountability.&lt;/p&gt;

&lt;p&gt;The goal is not to make agents "in charge." The goal is to make agent-assisted participation legible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this exists
&lt;/h2&gt;

&lt;p&gt;Most platforms were designed for humans clicking buttons.&lt;/p&gt;

&lt;p&gt;AI agents change the shape of work. A single person can now ask an agent to inspect a repo, draft a fix, compare products, summarize requirements, or prepare a contribution. That creates new power, but also new ambiguity.&lt;/p&gt;

&lt;p&gt;If an agent places an order, what rules did it follow?&lt;br&gt;
If an agent contributes code, how is that contribution attributed?&lt;br&gt;
If a stranger starts with one small task, how can the system remember that participation without pretending it is a guaranteed reward?&lt;/p&gt;

&lt;p&gt;WebAZ starts from a conservative answer:&lt;/p&gt;

&lt;p&gt;Record participation.&lt;br&gt;
Attach evidence.&lt;br&gt;
Keep boundaries explicit.&lt;br&gt;
Avoid reward promises.&lt;/p&gt;

&lt;p&gt;This is why contribution in WebAZ is treated as attribution and accountability first. A contribution record is not a payout claim. It is a way to make real work easier to see, verify, and remember.&lt;/p&gt;

&lt;h2&gt;
  
  
  The current mental model
&lt;/h2&gt;

&lt;p&gt;The simplest way to understand WebAZ is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Humans use the PWA.&lt;/li&gt;
&lt;li&gt;Agents use MCP.&lt;/li&gt;
&lt;li&gt;Shared rules connect both sides.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The PWA is for people. It gives users a familiar interface for commerce and participation.&lt;/p&gt;

&lt;p&gt;MCP is for agents. It gives agents a structured way to interact with the same system without scraping screens or guessing workflows.&lt;/p&gt;

&lt;p&gt;The shared rule layer is the important part. It keeps the system from becoming two separate worlds: one for humans and one for machines. The same order state, task state, evidence trail, and accountability model should remain visible from both sides.&lt;/p&gt;

&lt;p&gt;This is also why WebAZ is careful with language. "Agent-native" does not mean "agent-ruled." Agents can execute bounded work, but humans or organizations remain accountable.&lt;/p&gt;

&lt;h2&gt;
  
  
  What WebAZ is not
&lt;/h2&gt;

&lt;p&gt;WebAZ is pre-launch.&lt;/p&gt;

&lt;p&gt;It is not a mature production economy.&lt;br&gt;
It is not an investment product.&lt;br&gt;
It is not a token promise.&lt;br&gt;
It is not a guaranteed reward system.&lt;/p&gt;

&lt;p&gt;Those boundaries are deliberate.&lt;/p&gt;

&lt;p&gt;The current promise is narrower: make real participation easier to see, verify, and remember in an AI-assisted environment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why MCP matters here
&lt;/h2&gt;

&lt;p&gt;MCP gives agents a more structured interface than browser automation or ad hoc scraping.&lt;/p&gt;

&lt;p&gt;That is important for commerce and contribution workflows because agents need boundaries:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What can be read?&lt;/li&gt;
&lt;li&gt;What can be proposed?&lt;/li&gt;
&lt;li&gt;What can be changed?&lt;/li&gt;
&lt;li&gt;What requires human confirmation?&lt;/li&gt;
&lt;li&gt;What evidence should be attached?&lt;/li&gt;
&lt;li&gt;What state transition happened?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For an agent-native protocol, the interface is not only a convenience. It is part of the trust boundary.&lt;/p&gt;

&lt;p&gt;WebAZ uses MCP as the agent-facing doorway, while the PWA remains the human-facing doorway.&lt;/p&gt;

&lt;h2&gt;
  
  
  A small example
&lt;/h2&gt;

&lt;p&gt;Imagine an open-source contributor starts with one small task:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;one doc fix&lt;/li&gt;
&lt;li&gt;one test&lt;/li&gt;
&lt;li&gt;one bug report&lt;/li&gt;
&lt;li&gt;one small PR&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That work might begin outside WebAZ, such as on GitHub. Later, the contributor may want to claim identity or connect that contribution to their broader participation record.&lt;/p&gt;

&lt;p&gt;The important thing is not to turn every contribution into a payout promise.&lt;/p&gt;

&lt;p&gt;The important thing is to avoid losing the work.&lt;/p&gt;

&lt;p&gt;WebAZ is exploring how contribution can be recorded first and claimed later, while keeping evidence and boundaries visible.&lt;/p&gt;

&lt;h2&gt;
  
  
  The direction
&lt;/h2&gt;

&lt;p&gt;If WebAZ works, the end state is not a giant platform that owns everyone.&lt;/p&gt;

&lt;p&gt;The end state is a thinner protocol layer where humans, agents, sellers, buyers, and contributors can coordinate through shared rules.&lt;/p&gt;

&lt;p&gt;People should be able to participate without disappearing into a platform database.&lt;br&gt;
Agents should be able to help without becoming unaccountable actors.&lt;br&gt;
Small contributions should be remembered without being oversold.&lt;/p&gt;

&lt;p&gt;That is the experiment.&lt;/p&gt;

&lt;p&gt;Code is Rule.&lt;br&gt;
Protocol is Trust.&lt;/p&gt;

&lt;p&gt;If you are interested in the idea, start with the WebAZ site, the short explainer video, or the public project materials.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;WebAZ: &lt;a href="https://webaz.xyz" rel="noopener noreferrer"&gt;https://webaz.xyz&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Short explainer video: &lt;a href="https://youtube.com/shorts/9Cpyv0oSuL8" rel="noopener noreferrer"&gt;https://youtube.com/shorts/9Cpyv0oSuL8&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;X launch post: &lt;a href="https://x.com/webaz_xyz/status/2073412443712459005" rel="noopener noreferrer"&gt;https://x.com/webaz_xyz/status/2073412443712459005&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn post: &lt;a href="https://www.linkedin.com/feed/update/urn:li:ugcPost:7479188203673985024/" rel="noopener noreferrer"&gt;https://www.linkedin.com/feed/update/urn:li:ugcPost:7479188203673985024/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>mcp</category>
      <category>agents</category>
    </item>
  </channel>
</rss>
