<li><ahref="#what-is-a-seed-phrase"id="markdown-toc-what-is-a-seed-phrase">What is a seed phrase?</a></li>
<li><ahref="#how-do-i-keep-my-tokens-secure"id="markdown-toc-how-do-i-keep-my-tokens-secure">How do I keep my tokens secure?</a></li>
<li><ahref="#when-will-the-new-stacks-wallet-be-available"id="markdown-toc-when-will-the-new-stacks-wallet-be-available">When will the new Stacks wallet be available?</a></li>
<li><ahref="#what-is-a-public-stacks-wallet-address"id="markdown-toc-what-is-a-public-stacks-wallet-address">What is a public Stacks wallet address?</a></li>
<li><ahref="#how-do-i-get-help-from-a-person"id="markdown-toc-how-do-i-get-help-from-a-person">How do I get help from a person?</a></li>
</ul>
<h3id="what-is-a-seed-phrase">What is a seed phrase?</h3>
<p>When you create a wallet address, you also create a seed phrase. With one significant
exception, a seed phrase is similar to a banking pin in that it gives you access
to your wallet and your token allocation. Unlike a pin, if you lose
your seed phrase <strong>you can never access your wallet or your token allocation
ever again</strong>.</p>
<divclass="uk-alert-danger"uk-alert=""><b>Warning:</b> Losing a seed phrase is final and destructive. Blockstack does not keep a copy of your seed. Blockstack cannot give you a new seed, get your access to your wallet, or return your tokens if you lose your seed phrase.</div>
<p>Keep your seed phrase secret. Just as with a banking pin, anyone that knows or
steals your seed phrase can access your allocation.</p>
<p>You should write your seed phrase down and store the paper you write on in at
least two secure locations. A safe or lock box is a good location. You can also
store it online in an encrypted password manager such as 1Password. You should
<em>never</em> simply store a seed phrase in Apple Cloud or Dropbox.</p>
<h3id="how-do-i-keep-my-tokens-secure">How do I keep my tokens secure?</h3>
<p>The safety of your Stacks Tokens is extremely important to us. To help ensure
that you complete the process of receiving your tokens correctly and securely,
please read the following guidelines:</p>
<ul>
<li>
<p><strong>Website Safety</strong>: When inputting data on a website or verifying the presence of data on a website it is essential that you confirm that the URL is correct and that your browser is using HTTPS.</p>
</li>
<li>
<p><strong>Email Safety</strong>: Blockstack will never ask for your personal identifying information over e-mail, or call you directly. When we ask verifying questions, we will only do so when you call us to confirm your identity. We will never ask you for money or your Seed Phrase (private key).</p>
</li>
</ul>
<p>If you have large token holdings, make sure you take advantage of custodial
services. A wallet does not provide the security of a custodial service.</p>
<h3id="when-will-the-new-stacks-wallet-be-available">When will the new Stacks wallet be available?</h3>
<p>An initial version of the Stacks wallet was released for the token sale. With the
launch of the Stacks genesis block, that software wallet was retired. An updated version of the
Stacks wallet is expected to be released in November 2018.</p>
<h3id="what-is-a-public-stacks-wallet-address">What is a public Stacks wallet address?</h3>
<p>During the initial grant process, investors submitted a <em>public
Stacks wallet address</em> to Blockstack. This is a string of letters and numbers
starting with an ‘SP’ or SM’, for example
<codeclass="highlighter-rouge">SP017AUV5YRM7HT3TSQXJF7FCCYXETAB276BQ6XY</code> is a wallet address.</p>
<p>If you purchased Stacks tokens through CoinList, you can find your address at
<ahref="https://coinlist.co/distributions">CoinList</a>. 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 <ahref="mailto:hello@stackstoken.com">hello@stackstoken.com</a> for help.</p>
<h3id="how-do-i-get-help-from-a-person">How do I get help from a person?</h3>
<p>For questions or help regarding the Stacks token, you can contact us at <ahref="mailto:hello@stackstoken.com">hello@stackstoken.com</a>.</p>
/* A CSS selector that points to your search box */
searchBox: {
selector: '#searchBox'
},
results: {
embedConfig: undefined, // {'url':undefined,'contentBlock':'.page-content-body'}, // if url is given the page will change to that URL and look for the content block there to insert the results
fullScreenConfig: undefined, // {trigger: '#ss360-search-trigger', caption: 'Search this site'}, trigger is the CSS selector to the element that starts the search full screen overlay and searchCaption the caption on the full screen search page
caption: 'Found #COUNT# search results for \"#QUERY#\"', // the caption of the search results
group: true, // whether results should be grouped if content groups are available
filters: undefined,
num: 96, // the maximum number of search results to be shown
highlightQueryTerms: true, // whether to highlight the query terms in search results
moreResultsButton: "Show more results", // HTML for the more results button, all results will be shown if this is null
noResultsText: 'Sorry, we have not found any matches for your query.', // the text to show when there are no results
queryCorrectionText: 'Did you mean "#CORRECTION#"?',
searchQueryParamName: 'ss360Query', // the name of the search query parameter
linksOpenNewTab: false, // should clicking on the result links open a new tab/window?
showSearchBoxLayover: true, //whether to show search box in search result layover
moreResultsPagingSize: 12, // the number of new results to show each time the more results button is pressed (max: 24)
orderByRelevanceText: "Relevance" // the text to be shown in order select box to describe 'order by relevance' option
},
suggestions: {
show: true, // whether to show search suggestions
maxQuerySuggestions: 3, // the maximum number of query suggestions
querySuggestionHeadline: undefined, // the headline of the query suggestions, leave blank if no headline should be shown
emptyQuerySuggestions: undefined,
showImages: false, // show images in search suggestions
num: 6, // the maximum number of search suggestions to be shown
minChars: 3, // minimum number of characters before the suggestions shows, default: 3,
maxWidth: 'auto', // the maximum width of the suggest box, default: as wide as the input box, at least 275px
throttleTime: 300, // the number of milliseconds before the suggest is triggered after finished input, default: 300ms
extraHtml: undefined, // extra HTML code that is shown in each search suggest, you can even show values of datapoints here,
highlight: true, // whether matched words should be highlighted, default: true
},
smart404: { /* The caption of the search results. */
caption: 'These links might be useful', /* The string in the title that identifies the page as a 404 page. */
identifier: 'Page not found', /* A CSS selector that points to the area in which the alternative links should be shown. */