1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-13 16:54:50 +01:00
website/FAQ.md

84 lines
5.0 KiB
Markdown
Raw Normal View History

2016-03-03 17:27:32 +01:00
# IPDB FAQ
## About IPDB
### What is IPDB?
IPDB is the Interplanetary Database. Its a public blockchain database for the world. Think of IPDB as being the database for a decentralized world computer.
### Who owns IPDB?
IPDB is operated by the IPDB Foundation, a charitable organization registered in Berlin, Germany. IPDB has a number of member organizations, or Caretakers, who provide consensus voting and input on governance.
### How is IPDB funded?
IPDB Foundation is currently funded by ascribe GmbH, but plans to become self-sufficient by selling transactions on IPDB.
2016-03-08 15:26:07 +01:00
### Where can I find the IPDB governance documents?
Our Articles of Association are available in German and in English.
2016-03-03 17:27:32 +01:00
## Caretakers
### What do Caretakers do?
2016-03-08 14:34:49 +01:00
Caretakers play a critical role in IPDBs operation and governance (see “How does consensus work on IPDB?”). In addition to voting on transactions on IPDB, Caretakers vote to approve new Caretakers and to select the IPDB Foundations board of directors.
2016-03-03 17:27:32 +01:00
### How are Caretakers chosen?
2016-03-08 14:34:49 +01:00
Caretakers can apply to IPDB to be considered or be nominated by existing Caretakers. The existing Caretakers will vote to decide whether a new Caretaker should be added.
2016-03-03 17:27:32 +01:00
### Who can become a Caretaker?
2016-03-08 14:34:49 +01:00
Caretakers must have demonstrated a commitment to building or protecting an open, decentralized Internet. A majority of the Caretaker roles must be held by not-for-profit organizations. Caretakers are chosen to reflect a diversity of roles, geographical locations, and jurisdictions.
2016-03-03 17:27:32 +01:00
### Who are the current Caretakers?
2016-03-08 14:34:49 +01:00
The current Caretakers are, in alphabetical order:
2016-03-03 17:27:32 +01:00
- [ascribe GmbH](https://www.ascribe.io/)
- [Coala Global](http://coala.global/)
- [Consensys](https://consensys.net/)
- [Decentralized Autonomous Society](https://www.facebook.com/groups/579940655425355/)
- [Ethcore](https://ethcore.io/)
- [Internet Archive](https://archive.org/)
- [IPFS](https://ipfs.io/) ([Protocol Labs, Inc.](http://ipn.io/))
- [OpenMedia](https://openmedia.org/)
- [OuiShare](http://ouishare.net/en)
- [SmartContract](http://smartcontract.com/)
- [Tendermint](http://tendermint.com/)
### Can my organization be a Caretaker?
2016-03-08 14:34:49 +01:00
Maybe! If you think youre a good fit, contact us at caretakers@ipdbfoundation.org.
2016-03-03 17:27:32 +01:00
## Using IPDB
### Who can use IPDB?
2016-03-08 14:34:49 +01:00
Anyone can use IPDB. You can learn more about getting started on the Documentation page.
2016-03-03 17:27:32 +01:00
### How do I use IPDB?
IPDB is based on BigchainDB. You can learn about using the IPDB client API on the BigchainDB documentation page.
### How much does it cost to use IPDB?
2016-03-08 14:34:49 +01:00
When it launches, IPDB will be free to everyone. Eventually IPDB will start charging its heavy users. For most users, IPDB will remain free.
2016-03-03 17:27:32 +01:00
### How much *will* it cost?
2016-03-08 14:34:49 +01:00
We dont know yet, but we intend to keep it really cheap. Cheap means orders of magnitude cheaper than other blockchain databases or traditional exchange networks.
### Is it open source?
All the code and documentation used or produced by IPDB is open source. [BigchainDB](https://github.com/bigchaindb/bigchaindb) and [RethinkDB](https://github.com/rethinkdb/rethinkdb) code and documentation are available under open source licenses.
2016-03-03 17:27:32 +01:00
## Technical
2016-03-08 14:34:49 +01:00
### What technology is IPDB based on?
2016-03-03 17:27:32 +01:00
IPDB is a public instance of [BigchainDB](https://www.bigchaindb.com/), a scalable blockchain database built on top of [RethinkDB](https://www.rethinkdb.com/), a big data database.
### How does consensus work on IPDB?
2016-03-08 14:34:49 +01:00
IPDB operates a federated model for consensus. IPDB relies on a number of trusted entities called Caretakers. The Caretakers vote on all transactions on the network, and transactions approved by the majority are added to the database. You can learn more about the consensus model in the BigchainDB [whitepaper](https://www.bigchaindb.com/whitepaper/).
2016-03-03 17:27:32 +01:00
2016-03-08 14:34:49 +01:00
### Is IPDB a blockchain?
IPDB brings blockchain characteristics to an open source big data database: 1) decentralized control, 2) immutability, 3) [Sybil tolerance](https://en.wikipedia.org/wiki/Sybil_attack), 4) native assets, 5) native asset transfer, 6) public writability, and 7) public readability.
### Is IPDB a currency?
No. IPDB has native assets but those assets are not a currency. Instead, anyone can issue and transfer assets or tokens that represent something else.
2016-03-03 17:27:32 +01:00
### Can other people see my transactions?
2016-03-08 15:26:07 +01:00
Yes. Anyone can see the transactions made on IPDB. IPDB is a public instance of BigchainDB.
2016-03-08 14:34:49 +01:00
### Can IPDB talk to other blockchains?
2016-03-08 15:26:07 +01:00
BigchainDB has already been integrated into other services (see our Integrations section). Other integrations are waiting to be created. If you have a request, or better still, if you want to help out, you can head over to the [BigchainDB developer community](https://github.com/bigchaindb/bigchaindb) at Github.
2016-03-08 14:34:49 +01:00
### Why is IPDB better than IPFS, Ethereum, Bitcoin, Dogecoin…?
IPDB is not a replacement for decetralized computation platforms such as Ethereum, file storage from IPFS, or cryptocurrencies such as Bitcoin. IPDB is *complimentary* to them. We see IPDB as filling a gap in the decentralized stack.
2016-03-03 17:27:32 +01:00