2000 SKY/BTC, 100000000/2000 = 50000 BTC. The market cap will be roughly ~37mil usd
No. The market cap is the free float (the distributed, traded coins) times the price per coin.
Is there anywhere to trade skycoin yet?
I haven't seen any trading threads, or exchange listings.
We are very bad at this part. This is a new coin from scratch, so if we need something, then we have to code it.
To get listed we need
- working CLI
- working WebRPC interface
- blockchain explorer
- website
- white paper
- wallet download
We could have done these two or three years ago and should have made this a priority.
In the last few months we did
- the CLI is done
- the webRPC API is done
- the blockchain explorer or sort of done (APIs are there but still fixing bugs)
- the website is sort of done, but undergoing multiple rounds of improvements ( https://github.com/skycoin/skycoin/commits/master )
- the whitepapers, we need three white papers plus infographics, because this is a large project and its not clear to people what we are trying to do
- the wallet download works and now we have automated installation/build scripts for ansible and docker ( http://github.com/skycoin/devops )
All of those are in progress, then we are 100% done with everything for listing. Then the coin will be a "finished product".
I think it is tradable now. We are just finishing the blockchain explorer (which turns out to have been massive task, with 60 sub-tasks and new bugs and full of API calls that were missing when the frontend developer went to implement the interface).
---
Getting to this point however is extremely daunting. If you broke it down into sub tasks, its hundreds of small things that need to be done.
We have an exchange partner now too. To handle ICO and listing, liquidity and stabilizing price across all the exchanges.
This is getting complicated too, because we just write code. We did not have people in place for product stuff (like finishing working software and launching it). Now we are at point of launching five separate "products" or end-user applications, at the same time.
We have several applications (like the VPN and meshnet) that are ready or working, but which do not have user facing interfaces and can only be used from linux/osx on the command line. The Skycoin consensus network, block, transaction prorogation and network stats will eventually need their own web GUI dashboards (like this ethstats.net )
So now we are building up product launch (finishing wallet and getting it to the users), marketing and user community experience/capacities. Where as we had no one doing this before.
We had too few people working on this. Right now, I think for just the white papers there are about five people involved on it and it will still take weeks (but is finally in progress). For blockchain explorer and API, took backend and frontend developer weeks and we had backlog of ~60 bugs or things to do (API requests moving, blockchain storage changes, changes to transaction history API, bugs with timestamp parsing etc).
The website, also needs dozens of small changes to be good. And we can only get a few changes in per week. We did a lot of work on the home page and are now working on the download page. Most of the work is deleting useless things one at a time. Then will go back and do the info-graphics and content pages. The evolution and revisions of the skycoin webpage design, could be a twenty page blog post, even through it is a simple two page sit with just a home page and then a download page.
You can track progress here:
- https://github.com/skycoin/skycoin/commits/master
The two highest importance things right now are
- complete the coin (100% status, for coin product). So that we can do listing and begin market/float
- get the user community on the same platform (so that we can coordinate the developers)