Bitcoin Forum
April 26, 2024, 10:02:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
Author Topic: Bitoption.org -- ESCROWED LIVE Bitcoin Options Trading  (Read 36545 times)
bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 27, 2011, 09:21:31 PM
 #21

In less than eight hours, it will be up. Personal commitment to you and me. Smiley It's just down to extremely minor tweaks.

Re: Option type: American.

Re: Covered; right now, you must be able to cover with the underlying. v2(3?) you will be able to buy to cover. Later, it's possible we'll allow more speculative buy/sell, and just close you out when you get close to your limit.

As we all know, BTC make the lending / margining situation much more difficult than in most western countries, so I don't really expect we'll do much margining. It's possible I would eventually pre-auth credit cards against losses, but right now, I just want this thing out the door.
1714168946
Hero Member
*
Offline Offline

Posts: 1714168946

View Profile Personal Message (Offline)

Ignore
1714168946
Reply with quote  #2

1714168946
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714168946
Hero Member
*
Offline Offline

Posts: 1714168946

View Profile Personal Message (Offline)

Ignore
1714168946
Reply with quote  #2

1714168946
Report to moderator
1714168946
Hero Member
*
Offline Offline

Posts: 1714168946

View Profile Personal Message (Offline)

Ignore
1714168946
Reply with quote  #2

1714168946
Report to moderator
dacoinminster
Legendary
*
Offline Offline

Activity: 1260
Merit: 1031


Rational Exuberance


View Profile WWW
May 27, 2011, 09:53:32 PM
 #22

In less than eight hours, it will be up. Personal commitment to you and me. Smiley It's just down to extremely minor tweaks.

Re: Option type: American.

Re: Covered; right now, you must be able to cover with the underlying. v2(3?) you will be able to buy to cover. Later, it's possible we'll allow more speculative buy/sell, and just close you out when you get close to your limit.

As we all know, BTC make the lending / margining situation much more difficult than in most western countries, so I don't really expect we'll do much margining. It's possible I would eventually pre-auth credit cards against losses, but right now, I just want this thing out the door.


Dang. I am so excited to see this running. How are you going to insure yourself against loss of coins? Are you posting bond with someone?

FreeMoney
Legendary
*
Offline Offline

Activity: 1246
Merit: 1014


Strength in numbers


View Profile WWW
May 28, 2011, 01:50:31 AM
 #23

In less than eight hours, it will be up. Personal commitment to you and me. Smiley It's just down to extremely minor tweaks.

Re: Option type: American.

Re: Covered; right now, you must be able to cover with the underlying. v2(3?) you will be able to buy to cover. Later, it's possible we'll allow more speculative buy/sell, and just close you out when you get close to your limit.

As we all know, BTC make the lending / margining situation much more difficult than in most western countries, so I don't really expect we'll do much margining. It's possible I would eventually pre-auth credit cards against losses, but right now, I just want this thing out the door.


Nice. Any minute now...

Are you saying requirements won't net out? That seems pretty harmful if so. It seems like that just means we need to leave more with you than necessary, am I misunderstanding?

If I buy a put and sell a call do I need the full size of the call or my max loss?

Any margining should be from a straight loan where the lender takes risk of non payment. I don't think people will care if you are the lender, but not with our money. Perhaps eventually you could come up with a conservative rule set and give traders with extra dough the choice of using their money to lend at interest.

Do you have plans to get less dependent on MtGox? 

Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 28, 2011, 05:58:44 AM
 #24

Any minute now, indeed. Everything looks pretty good, I forgot to implement a withdrawBTC function, so that needs to go in, and I'm writing it right now.

I'm successfully writing, bidding, clearing and exercising contracts right now, plus exchanging on Gox.

Then, one final API check, and we'll be up, BUT you are going to have to write a client, or hand-post to the URLS (not hard to do).

Re: Margin / Balance, etc: I have gone to pretty significant lengths to make sure that the market and each account always stays 'above' water. Lots of assert x > 0 in the code. : ).

At any time, you can call getAvailableBTC(token), or getAvailableUSD(token) and see what your total free, uncommitted balance is. We'll ding you if you try and go over.

The market was also written with every transaction hitting a balance sheet realtime, and I get a notice if the balance sheet doesn't balance.

Put it this way -- I worry about the same thing you all do.

As far as loaning out people's money on the options market, I don't have any plans to do this, and understand completely why this would make people nervous. Right now, it's all hard assets.

bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 28, 2011, 06:01:39 AM
 #25

Ah, one more non-coding minute wasted talking about Gox:

I do have plans to be less reliant on Gox; we are all really quite exposed there right now, frankly. Those plans include some serious complications, though. I don't think anybody really wants to have to deal with which exchange your underlying assets are on for a single asset class, so getting some transparency there is an issue.

Long term, if I can solve the money transfer business / know your customer / money laundering issues, the sensible thing would be to just be like Gox and take/send wires; we'd then peg to some agreed-on formula for exchange. What I'm doing now is significantly less logistics, so that's where we'll start. : )
FreeMoney
Legendary
*
Offline Offline

Activity: 1246
Merit: 1014


Strength in numbers


View Profile WWW
May 28, 2011, 06:12:20 AM
 #26

Any minute now, indeed. Everything looks pretty good, I forgot to implement a withdrawBTC function, so that needs to go in, and I'm writing it right now.

I'm successfully writing, bidding, clearing and exercising contracts right now, plus exchanging on Gox.

