Multi-dimensional Fees
Public blockchains use a fee mechanism to manage the allocation of limited computational resources among competing transactions. Most current fee market models use a single, fungible unit of account (like gas in Ethereum) to assign value to distinct resources such as bandwidth, computation, and storage, often by setting their relative prices through hardcoded values.
The HyperSDK separates these units so that we can see the resources each transaction consumes. It also allows us to get a better evaluation on the resource savings we are achieving.
Max compute usage may also allow unsustainable state growth
Last updated