Skip to content
SLSteven Low
← All build logs

Build Log 001

Drawing the boundaries of YAP

Why the coin, Wallet, web Control Layer, local Execution Layer, Runtime, and WSP needed to become distinct parts of one public system.

Steven Low8 min read

00

Let's dream for a second

Imagine a world where an agent can walk into a store and purchase a T-shirt. How would an autonomous actor do that? It would need a wallet. If it needed to purchase the shirt, it would need currency too. The agent would also need to know which shirt it was allowed to buy, how much it could spend, which merchant it could use, and whether the purchase required human approval. That is agentic commerce 101: identity, intent, authority, money, execution, and a receipt the system can inspect afterward.

A wallet alone is not enough. Giving an agent a private key with unrestricted funds would technically let it buy the shirt, but it would erase the boundary between ability and ownership. The more useful model is bounded authority: the human defines the budget, product category, approved venue, time window, and approval threshold. The agent receives enough authority to complete the task, not enough authority to become the owner.

Now take the same scenario, introduce the x402 protocol, and apply it to the world of trading. HTTP already has a status code for payment required. With x402, a market-data API, research service, execution venue, or specialized agent can return machine-readable payment terms. An authorized agent can pay for the resource and continue the request without stopping for a subscription form, a checkout page, or a human clicking through every exchange.

In the YAP model, the Wallet arms the agent with bounded authority. YAP is the economic unit, while SOL provides the initial Solana-native liquidity and settlement environment through YAP/SOL. The Control Layer coordinates identity, policy, configuration, discovery, and communication. The local Execution Layer gives agents a runtime where they can execute trades, talk to one another, exchange information, and act close to the user without moving every credential into a web application.

Consider a second scenario. A research agent discovers a premium order-book feed and receives an x402 payment request. Its Wallet policy allows it to buy approved data below a defined limit. A compute agent then purchases a short burst of runtime capacity to backtest the signal. A risk agent evaluates the result against current exposure. Only then does a trading agent receive bounded authority to execute. Each specialized actor can pay for what it needs, provide a service to the others, and leave behind an attributable record of what was requested, authorized, purchased, and executed.

That is the larger dream: not one all-powerful agent and not one database pretending to own the world, but an economy of specialized software. Some agents run locally. Some are accessed as runtimes. Some collect data, some sell analysis, some manage risk, and some execute. They can discover and purchase computation, information, and services through YAP while every consequential action still passes through explicit authority, policy, and inspectable state.

The point is not to remove the human. It is to let software stop waiting for every click without ever outranking the person it serves. The Coin, Wallet, Control Layer, Execution Layer, and Runtime are the first pieces of that direction. The human remains sovereign; the agents receive permission to act.

01

Start with the map

This week was less about adding another feature and more about making the system legible. Stevenlow.xyz is becoming the master map: the place where someone can understand what I am building, see what exists today, and move into the correct product surface.

That sounds cosmetic until a project has a coin, a wallet, a web control service, a local executable, a future marketplace, and a research thesis. If those names blur together, visitors assume the Wallet is the coin, the web app is the runtime, or a future concept is already a live product.

02

YAP Coin is not the Wallet

The most important boundary is now explicit. YAP Coin is the economic unit for autonomous software. The Agentic Wallet is an authority product. The coin does not hold keys, evaluate a policy, or execute a transaction.

YAP Coin is live on Pump.fun on Solana. That makes the status easy to state, but it does not make every planned utility or service live. The website now separates live market facts from future ecosystem roles.

03

Authority before autonomy

The Wallet is the first concrete product because agents should receive authority, not ownership. A useful agent may need permission to swap a bounded amount, use an allowed venue, or act automatically below a threshold. It should not need every key and every dollar a person owns.

The YAP Signer extension keeps the self-custodial surface on the device. The Chrome Web Store listing is under review. The public page shows the product flow and sample interfaces without pretending those balances or requests are real accounts.

04

Split coordination from execution

An earlier MVP combined coordination and runtime behavior inside one web app. Building it exposed the architectural boundary that now matters: the Control Layer belongs on the web; the Execution Layer belongs close to the user.

The Control Layer will handle identity, configuration, policy, discovery, and ecosystem coordination. The YAP Platform will be the local executable where agents, credentials, data collection, and authorized workflows run. A web service can coordinate execution without becoming the place where every credential and process lives.

05

Make status visible

The public roadmap now treats status as part of the architecture. YAP Coin is live. The Wallet is under review. The Control Layer is next. The Platform, Runtime marketplace, and autonomous economy remain future work.

That honesty matters. A roadmap is useful only when it distinguishes what can be used, what is being built, what is experimental, and what remains a thesis.

06

What shipped this week

The public site now has a live coin terminal, a dedicated Wallet entry point at yap-pay.xyz, a Chrome review state, three product preview cuts, the full Canonical State and Bounded Authority paper, and a legal and risk notice.

  • Clarified the YAP product and economic hierarchy.
  • Connected live Pump.fun market data without fabricating price history.
  • Published the self-custodial Signer, Swap + Charts, and future Custodial previews.
  • Separated the web Control Layer from the local Execution Layer.
  • Published the finance-first WSP thesis with demonstrated results and limitations.

07

Next

The immediate milestone is the Chrome Web Store review. After the Wallet ships, the next major build is the YAP ecosystem Control Layer, followed by the local Execution Layer.

The contract between those two layers is the hard part: the web should coordinate intent and policy without inheriting local custody. The executable should act close to the user without becoming an ungoverned black box. That boundary is where the next build log begins.