Very interesting, I hope you are not in the United States. I doubt the CFTC would take too kindly to this especially since they are binary options. Good luck!
It's funny to realize that a DAC can go on existing even after its creators may have been charged or imprisoned for breaking a law or regulation. I don't agree with the CFTC but I acknowledge their power.
I am sure this will be very comforting for the creators of this once they are sitting in some US jail. Ask the leadership of FIFA how pissing off the US government by double crossing the USA over the 2018 world cup worked out.
Wait until "those who jail" start watching code check itself into a decentralized git repo on IPFS after receiving a consensus based payment from a thousand anonymous individuals. Seriously, they have no fucking idea what is coming.
Yes I know this genie can’t be put back in the bottle, but if they decide to go after you it can be very unpleasant. Given how the USA financial sector and law enforcement work together it would be a good idea to follow Satoshi’s example and be very hard to find.
That would be amusing, but I do hope the author has taken a lot of care to keep him/her/themselves hidden. Angry bankers are not toys you want to play with.
I have always wondered if the NSA knows who Satoshi is.
That smart contract was written by a person and they should realize that there might be legal repercussions in the US at least. I have a great interest in this space (I started a failed cryptocurrency options exchange myself) and I hope that it blossoms.
I would like to see regular puts and calls instead of binary options, the latter is ill-suited for hedging and really just a speculative instrument.
Isn't this limited to binary options because binary options have a set price and payout?
Regular puts and calls have a potentially unlimited payout which means the seller would have to put up some serious collateral and/or hedge their exposure. If nothing else, I'd figure that would add some complexity and/or counterparty risk.
I'm not well versed in these matters, so perhaps you could enlighten me.
Yes, 'smart' contracts are great until they actually have to interact with the real world, and suddenly they lose their automatic, unstoppable, trustless features.
So far it seems that the only true reliable ethereum use cases have been ponzi schemes and dice games, because these can be implemented completely in the system.
Ethereum's much-promoted gambling app, 'Augur', gets very messy when it comes to settling market winners. I wonder how they will cope with fixing wrongly-settled events, and who will foot the bill?
Yes, but it at least reduces your counterparty risk to trusting someone to deliver an accurate price feed, rather than trusting them to deliver a pile of money. There are various ways to reduce the trust in a single party, from simple multiparty voting to ambitious betting schemes like Augur.
This is awesome! I've been wondering when we were going to see some of these DAOs come online. (Assuming OP is author or author is reading) Have you written up/do you have any resources on writing a smart contract like this?
I am the author, and I think the best way to get started is by looking at existing contracts, which are generally written in Solidity, Ethereum's language for writing smart contracts. Here are a few examples that I found helpful:
Once you have a smart contract, it's a good idea to provide some interface to help people interact with it. There are a number of JS libraries to help you interact with Ethereum available at https://github.com/ethereumjs.
Please contact me using my email address or kwikiel at Gmail. I would like to ask you few question about feasibility and technical complexity of creating things on the ethereum
Once Ethereum's gas price adjustment is operating, what would you think of an option contract that uses the gas price data instead of an external feed?