--- layout: page title: Use Cases tagline: Where blockchains and databases meet description: For blockchain technology to go mainstream, it needs scale. At BigchainDB, we’ve taken care of that for you. image: photo4.jpg header: photo4.jpg ipdb: true intro: description: "BigchainDB is for developers and organizations looking for a scalable, 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 scale and performance. A perfect fit for BigchainDB." addition: "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." contact: text: Building something with BigchainDB? action: We want to hear from you. link: "/contact/" newsletter: title: Be the first to hear about our customer stories. js: page-usecases.min.js ---

{{ page.intro.description }}

{{ page.intro.addition }}

{{ page.intro.contact.text }}
{{ page.intro.contact.action }}

{% 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-newsletter.html %}