--- layout: page title: Features & Use Cases description: "Rather than trying to enhance blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets." features: - title: "Decentralization" text: "No single point of control. No single point of failure. Decentralized control via a federation of voting nodes makes for a P2P network." icon: "icon-nodes" - title: "Query" text: "Write and run any MongoDB query to search the contents of all stored transactions, assets, metadata and blocks. Powered by MongoDB itself." icon: "icon-search" - title: "Immutability" text: "More than just tamper-resistant. Once stored, data can't be changed or deleted." icon: "icon-castle" - title: "Native Support of Multiassets" text: "With no native currency on BigchainDB, any asset, token or currency can be issued." icon: "icon-diamond" - title: "Byzantine Fault Tolerant (BFT)" text: "Up to one third of the nodes in the network can be experiencing arbitrary faults and the rest of the network will still come to consensus on the next block." icon: "icon-network" - title: "Low Latency" text: "A global network takes about a second to come to consensus on a new block. In other words, transaction finality happens fast." icon: "icon-hourglass" - title: "Customizable" text: "Design your own private network with custom assets, transactions, permissions and transparency." icon: "icon-settings" - title: "Rich Permissioning" text: "[Set permissions at transaction level](https://docs.bigchaindb.com/en/latest/permissions.html) to ensure a clear separation of duties and enforce selective access." icon: "icon-group" - title: "Open Source" text: "[Open sourced](https://github.com/bigchaindb) to the community so that everyone can use it and build their own applications on top of it." icon: "icon-tree" - title: "Public or Private" text: "Roll out your own public or private networks for specific industry use cases." icon: "icon-lock" quotes: set2 js: page-features.min.js ---

{{ page.description }}

{% for feature in page.features %}

{{ feature.title }} {% if feature.comingsoon %}Coming soon{% endif %} {% if feature.new %} New{% endif %}

{{ feature.text | markdownify }}
{% endfor %}

Made for the Decentralization Ecosystem

BigchainDB is complementary to decentralized storage, processing and communication building blocks. It can be used side by side with higher-level decentralized computing platforms and applications, and protocols for identity, financial assets, intellectual property and sidechains. BigchainDB fills a gap in the decentralized stack.

Traditional Stack

BigchainDB can be seamlessly integrated into the traditional stack as a blockchain database for decentralized timestamping, certificates, smart contracts and transactions.

Blockchain Stack

BigchainDB fills a missing gap in the emerging decentralized stack as a blockchain database that complements existing platforms, processing and file systems.

Blockchains Meet Big Data

BigchainDB combines the key benefits of distributed DBs and traditional blockchains.

BigchainDB combines an enterprise-grade distributed database (MongoDB) with a production-ready consensus engine (Tendermint) to provide the benefits of both.

{% include table-comparison.html %}

Use Cases

BigchainDB is for developers and organizations looking for a queryable database with blockchain characteristics such as decentralization, immutability and the ability to treat anything stored in the database as an asset. Whether it’s atoms, bits or bytes of value, any real-world blockchain application needs performance. A perfect fit for BigchainDB.

We’re still in the early days of the decentralization movement and while all of the industries below are being disrupted in one way or another, there’s an abundance of opportunity within each.

Building something with BigchainDB?
We want to hear from you.

{% for industry in site.data.industries %}

{{ industry.name }}

{{ industry.description }}

{% if industry.usecase %} {% for usecase in site.usecases %} {% if industry.usecase == usecase.slug %} {% endif %} {% endfor %} {% endif %}
{% endfor%}
{% include sections/section-cta-whitepaper.html %}