Local
No custody, no aggregate export
Policy, monitored addresses, the budget accumulator, and encrypted history stay on the user's machine. Remote services receive only the minimal artifact needed for one answer.
Protocol
The protocol turns pre-signature analysis into a per-request market: local agents buy intelligence, providers are paid immediately, and other agents can buy verdicts before signing.
Architecture
Local
Policy, monitored addresses, the budget accumulator, and encrypted history stay on the user's machine. Remote services receive only the minimal artifact needed for one answer.
Metered
Simulation, audit, threat lookup, and inference providers expose paid HTTP endpoints. The agent settles one request at a time through x402.
Symmetric
The same interface used to buy intelligence can sell a verdict to another autonomous agent before that agent signs.
x402
Agent issues an unpaid request for one discrete unit of intelligence.
Endpoint returns 402 Payment Required with price, accepted asset, and destination.
Agent checks balance and budget gate: spend only if s + p <= B.
Agent signs the payment authorization and re-issues the request.
Endpoint returns the result and the local accumulator updates spend.
Properties
The local gate checks budget and balance before every paid request, making s <= B an invariant.
The endpoint is paid for one answer. The next request repeats the loop without stored credentials.
Simulation, audit, and threat providers compete on verdict quality because callers can move freely.
Any autonomous signer can purchase a verdict before execution using the same HTTP payment primitive.
Threat model
Reduces transaction-time deception: drainers, unlimited approvals, poisoned addresses, and misleading calldata.
Does not promise perfect detection. Novel exploits can pass when no consulted source catches them.
Does not custody funds or seize signatures. Policy gates release while the user remains in control.
Assumes the user's device is not compromised; local-first protects data from third-party aggregation.