Skip to content

Commit

Permalink
How to claim sqt (#476)
Browse files Browse the repository at this point in the history
* Add how to claim SQT

* Add troubleshooting section

* Update Further help section

* Update Claim page

---------

Co-authored-by: seandotau <[email protected]>
Co-authored-by: James Bayly <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2024
1 parent 97daa22 commit 3731f70
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 0 deletions.
Binary file added docs/.vuepress/public/assets/img/add_network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ export const getSidebar = (locale: string) =>
`${locale}/subquery_network/token/token.md`,
`${locale}/subquery_network/token/tokenomics.md`,
`${locale}/subquery_network/token/swap.md`,
`${locale}/subquery_network/token/claim.md`,
],
},
{
Expand Down
49 changes: 49 additions & 0 deletions docs/subquery_network/token/claim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Claiming SQT Tokens and NFTs

To claim your subquery tokens, visit [https://claim.subquery.foundation](https://claim.subquery.foundation). Please check the URL carefully. Another option is to head over to [https://www.subquery.foundation](https://www.subquery.foundation/) and click on the SQT Claim link in the top navigation bar. This will open up the SubQuery Token Claim page and ask for a wallet to be connected.

![SQT claim page](/assets/img/network/claim_page.png)

The first step token is to connect your ERC20 compatiable crypto wallet. We recommend either Metamask, Talisman, Rainbow, or any other WalletConnect compatiable wallet.

![connect wallet](/assets/img/network/claim_connect_wallet.png)

If claiming your public sale tokens, you must use the same wallet address you participated with in the sale. If claiming NFTs or airdropped tokens, make sure you are using the correct wallet address that the SubQuery team has distributed your tokens to

Select the appropriate account and then click next. You may have to approve to switch the network connection to the Base network.

The SubQuery Token Claim claim page should load up showing any token allocation that you have permission to claim. Note that the balance may show 0 prior to TGE. Once the tokens have been generated and allocated on the token generation date, the balance should reflect your correct amount.

![claim page](/assets/img/network/claim_page_tokens.png)

:::info

It may take a few hours for the tokens and NFTs to show up in your wallet or in NFT explorers like OpenSea. Please be patient.

:::

## How to connect with a hardware wallet?

You can use certain hardware wallets with Metamask by following [the offical Metamask guide](https://support.metamask.io/hc/en-us/articles/4408552261275-Hardware-Wallet-Hub).

Immediately after claiming your tokens, you can put them to productive use on the SubQuery Network mainnet - for example by delegating to your favourite indexer or boosting your favourite project to earn rewards.

## Troubleshooting

### Wrong network

If you are connected to the wrong network, you will be asked to switch to the Base network.

![wrong_network](/assets/img/network/claim_wrong_network.png)

### “Unknown error” when connecting to a hardware wallet

If you get an “Unknown error”, check that you have opened the Ethereum account on your hardware wallet.

![unknown_error](/assets/img/network/claim_unknown_error.png)

### Further help

If you have any other issues, please contact our #public-sale-support channel on [Discord](https://discord.com/invite/subquery).

<!---Check out our video guide on How to delegate your SQT to help you get started on the SubQery Network.--->

0 comments on commit 3731f70

Please sign in to comment.