Integrates QoS filtering based on PRVX token balance.
Supports VIP access via the x-prvx-address header.
QoS mechanism
The gateway verifies token eligibility via on-chain balance:
is_eligible(address, threshold_wei)
If the wallet holds ≥ 1 PRVX (default threshold), the request gains priority scheduling.
This is powered by the qos.py module, which interacts with the Ethereum RPC using Web3.py.