--- section: Glossary position: 1 exclude: true exclude_nav: true ---

Understanding the common terms used by the Steem blockchain is an important part of being able to build applications and tools that use it.

This section outlines several of the common terms.

More terms and information can be found on the steemit.com FAQ.

{% for sections in site.data.glossary.index %}

{{sections.name}}

{% for entry in sections.items %}
{% assign keywords = entry.term | keywordify | escape %} {% assign search_url = '/search/?q=' | append: keywords %} {{entry.term}}
{{entry.def}}
{% endfor %}
{% endfor %}