Replies: 7 comments 10 replies
-
isn't this the case in the above pictures that both long and short need to pay, ie. it's not a negative funding rate? (just double-checking as the rates are quite different in long and short tab) |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
It appears to me that we should fix this in the daemon and return fields like: {
"you_pay_hourly": "0.000026%"
} and {
"you_receive_hourly": "0.000026%"
} Actual names subject to bike-shedding. The main point being: The daemon knows, which role it is in and thus, could map this directly to an unambiguous representation. I would suggest to have a think about what we want to display in the UI and then make the API resemble this as closely as possible. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment has been hidden.
This comment has been hidden.
-
I propose to move away from a ContextFunding rate is a value which indicates the market's sentiment because the spot market price and the perpetual contracts price diverge. i.e. if it is positive, the market is more bullish, if it is negative, the market is bearish.
This can lead to an incentive to keep the position open or close it. The problem with the funding rate for us is two-fold:
Note: "The market" can still regulate the rate: if a rate offered by a maker does not fit to the market sentiment, no one will take his offers.
In both cases, the funding rate needs to be paid or is paid out as long as the position is open. This sounds more like interest rates: if you have borrow something from the bank (i.e. your position is open), you either pay interest from to the bank, or, if you give something to the bank, you receive interest from the bank. ProposalMove to interest rates: Additionally, only changing this in the frontend can lead to confusion for developers, because the term funding rate is deeply integrated into our daemon and database. It can be changed but will take some time as services built on top also makes use of this logic. In the long run I would see a split between the different assets and provide two different interest rates:
|
Beta Was this translation helpful? Give feedback.
-
This ticket is related: #2107 Based on the function in Again I claim that our funding rate is an interest rate and not a funding rate, i.e.
|
Beta Was this translation helpful? Give feedback.
-
The way how funding rate is depicted at the moment might be confusing.
I know that a positive funding rate means, long pays short but this is not really visible nor described anywhere.
Right now, it looks like that both, longs and shorts will need to pay this rate:
Beta Was this translation helpful? Give feedback.
All reactions