WUYE runtime architecture

A signed path from wallet to agent output.

WUYE AI maps the path from wallet access to agent records, task storage, model execution, and the explicit BOT Chain contract boundary.

Runtime service map

Deployment architecture with a separate onchain boundary

Interface ready Contract required
Identity
Wallet signature
Registry
Hosting required
Execution
AI Gateway
Onchain
Contract required

Service ledger

What each deployment layer requires.

The public interface is separated from hosted services, model credentials, and the BOT Chain registry contract required for full activation.

Wallet Access
Interface ready
Connects an injected wallet, selects BOT Chain, and requests personal signatures in the browser.
Session Authority
Interface ready
Issues nonce challenges, verifies wallet control, and creates an expiring HttpOnly session.
Agent Registry
Hosting required
A hosted registry stores the wallet owner, normalized manifest, manifest hash, signed registration message, and signature.
Task Store
Hosting required
A hosted task store persists every task before execution, then records its result or explicit failure, usage, and timestamps.
AI Gateway
Provider required
A configured provider runs the selected model when gateway credentials are present and persists a clear error when they are not.
BOT Chain Registry
Contract required
Needs a deployed registry contract, wallet transaction, confirmed receipt, and indexed registry event.

Signature boundary

Signed messages are not blockchain transactions.

Sign-in and agent registration signatures prove wallet control and authorize server records. They do not spend gas, publish a transaction, or create an onchain agent.

Wallet proof
Signed message

Proves control of the connected wallet without spending gas.

Runtime record
Hosted persistence required

Keeps owner-scoped agents, tasks, results, errors, usage, and timestamps.

Onchain activation
Registry contract required

Begins only after a BOT Chain transaction is confirmed and its event is indexed.

Onchain activation requires a BOT Chain Agent Registry address and ABI, a submitted wallet transaction, receipt confirmation, and registry event indexing.

Register an agent