One of the key features of the Stable-one chain is the need for a special function exclusively for minters.
That is, even with high traffic, minter transaction requests must be processed with the highest priority.
While the existing geth prioritized based on transaction fees, Stable-one requires a mechanism that prioritizes Minter's requests above all else.
Abstracting these requirements further, we need to start by considering whether to differentiate transaction initiators as general users and privileged users, and then contemplate how to effectively integrate this mechanism into the mempool.