Then, one final API check, and we'll be up, BUT you are going to have to write a client, or hand-post to the URLS (not hard to do).

Re: Margin / Balance, etc: I have gone to pretty significant lengths to make sure that the market and each account always stays 'above' water. Lots of assert x > 0 in the code. : ).

At any time, you can call getAvailableBTC(token), or getAvailableUSD(token) and see what your total free, uncommitted balance is. We'll ding you if you try and go over.

The market was also written with every transaction hitting a balance sheet realtime, and I get a notice if the balance sheet doesn't balance.

Put it this way -- I worry about the same thing you all do.

As far as loaning out people's money on the options market, I don't have any plans to do this, and understand completely why this would make people nervous. Right now, it's all hard assets.



You mean there is no interface? Is that your next work?

Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 28, 2011, 06:16:54 AM
 #27

Ooh, I hate to disappoint you!

I will write a simple client, python based, most likely, just to demonstrate how to use the API. But, >>>it's reasonably well documented, and all the commands have the proper arguments pre-filled on the current documentation, it's not TOTALLY opaque. Just not for non-tech savvy types.

Because anyone can add their own 'provider' commission, I'm hoping someone will punch out an awesome web and client interface; they'll get a cut of any cleared transactions, and I'll get to work on the parts I want to. If that doesn't work, I'll probably put out a bounty for same.


bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 28, 2011, 07:47:43 AM
 #28

It's up:

https://bitoption.org/

bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 28, 2011, 08:00:08 AM
 #29

Bitoption.org is officially in beta.

There are instructions available on the site.

Enterprising programmers: make money by building a web interface, registering as a provider, and getting a little bit of commission for every trade made through your website!

Also, build an API for merchants to use to hedge out their risk -- it would be great to sell things for BTC and know you have a week or two to convert to USD, don't you think? This should be built into BTC merchant apis. Again, you could charge for this.

Enterprising Option traders: make money by trading! I will punch out a short example python client soon.

Finally, I'm tired! I will be available by e-mail, but might not read many forum posts in the next 48 hours.

Enjoy! I will likely ask on some early september calls at 10 if there are any BTC bears out there, just to get the ball rolling.
bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 29, 2011, 03:37:16 PM
 #30

Update: the market has spoken with deafening silence.. Smiley I'll be putting together a web interface in response.

Requests?
FreeMoney
Legendary
*
Offline Offline

Activity: 1246
Merit: 1014


Strength in numbers


View Profile WWW
May 29, 2011, 08:11:45 PM
 #31

Update: the market has spoken with deafening silence.. Smiley I'll be putting together a web interface in response.

Requests?

That's what I'm waiting for Smiley

I figure maybe I could learn to use it as is, but there won't be enough trading partners until it is easy, so might as well wait.

Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 31, 2011, 01:39:50 AM
 #32

Update, we have our first calls posted. Check out https://bitcoin.org/securitiesList

I'm working on the interface spec now.
bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 31, 2011, 01:51:18 AM
 #33

p.p.s, the securitiesList api now lists best ask and bid right in the main list, a little more useful.

FreeMoney
Legendary
*
Offline Offline

Activity: 1246
Merit: 1014


Strength in numbers


View Profile WWW
May 31, 2011, 08:21:42 AM
 #34

https://bitoption.org/securitiesList

Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
FreeMoney
Legendary
*
Offline Offline

Activity: 1246
Merit: 1014


Strength in numbers


View Profile WWW
May 31, 2011, 08:31:06 AM
 #35

[{"num_asks": "5", "best_bid": "None", "underlying": "BTC", "num_bids": "0", "num_active": "None", "strike": "12.0000", "closedate": "2011-08-04", "type": "call", "best_ask": "4.0000"}]

So this means someone has offered to deliver a coin on Aug 4th at $12/BTC in exchange for $4 now and is willing to do that for up to 5 coins. Do I have that just right?

Play Bitcoin Poker at sealswithclubs.eu. We're active and open to everyone.
bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 31, 2011, 02:30:20 PM
 #36

Yep, and those coins are lockboxed while the offer is open; no reneging or cheating is possible (or at least, should be possible!)

bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 31, 2011, 02:31:26 PM
 #37

If you wanted those coins at $12, but only wanted to pay $2, you could write a call at that date for 12 strike, and bid $2. Then the bid/ask spread would be $2/$4, and you'd wait until someone agreed, or a new person came in and made a new offer.

dacoinminster
Legendary
*
Offline Offline

Activity: 1260
Merit: 1031


Rational Exuberance


View Profile WWW
May 31, 2011, 08:58:31 PM
 #38


That's what I'm waiting for Smiley

I figure maybe I could learn to use it as is, but there won't be enough trading partners until it is easy, so might as well wait.

What he said.

Also, I want to wait awhile and make sure nobody gets their money stolen.

bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
May 31, 2011, 10:07:37 PM
 #39

I hear that. Keep the questions coming; I'll keep the updates coming. Working on display of quotes and then user system right now.
bitoption (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
June 03, 2011, 09:58:15 AM
 #40

Update: I am SUPER close to having the web interface out the door. Sometime today (GMT).

What's left for an initial humble launch is UI for registering, and hooking up the UI for withdrawing your BTC from the options exchange to the existing API. There are a few niggly backend details to take care of, all told maybe a few more hours of coding, although I have to stop right now for a while.

Also, that call is looking more appealing..
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!