You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.9 KiB

---
layout: org
description: "Blockstack token holder documentation"
permalink: /:collection/:path.html
---
# Information for current token holders
The information on this page is intended for **current Stacks (STX) token holders** during Blockstack’s token sale through early 2018.
## Find your token balance and unlock date
{% include important.html content=" If you <strong>purchased Stacks tokens during Summer 2019</strong>, the form below will <strong>not</strong> work for your allocation. Please <a href='https://explorer.blockstack.org/verifier' target='_blank'>check your allocation using this tool instead</a>. "%}
During your the initial grant process, you should have submitted a public *Stacks (STX) address* (also known as a *wallet address*) to Blockstack. A STX address is a string of letters and numbers starting with an `SP` or `SM`, for example: `SM3KJBA4RZ7Z20KD2HBXNSXVPCR1D3CRAV6Q05MKT`
If you purchased STX tokens through CoinList, you can find your address at
[CoinList](https://coinlist.co/distributions). If you submitted your Stacks
address directly to Blockstack, you can either use the **Restore from Seed
Phrase** feature on the Stacks Wallet or contact us at <hello@stackstoken.com> for
help.
Use the following form to check your Stacks allocation:
<div class="uk-background-secondary uk-padding uk-panel">
<script>
function process()
{
var url="https://explorer.blockstack.org/address/stacks/" + document.getElementById("url").value;
location.href=url;
return false;
}
</script>
<form class="uk-form-horizontal" onSubmit="return process();" autocomplete="off">
<div>
<input style="background: #fff !important;" class="uk-input" type="text" name="url" id="url" placeholder="Enter public Stacks Wallet address">
<input class="uk-button uk-button-default uk-form-width-medium uk-align-center" type="submit" value="Check allocation">
</div>
</form>
</div>
You should see a report detailing the tokens allocated to your address and when they unlock:
![](images/unlocking-address.png)
If you have questions or concerns about your report, please contact <hello@StacksToken.com>.
## Understanding the timeline for unlocking your tokens
In October 2018, the Stacks blockchain launched under the STX token. With the
launch, STX tokens unlock for accredited token holders under a predetermined
unlocking schedule. The events on the unlocking schedule are the same for each
token holder, the dates of these events depend on the holders’s purchase date.
The general timeline for unlocking tokens and the capabilities that are
potentially possible, are as follows:
![](images/unlocking.png)
Your specific unlock date depends on when you purchased or were granted tokens.
You can use the Blockstack Explorer to discover how many tokens you have
registered and when they will unlock.
## Have more questions?
For a list of frequent questions and answers about STX tokens, [see the Stacks token FAQs](https://docs.blockstack.org/faqs/allfaqs#stacks-token-questions).