balancednetwork / balanced-backend

Backend to balanced stats page and other services
Apache License 2.0
0 stars 1 forks source link

Formalize the definitions of all the prices #55

Open robcxyz opened 2 months ago

robcxyz commented 2 months ago

There is a lot of confusion around what the definition of a "price" is in balanced. As I see it, there are categories like this:

If we build an SDK for balanced, we'll need to have a clear definition is for each of these as price discovery will be one of the most important functionalities of said SDK.

FezBox commented 2 months ago

@robcxyz, who needs to supply the above?

robcxyz commented 2 months ago

@FezBox - No sure I follow. Supply what?

FezBox commented 2 months ago

To me, the above is written up, showing how it works currently and also suggestions on how to move forward, but Its also asking for clarity on a few things.

Well, that's how I read it. So my first question is, are you dependent on anyone or anything in order to work on this?

or is the above just for your reference?

robcxyz commented 2 months ago

@FezBox - This is just for me - no questions here

This was the start of me formalizing some of this in the docs somewhere and having a place to point if people are confused about what "price" means as in balanced there are numerous definitions - everything has multiple prices....

This is part of designing an SDK as well.