Skip to content
Page Contents

Check Supply

INFO

For new users or users without Polkadot.js experience, it is recommended to use the Polkaswap Statistics page.

Via Polkaswap

  1. In the Polkaswap interface, navigate to the Statistics section

  1. Scroll to the bottom of the page and you will find the Supply section.

  1. To see the supply of other tokens, click on the token name in the supply section and choose the token you would like to query.

Via Polkadot.js

INFO

Please be aware that you would see the total supply (this includes locked tokens and the circulating supply) of all tokens in the network and not only the circulating supply of the tokens.

  • The supply of XOR changes often because it is elastic, managed by the token bonding curve.
  • The supply of VAL and PSWAP might also change because they are burnt with every transaction.
  • The circulating supply for PSWAP at the time of writing is about 600M PSWAP.

To check the number of tokens on the SORA network, follow this procedure:

  1. Go to SORA polkadot.js.

  2. Click on "Developer" and then "RPC calls":

  3. Select assets → totalSupply(assetId).

  4. Fill in AssetID and press "Submit RPC call".

    Core asset IDs
    TokenID
    XOR0x0200000000000000000000000000000000000000000000000000000000000000
    TBCD0x02000a0000000000000000000000000000000000000000000000000000000000
    VAL0x0200040000000000000000000000000000000000000000000000000000000000
    PSWAP0x0200050000000000000000000000000000000000000000000000000000000000
    XST0x0200090000000000000000000000000000000000000000000000000000000000
    XSTUSD0x0200080000000000000000000000000000000000000000000000000000000000
    ETH0x0200070000000000000000000000000000000000000000000000000000000000
    DAI0x0200060000000000000000000000000000000000000000000000000000000000

    For more Asset IDs check out the Tokens subsection of the Polkaswap.io Explore page.

    The results are shown for XOR:

    353.0005 kXOR = 353 000.5 XOR (including XOR on the Ethereum network)

How to Read the Results

In the output, as you see in the picture above, you'll get the amount of the queried asset. Unfortunately, Polkadot.js only supports one asset for the network, XOR. This why it shows the supply in XOR. However, it is actually the asset that you queried: either PSWAP, VAL, ETH, or DAI.

The letter before XOR means that the number is multiplied by the following amount:

LetterMultiplier
k1000
m1000000
B1000000000
m0.001

PSWAP Supply Example

For example, a request for the current PSWAP supply shows:

3.5105 BXOR = 3,510,500,000 PSWAP (600M is circulating and the rest is locked in the technical accounts)

VAL Supply Example

70.5077 MXOR = 70,507,700 VAL (VAL on Ethereum is included)

ETH Supply Example

1.7188 kXOR = 1718.8 ETH (ETH on the SORA network)

DAI Supply Example

1.1827 MXOR = 1,182,700 DAI (DAI on the SORA network)

Learn More

sora.org