From 9aeb30aed51fc4b720ceb544400894f4a5810a18 Mon Sep 17 00:00:00 2001 From: Javad Date: Mon, 11 Nov 2024 11:39:49 +0330 Subject: [PATCH] fix: linter errors --- content/tutorials/consumptional-fee.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/content/tutorials/consumptional-fee.md b/content/tutorials/consumptional-fee.md index c7b9910..a61eeee 100644 --- a/content/tutorials/consumptional-fee.md +++ b/content/tutorials/consumptional-fee.md @@ -5,17 +5,18 @@ weight: 10 ## Preface -The blockchain ecosystem is continuously evolving, with new models and protocols emerging to address specific needs and challenges. -One of these is [PIP-31](https://pips.pactus.org/PIPs/pip-31), the "Consumptional Fee Model," a unique approach to transaction fees -within the Pactus blockchain network. -Traditional fee models often impose fixed charges, potentially excluding lower-priority or low-fee transactions from timely processing. -This can create barriers for users who prefer economical transactions over speed, particularly within decentralized environments where -inclusion is a priority. - -This tutorial explores the foundation of the Consumptional Fee Model, designed to provide a balanced and flexible fee structure based on -data consumption. This model allows users to benefit from a zero or low-fee option, albeit with trade-offs in transaction confirmation speed. -The approach aims to incentivize efficient data usage while giving validators the flexibility to configure fees dynamically based on network -demands and user transaction patterns. +The blockchain ecosystem is continuously evolving, with new models and protocols emerging to address specific needs +and challenges. One of these is [PIP-31](https://pips.pactus.org/PIPs/pip-31), the "Consumptional Fee Model," a +unique approach to transaction fees within the Pactus blockchain network. +Traditional fee models often impose fixed charges, potentially excluding lower-priority or low-fee transactions from +timely processing. This can create barriers for users who prefer economical transactions over speed, particularly +within decentralized environments where inclusion is a priority. + +This tutorial explores the foundation of the Consumptional Fee Model, designed to provide a balanced and flexible +fee structure based on data consumption. This model allows users to benefit from a zero or low-fee option, albeit +with trade-offs in transaction confirmation speed. +The approach aims to incentivize efficient data usage while giving validators the flexibility to configure fees +dynamically based on network demands and user transaction patterns. ## Configuring the Consumptional Fee