ADDRESS configures rules for your own address: how it accepts incoming value, where its protocol fees go, who may open dispensers on it, and which contracts may guard it.
What you can do with it
- Require a memo on every incoming transfer, handy for exchanges and accounting.
- Choose where the protocol fee goes: burned, or donated to protocol development.
- Control who may open a dispenser on your address, owner-only or anyone.
- Bind a guard contract to self-gate one action-class of your account, with a cooldown, and unbind it later.
Often combined with: SEND