botwir3 Mechanic

Discipline Proven

The verification output of botwir3 verify — confirming that every ledger entry adheres to the configured spec.


Run botwir3 verify. The command reads every entry in the ledger and checks: does the spec hash match? Is the action type in the allowed set? Is the magnitude within the configured constraints? Does the result fall within the tolerance band? Is the math correct?

If every entry passes every check, the output is: discipline proven. Not "profitable." Not "optimal." Proven — as in, the audit trail demonstrates that the bot followed its configured rules for every recorded action.

A disciplined bot can lose money. Discipline does not imply profitability. It implies adherence. The spec may be misconfigured, the market may move against the strategy, the timing may be wrong. Discipline means the bot did what it was told. Whether what it was told was correct is the user's responsibility.


Related

LedgerSpec HashNecessary vs. SufficientSpec is Law

Build your bot →