Aptos is designed for low gas fees even as it scales, thanks to several key innovations:
- High Throughput & Parallel Execution (Block-STM): Processes transactions concurrently (like a multi-lane road), reducing congestion and competition for block space, which keeps base fees low.
- Efficient Resource Accounting (Move Language): Charges only for the precise computational and storage resources consumed by a transaction, allowing for more gas-efficient smart contracts.
- Storage Fees & Refunds: Incentivizes efficient data management by refunding storage fees when data is deleted, keeping the blockchain lean and reducing overall costs.
- Dynamic Gas Fee Model: Adjusts gas prices based on network demand, keeping costs affordable during normal operations.
- Efficient State Synchronization: Advanced techniques keep nodes updated quickly, reducing validator overhead and ultimately lowering transaction costs.
In essence, Aptos combines massive parallel processing, precise resource accounting, smart storage refunds, and a dynamic fee model on an optimized architecture to ensure consistently low transaction costs, even with high user adoption and complex applications.
You can read more here