threefoldtech / info_grid

Apache License 2.0
1 stars 2 forks source link

Document wallets related to PoU #462

Closed scottyeager closed 5 months ago

scottyeager commented 6 months ago

Let's add info regarding wallets that are holding TFT collected during utilization.

PoU Wallets

These wallets are on TF Chain (see pricing policy):

  1. Foundation share
  2. Staking pool
  3. Default solution provider

Let's provide:

  1. Address for each
  2. How to query balance
  3. How to check funds were never moved (account nonce hasn't increased)

These queries can be done in Polkadot UI.

scottyeager commented 6 months ago

Here's the necessary call on Polkadot UI to retrieve the wallet addresses for 1 and 3:

image

We can likewise extract the staking pool account from tfchain code.

So the three wallets are:

foundationAccount: 5DCaGQfz2PH35EMJTHFMjc6Tk5SkqhjekVvrycY5M5xiYzis
Staking Pool: 5CNposRewardAccount11111111111111111111111111FSU
certifiedSalesAccount: 5Dd6adUJH8wvqb9SPC96JdZ85nK1671MeMSxkPZ6Q7rE4byc

We can check the balance and nonce as so:

image

Note that this is for mainnet only. Testnet also uses real TFT and has it's own wallets for the two that aren't hard coded:

foundationAccount: 5H6XYX17yJyjazoLVZqxxEPwMdGn99wginjmFBKtjvk8iJ3e
certifiedSalesAccount: 5Esq6iLLBGGJFsCEXpoFhxHhqcaGqTvDasdwy8jPFDH1jYaM
Mik-TF commented 6 months ago

Complete when #478 is merged.