Check supply
NOTE: Please consider 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 current circulating supply for PSWAP is about 600M PSWAP.
To check the number of tokens on the SORA Network, follow this procedure:
Click on "Developer" and then "RPC calls"

2) Select assets → totalSupply(assetId) fill in AssetID and press "Submit RPC call"
Core assets ID:
XOR - 0x0200000000000000000000000000000000000000000000000000000000000000
VAL - 0x0200040000000000000000000000000000000000000000000000000000000000
PSWAP - 0x0200050000000000000000000000000000000000000000000000000000000000
XST - 0x0200090000000000000000000000000000000000000000000000000000000000
ETH - 0x0200070000000000000000000000000000000000000000000000000000000000
DAI - 0x0200060000000000000000000000000000000000000000000000000000000000

The results are shown for XOR:
353.0005 kXOR = 353 000.5 XOR (including XOR on Ethereum network)

On the output, as you see in the picture above, you'll see the amount of the queried asset. Unfortunately, Polkadot.js only supports one asset for the network, that's why it shows XOR, but actually, it's the asset that you queried, either PSWAP, VAL, ETH, or DAI.
The letter before XOR shows the following:
k = x 1000
M = x 1000000
B = x 1000000000
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 on the technical accounts)

For example:
- The current VAL supply:
70.5077 MXOR = 70,507,700 VAL (VAL on Ethereum is included)

- The current ETH supply:
1.7188 kXOR = 1718.8 ETH (ETH on the SORA Network)

- The current DAI supply:
1.1827 MXOR = 1,182,700 DAI (DAI on the SORA Network)

Last modified 1mo ago