Motivation:
Current formula to calculate Bot Reward:
BotReward = maxBotReward * trust / 100
This is probably not very intuitive and gas consuming.
Wouldn't it be better to use simpler logic:
BotReward = baseBotReward * multiplier
What is more intuitive for group owners: percents or multiplier.
Decision:
Try creating a Gitcoin group and decide, which is better. If no difference switch to multiplier logic.