mirror of https://github.com/lukechilds/docs.git
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
68 lines
2.9 KiB
7 years ago
|
---
|
||
5 years ago
|
|
||
6 years ago
|
description: "Blockstack token holder documentation"
|
||
5 years ago
|
|
||
7 years ago
|
---
|
||
|
# Information for current token holders
|
||
|
|
||
6 years ago
|
The information on this page is intended for **current Stacks (STX) token holders** during Blockstack’s token sale through early 2018.
|
||
6 years ago
|
|
||
|
|
||
7 years ago
|
## Find your token balance and unlock date
|
||
|
|
||
6 years ago
|
{% 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>. "%}
|
||
6 years ago
|
|
||
6 years ago
|
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`
|
||
7 years ago
|
|
||
6 years ago
|
If you purchased STX tokens through CoinList, you can find your address at
|
||
7 years ago
|
[CoinList](https://coinlist.co/distributions). If you submitted your Stacks
|
||
6 years ago
|
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
|
||
7 years ago
|
help.
|
||
|
|
||
|
Use the following form to check your Stacks allocation:
|
||
|
<div class="uk-background-secondary uk-padding uk-panel">
|
||
|
<script>
|
||
|
function process()
|
||
|
{
|
||
6 years ago
|
var url="https://explorer.blockstack.org/address/stacks/" + document.getElementById("url").value;
|
||
7 years ago
|
location.href=url;
|
||
|
return false;
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<form class="uk-form-horizontal" onSubmit="return process();" autocomplete="off">
|
||
|
<div>
|
||
6 years ago
|
<input style="background: #fff !important;" class="uk-input" type="text" name="url" id="url" placeholder="Enter public Stacks Wallet address">
|
||
6 years ago
|
<input class="uk-button uk-button-default uk-form-width-medium uk-align-center" type="submit" value="Check allocation">
|
||
7 years ago
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
|
||
|
You should see a report detailing the tokens allocated to your address and when they unlock:
|
||
|
|
||
|

|
||
|
|
||
|
If you have questions or concerns about your report, please contact <hello@StacksToken.com>.
|
||
|
|
||
|
|
||
|
## Understanding the timeline for unlocking your tokens
|
||
|
|
||
6 years ago
|
In October 2018, the Stacks blockchain launched under the STX token. With the
|
||
|
launch, STX tokens unlock for accredited token holders under a predetermined
|
||
7 years ago
|
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:
|
||
|
|
||
|
|
||
|

|
||
|
|
||
|
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.
|
||
6 years ago
|
|
||
|
## 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).
|