diff --git a/src/knowledge_base/about/token_overview/special_wallets/img/polkadot_wallet_example.png b/src/knowledge_base/about/token_overview/special_wallets/img/polkadot_wallet_example.png new file mode 100644 index 00000000..f8b65ccc Binary files /dev/null and b/src/knowledge_base/about/token_overview/special_wallets/img/polkadot_wallet_example.png differ diff --git a/src/knowledge_base/about/token_overview/special_wallets/img/wallet_solution_provider_main.png b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_solution_provider_main.png new file mode 100644 index 00000000..bb301f00 Binary files /dev/null and b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_solution_provider_main.png differ diff --git a/src/knowledge_base/about/token_overview/special_wallets/img/wallet_solution_provider_test.png b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_solution_provider_test.png new file mode 100644 index 00000000..5ef46691 Binary files /dev/null and b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_solution_provider_test.png differ diff --git a/src/knowledge_base/about/token_overview/special_wallets/img/wallet_staking_pool.png b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_staking_pool.png new file mode 100644 index 00000000..5d08a467 Binary files /dev/null and b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_staking_pool.png differ diff --git a/src/knowledge_base/about/token_overview/special_wallets/img/wallet_tf_foundation_main.png b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_tf_foundation_main.png new file mode 100644 index 00000000..58933190 Binary files /dev/null and b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_tf_foundation_main.png differ diff --git a/src/knowledge_base/about/token_overview/special_wallets/img/wallet_tf_foundation_test.png b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_tf_foundation_test.png new file mode 100644 index 00000000..83812ee4 Binary files /dev/null and b/src/knowledge_base/about/token_overview/special_wallets/img/wallet_tf_foundation_test.png differ diff --git a/src/knowledge_base/about/token_overview/special_wallets/stats_special_wallets.md b/src/knowledge_base/about/token_overview/special_wallets/stats_special_wallets.md index 2ee00a32..96b882f1 100644 --- a/src/knowledge_base/about/token_overview/special_wallets/stats_special_wallets.md +++ b/src/knowledge_base/about/token_overview/special_wallets/stats_special_wallets.md @@ -8,6 +8,7 @@ - [Wisdom Council Wallets](#wisdom-council-wallets) - [Important Note](#important-note) - [Remarks](#remarks) +- [Proof-of-Utilization Wallets](#proof-of-utilization-wallets) *** @@ -54,3 +55,51 @@ ThreeFold DMCC (Dubai) is in the process of acquiring a substantial number of to - All foundation wallets are protected by members of the foundation (4 on 6 need to sign) - Signatures can be checked by going to detail of account and then to the stellar link - The foundation will never spend tokens if the markets cannot support it and all proceeds are 100% used for the benefit of the ThreeFold project. + +## Proof-of-Utilization Wallets + +There are some wallets associated with [proof-of-utilization](../../../farming/proof_of_utilization.md). These wallets are on TFChain. + +The addresses are the following: + +- Mainnet ThreeFold Foundation: 5DCaGQfz2PH35EMJTHFMjc6Tk5SkqhjekVvrycY5M5xiYzis +- Mainnet Default Solution Provider: 5Dd6adUJH8wvqb9SPC96JdZ85nK1671MeMSxkPZ6Q7rE4byc +- Testnet ThreeFold Foundation: 5H6XYX17yJyjazoLVZqxxEPwMdGn99wginjmFBKtjvk8iJ3e +- Testnet Default Solution Provider: 5Esq6iLLBGGJFsCEXpoFhxHhqcaGqTvDasdwy8jPFDH1jYaM +- Staking Pool: 5CNposRewardAccount11111111111111111111111111FSU + +To check the balance of any of those wallets, follow those steps: + +- Go to the Polkadot API ([Mainnet](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftfchain.grid.tf#/chainstate), [Testnet](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftfchain.test.grid.tf#/chainstate)) +- Under `selected state query`, select `system` +- On the right drop down menu, select `account(AccountId32): FrameSystemAccountInfo` +- Under `Option`, write the wallet address of one of the three accounts displayed above +- Click on the `plus` button on the far right of the `selected state query` line. + +As a general example, here's what it looks like: + +![Wallet example](./img/polkadot_wallet_example.png) + +Here are the outputs for three wallets shown above: + +- Mainnet ThreeFold Foundation + +![Mainnet TF Foundation Wallet](./img/wallet_tf_foundation_main.png) + +- Mainnet Default Solution Provider + +![Mainnet Solution Provider Wallet](./img/wallet_solution_provider_main.png) + +- Testnet ThreeFold Foundation + +![Testnet TF Foundation Wallet](./img/wallet_tf_foundation_test.png) + +- Testnet Default Solution Provider + +![Testnet Solution Provider Wallet](./img/wallet_solution_provider_test.png) + +- Staking Pool + +![Staking Pool Wallet](./img/wallet_staking_pool.png) + +> Note: To get the proper TFT amount, you need to account fo the fact that TFT uses 7 decimal places. For this reason, to get the proper quantity in TFT, move the decimal place by dividing by 1e7 (i.e. 1x10⁷). \ No newline at end of file