Hey, so I just noticed everything on syscoin.market is only 88SYS.
Was excited until I realized it's every item, is this an error?
It's an error in the Syscoin code. if you do an "offerscan 0 500" in the console you'll see the price of those items is 88 sys as well, except for the ones that have been updated, which are incremented by 88 sys every time they are updated for some reason

offer.cpp at line 2063 in method offerinfo
oOffer.push_back(Pair("price", ValueFromAmount(theOffer.nFee) ) );
It's returning the network fee for the offer (which is set to 88 by default). The fact that the fee appears to increment during an offerupdate might be related to line 64 in offer.cpp in method GetOfferNetworkFee
int64 nRes = 88 * COIN;
I don't know where the COIN const is defined by it's referenced everywhere. It seems like it should be "1" but perhaps it is being incremented incorrectly somewhere too.
@danosphere @mwheeleruk @coderboo etc I have created an issue in github for this item to be reviewed.
If the team is actively working on this issue, I'll gladly stick with the posted price for the 2g "while supplies last" and the while the ad is active. Full stealth guarunteed. USA Domestic only.