<p></p>
<p>As we want to have only one global offerbook (not buy/sell side) we cannot use the ask or bid side for the table colums as there is none if the user has diabled the currency filter. Instead we should use the base currency/quote currency distinction.<br>
We also support altcoin-altcoin and fiat-fiat exchange so its gets also more tricky to define whats the base currency.</p>
<p>The base currency is the one one the left side of the price quote [1]. The quote currency the one on the right side.<br>
E.g. BTC/USD means BTC is the base currency and USD the quote currency. You get the amount stated in the quote for 1 unit of the base currency (BTC), e.g. 50 000 USD for 1 BTC. The confusing thing is that they use the slash and people interpret it as division and then it would be the other way round (50000 USD/BTC)...</p>
<p>So if we use the base currency and quote currency as table columns we can support any currency pair also EUR/USD and USD/EUR - the users will define whats the base currency for those pairs where it is not a clear consensus.</p>
<p>I am not sure about the best term to use as <code>base currency</code> and <code>quote currency</code> might be not that well known.<br>
Having base and quote currencies we can use the layout used in the create offer as well:<br>
<code>base currency x price = quote currency</code> so the table columns can be:<br>
<code>| base currency | price | quote currency |</code></p>
<p>I am aware that the ask and bid would be more user-centric but as it does not cover the case when no currency for ask/bid are selected I think its not the right model.</p>
<p>[1] <a href="https://www.investopedia.com/terms/b/basecurrency.asp" rel="nofollow">https://www.investopedia.com/terms/b/basecurrency.asp</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/discussions/5566">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRFLXGASN7SBTULHJDTSE5BNANCNFSM46PQCQLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRM5A2XGAYN6AQDFGDTSE5BNA5CNFSM46PQCQL2YY3PNVWWK3TUL52HS4DFVJCGS43DOVZXG2LPN2VGG33NNVSW45C7NFSM4ABT7TEQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/discussions/5566",
"url": "https://github.com/bisq-network/bisq/discussions/5566",
"name": "View Discussion"
},
"description": "View this Discussion on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>