pub fn royalty(base: u64, agent_multiplier_percent: u64) -> u64Expand description
The royalty a use incurs: base × multiplier%, where the multiplier scales by agent
category (e.g. a corporate user pays a higher multiple than a non-profit). Saturating.