-
Notifications
You must be signed in to change notification settings - Fork 23
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
Charge order-matching fee for limit orders #910
Comments
For me this means that the coordinator will have to distinguish how much to charge each party involved in the trade. I would avoid talking about maker and taker if it can be avoided and rather just use e.g. the order type as criteria which implies maker and taker. |
Yes, the maker will need a channel with the coordinator to pay this fee. |
depends on #926 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
I think we still want this eventually. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
In #838 we mentioned an order-matching fee for the maker. PR #863 only dealt with the app side.
The example value suggested for the maker was
0.15%
, half of the taker's.For now only the maker binary should be able to create limit orders, which is why this topic is also known as the "order-matching fee for the maker".
The text was updated successfully, but these errors were encountered: