Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust transaction fee #16

Open
zlac116 opened this issue Jan 30, 2022 · 3 comments
Open

Adjust transaction fee #16

zlac116 opened this issue Jan 30, 2022 · 3 comments

Comments

@zlac116
Copy link

zlac116 commented Jan 30, 2022

Using this python api, I know that you can estimate the fee (using the estimate_fee function), for a given txn but can the fee be adjusted (increased) for the txn, in order to reduce the time in the mempool and effectively speed up the txn? Thanks

@emesik
Copy link
Owner

emesik commented Jan 30, 2022

This is a very good question. The backend API doesn't provide a way to modify the fee but I have no idea whether the protocol does. I think https://cardano.stackexchange.com would be the best place to ask that question.

@bmasterc
Copy link

The protocol doesn't allow for this. Transactions are supposed to be processed in order that they are received, unlike other blockchains.

@emesik
Copy link
Owner

emesik commented Mar 11, 2022

@bmasterc I think the order of transaction arrival is unverifiable by other nodes, hence it cannot be a part of consensus. Also, the multiple levels of fee contradict your above claim. There's certainly a fee market but not free market like in Bitcoin. It's regulated down to 4 price levels in order to provide uniformity. Privacy first.

However, the question of fee estimation still stands.

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

No branches or pull requests

3 participants