{% extends "_base.html" %} {% load i18n %} {% block title %}Labelbase{% endblock %} {% block nav_home %}active{% endblock %} {% block content %}

Lbelbase

All your labels in one place.

Labelbase is a label management service for Bitcoin transactions and addresses.

Labelbase provides features for adding labels, importing and exporting labels, and offers a public API for integration with wallets and existing workflows.
This ensures that you always have access to the most up-to-date information.

Labelbase supports BIP-329, a format for unifying label data.

...

Do you know where that coin came from? No?!

Learn more

...

Who sends data to Labelbase?
 

Supported wallets

...

Seamless interoperability based on BIP-329

Learn more

...

Your labels are encrypted.
 

Learn more

...

Need more answers?
 

View the FAQ

...

How to send data to Labelbase?

API Reference

{#% include "footer.html" %#} {% comment %} {% url 'registration' as reg_url %} {% url 'two_factor:login' as login_url %} {% url 'two_factor:setup' as setup_url %} {% url 'logout' as logout_url %} {% url 'secret' as secret_url %}

{% trans "Next steps:" %}

  1. {% blocktrans trimmed %}Start by registering an account.{% endblocktrans %}
  2. {% blocktrans trimmed %}Login to your account. {% endblocktrans %}
  3. {% blocktrans trimmed %}Enable two-factor authentication.{% endblocktrans %}
  4. {% blocktrans trimmed %}Then, logout and login once more to your account to see two-factor authentication at work.{% endblocktrans %}
  5. {% blocktrans trimmed %}At last, you've gained access to the secret page! :-){% endblocktrans %}
{% endcomment %} {% endblock %}