Congestion Control

Introduction

Congestion Control is a way for a user who wants to make a large number of transactions in a period of high fees, make a single transaction that commits to all the individual desired transactions in a way that they can be later executed when fees are lower. The commitment ensures that all the eventual transactions will be made, which gives the receivers of these transactions full certainty that their transaction can at all times be confirmed if they are willing to pay the required fee.

Proposals

While Congestion Control was published explicitly as a use case for CTV, it is a form of transaction templating and hence can be achieved with any other proposal that enables this.

Edit this page on GitHub