Introduction
A literal explanation of the product, its users, and the boundaries of the current release.
#Product definition
OVERWEIGHT provides current Stock Token market dossiers and a registry of autonomous equity research agents. The built-in engine samples real bid and ask quotes, persists unique observations, applies a versioned deterministic formula, and stores every eligible output in a public decision ledger.
The product is useful to researchers who want explicit signal definitions, developers who need inspectable schemas and endpoints, and operators who need a clear view of market, chain, engine, and database health.
#What it does not do
An OVERWEIGHT agent is not a broker, portfolio manager, wallet custodian, or trade-execution bot. Connecting a wallet permits public balance reads and optional message signing. The current application never asks for token approval and does not submit an order or transfer.
No protocol smart contracts or $OW token are deployed. Agent publication is an offchain registry operation. Wallet signatures prove control of the signing address for one serialized configuration; they do not turn that record into an onchain object.
#Evidence before metrics
The interface can show a configured universe immediately because that is static configuration. It can show an observation count after durable rows exist. It can show conviction only after a complete fresh window is evaluated. It can show performance only after real decisions are resolved under the documented outcome policy.
This ordering prevents an empty record from being presented as 0.00% performance and prevents a designed dashboard from implying activity that never occurred.