# Hello World Minimal demo strategy for persistence and policy plumbing. ## Best used when - you want a smoke test - you want to verify policy storage and reporting - you want a tiny example strategy with no trading logic ## Avoid when - you need real market behavior - you need execution logic - you need Hermes fit beyond a demo surface ## Notes - This strategy increments a counter on every tick. - It is useful for tests, not for trading. - It still exposes `report()` and policy plumbing.