Skip to content

Reduce the base fee on Polkadot System Chains#398

Merged
fellowship-merge-bot[bot] merged 12 commits intopolkadot-fellows:mainfrom
cl0w5:lower_fees
Jul 25, 2024
Merged

Reduce the base fee on Polkadot System Chains#398
fellowship-merge-bot[bot] merged 12 commits intopolkadot-fellows:mainfrom
cl0w5:lower_fees

Conversation

@cl0w5
Copy link
Copy Markdown
Contributor

@cl0w5 cl0w5 commented Jul 23, 2024

This PR reduces the base fee on all Polkadot system chains by half. As a result, the base fee will be roughly 1/20 of the base fee on the Polkadot relay chain.

This will make all transactions on (non-congested) system chains cheaper and stimulate usage.

Among others, the change will push the transaction fees for transfers on Asset Hub below $0.01 which is an important psychological threshold.

An initiative by ecosystem agents.

@Tomen
Copy link
Copy Markdown

Tomen commented Jul 23, 2024

Thank you @vgantchev for making this PR happen!

@bkchr
Copy link
Copy Markdown
Contributor

bkchr commented Jul 23, 2024

Generally I think we can do this. However, do we have any kind of calculation on the economics what a block/tx should cost? @joepetrowski any idea?

@joepetrowski
Copy link
Copy Markdown
Contributor

Generally I think we can do this. However, do we have any kind of calculation on the economics what a block/tx should cost? @joepetrowski any idea?

Nothing quantitative, the rationale for 10x lower at first was that it's better for the network if someone uses a parachain for a feature instead of the Relay Chain, so it should be cheaper to nudge people there. IMO having a low base fee is fine as the fee-adjustment mechanism will bring fees up to previous levels if there are a lot of transactions. It's just a lot more adaptable autonomously than storage deposits are. So, I'm OK with this change.

@bkchr
Copy link
Copy Markdown
Contributor

bkchr commented Jul 24, 2024

@vgantchev could you then please fix all the tests? Then we can go ahead with this pr.

@bkontur
Copy link
Copy Markdown
Contributor

bkontur commented Jul 24, 2024

@vgantchev could you then please fix all the tests? Then we can go ahead with this pr.

a fix for bridge-hub-kusama integration tests is coming here: #397

@cl0w5
Copy link
Copy Markdown
Contributor Author

cl0w5 commented Jul 24, 2024

Reducing the base fee caused this integration test to fail.

It's a bit cryptic but it looks like the reason is ED, lowering it also by half fixes the test.

Are you fine with lowering also the ED, or do you have another suggestion?

@acatangiu
Copy link
Copy Markdown
Contributor

Are you fine with lowering also the ED, or do you have another suggestion?

No, lowering ED has DoS implications outside the scope of this PR. That test should work without needing to change ED. Will take a look.

@acatangiu
Copy link
Copy Markdown
Contributor

@vgantchev can't push to your fork, opened PR instead: cl0w5#1

@bkchr
Copy link
Copy Markdown
Contributor

bkchr commented Jul 25, 2024

/merge

@fellowship-merge-bot fellowship-merge-bot Bot merged commit 7c69345 into polkadot-fellows:main Jul 25, 2024
@fellowship-merge-bot
Copy link
Copy Markdown
Contributor

Enabled auto-merge in Pull Request

Available commands
  • /merge: Enables auto-merge for Pull Request
  • /merge cancel: Cancels auto-merge for Pull Request
  • /merge help: Shows this menu

For more information see the documentation

@cl0w5 cl0w5 deleted the lower_fees branch July 25, 2024 09:58
Comment thread CHANGELOG.md
### Changed

- Bounties: Remove payout delay ([polkadot-fellows/runtimes#386](https://github.com/polkadot-fellows/runtimes/pull/386))
- Polkadot System Chains: Reduce the base transaction fee by half
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should please follow the standard convention of how we mention them here. Will fix it in my MR now.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Another thing we should add to the CI check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants