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

Design a price negotiation protocol #52

Open
s-tikhomirov opened this issue Nov 16, 2023 · 0 comments
Open

Design a price negotiation protocol #52

s-tikhomirov opened this issue Nov 16, 2023 · 0 comments

Comments

@s-tikhomirov
Copy link
Contributor

s-tikhomirov commented Nov 16, 2023

Price negotiation is a multi-step message exchange between a Store client and a Store server, during which the two parties determine the price that the client will pay for the data that the server will deliver.

We should make sure that price negotiation does not become a DoS vector (i.e., a client initiates a lengthy negotiation but ultimately rejects, wasting the server's resources).

A complementary element of price formation are price advertisements - see #51.

@s-tikhomirov s-tikhomirov changed the title Design a price negotiation protocol for Store Design a price negotiation protocol Nov 16, 2023
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

2 participants