Skip to content
Hussh
Connect MCP

Iron Rules + DRIP-ON — Reference Math

Reference Python implementation of the Five Iron Rules and DRIP-ON one-way ratchet. Illustrative only — not a live trading system, not connected to LP capital.

Code artifact

TL;DR: Reference Python implementation of the Five Iron Rules and DRIP-ON one-way ratchet. Illustrative only — not a live trading system, not connected to LP capital.

Summary

Reference Python implementation of the Five Iron Rules and DRIP-ON one-way ratchet. Illustrative only — not a live trading system, not connected to LP capital. Status as of 2026-05-27: public reference artifact.

iron-rules-drip-on-reference-math.pypython · 83 lines
"""
Iron Rules + DRIP-ON — Reference Math

Illustrative implementation of the Five Iron Rules invariants and the DRIP-ON
one-way ratchet. NOT a live trading system. NOT connected to LP capital. NOT a
rebalance engine. Reference math only — used to specify behaviors that the real
system must guarantee.

Five Iron Rules:
  IR-1  Share count only goes up (one-way ratchet).

Full artifact

Stored in Google Drive (husshtech): view · download.

Cross-referenced from

Drive shortcuts pointing back to this artifact live in:

  • husshtech / wiki/concepts/drip-on/code/iron-rules-drip-on-reference-math.py (open) — relates to DRIP-ON
  • husshone / wiki/concepts/sell-the-wall/code/iron-rules-drip-on-reference-math.py (open) — relates to Sell The Wall
  • husshtech / wiki/concepts/aloha-flywheel/code/iron-rules-drip-on-reference-math.py (open) — relates to Aloha Flywheel

Relations

Sources

  • Internal Hussh source note - iron rules drip on reference math code artifact synthesis and public wiki publication context.