2018-08-14 00:14:04
:+1: :+1:
alistar
2018-08-14 06:07:04
Hi, it's your legal dev here (such a thing exists since I just declared it so now). :slightly_smiling_face: . kidding. Anyway I am drafting some kind of simple waiver or Terms of Service for the exchange and I'd like help understanding two things:
PAPACABEZA
2018-08-14 06:08:53
1. I don't quite understand the, um, I guess I don't understand the basic operation. I've tried to describe it but please take pen and improve on it.
PAPACABEZA
2018-08-14 06:10:08
2. Could we open-source the code at time of launch? If so, that's great innoculation. It's not like anyone is going to read through the code from day 1, but it's a clean message if we're saying "here's a free project, it's open source, code is hear if you want to do your due diligence."
PAPACABEZA
2018-08-14 06:28:03
https://docs.google.com/document/d/1nr5t-6kYdIJD08EYRlXNjMH1bMs_H9H8eSvjbrxZl7c/edit?usp=sharing
PAPACABEZA
2018-08-14 09:44:36
@PAPACABEZA
So how it works is that we hold two pools of funds.
The rate is directly based on the proportion of the two pools.
When a user enters their addresses, those are the addresses the user would receive coin back at.
Then, the user sends to the exchange, and based on direct proportions, is immediately paid out to their addresses
Clueless
2018-08-14 10:49:00
For the "pools" there's one for BCH, and another for SNOW. Where are these funds sitting --- i.e., whose wallet the user's or the exchange's? Who will have "custody" of the funds while they are in the pool?
PAPACABEZA
2018-08-14 16:37:26
The funds in the pools belong to the exchange and are in wallets controlled by the exchange.
Fireduck
2018-08-14 16:37:54
They exist to provide the exchange with the ability to immediately handle trades without waiting for a counter party
Fireduck
> The rate is directly based on the proportion of the two pools.
I can't imagine this working out well at all
2018-08-14 17:57:18
heh
Fireduck
2018-08-14 17:59:15
It is actually pretty similar concept to a patent I have
Fireduck
2018-08-14 18:00:03
Think of the pool amounts as a way that people will tune the system via trading
Fireduck
2018-08-14 18:00:11
to find the price where most of the buys and sells match up
Fireduck
2018-08-14 18:00:39
if it is ever off from that, someone will happily trade and think they are getting a good deal
Fireduck
2018-08-14 18:00:48
and it will correct itself based on that trading
Fireduck
2018-08-14 18:01:17
The patent is about balancing queue readers without communication but similar concept
Fireduck
2018-08-14 18:04:28
but I've been wrong before
Fireduck
2018-08-14 18:04:31
that is part of the fun
Fireduck
2018-08-14 19:28:22
Basically, we want to describe the tech and the potential risks as much as we can so that users are knowingly taking on the risk. There's a challenge here, though, because FrostyTrader will be a custodian during the time that the crypto is in the "pools." Because of that, most regulators are going to want to call us a transmitter or some other kind of licensed exchange. I think we get out of scrutiny because it's small and experimental and it's a community project --- with no fees, brokerage, etc. The other part, though, is accurately describing the fucntionality and the risks (you could lose all your money if a hacker gets in, etc). Is this getting closer to accurate?
PAPACABEZA
2018-08-14 19:28:23
https://docs.google.com/document/d/1nr5t-6kYdIJD08EYRlXNjMH1bMs_H9H8eSvjbrxZl7c/edit
PAPACABEZA
2018-08-14 19:33:21
@PAPACABEZA
So, there shouldn't be much time for that.
We don't hold wallets for users or anything. It's literally a matter of, "the moment we see your transaction in, we send you the other coin"
Clueless
2018-08-14 19:33:52
The hard part is probably where the user must realize that if 100 trades are ahead of them, it can change the rate and they should hold off
Clueless
2018-08-14 19:34:00
(which is why the queue is displayed)
Clueless
2018-08-14 20:55:22
@Fireduck testing deployment webserver configuration, the page will be up/down on different ports, unless you need it to stay up
Clueless
2018-08-14 21:10:26
whatevers
Fireduck