PX Processes

Let's Start

There are numerous processes runing between user wallets, platform, data, blockchain and decentralized storage.

Minting a PX Storage NFT

Steps:

  • The user mints a new PX sNFT on the blockchain.

  • The user interacts with the PX sNFT smart contract through the application (dApp) or an explorer*.

  • The smart contract generates a new PX sNFT token and associates it with the user's wallet address.

  • During the minting process, the smart contract also saves the BTNS key for the minted PX sNFT.

*If PX sNFT is minted directly on a smart contract via blockchain Explorer, the user needs to make PX sNFT registration through registration management to generate the BTNS key.

PX Storage NFT registration management

The process generates and allocates a unique BTNS key to PX sNFT which is used to reference storage usage metadata on BTFS.

Uploading files and saving storage usage metadata

Steps:

  • The user uploads the files on the PX sNFT (prerequisite; available free PX sNFT storage).

  • The files are saved BTFS (or any other supported decentralized storage network).

  • Upon successful file upload, the PX Node provides the storage usage for the uploaded file and saves storage usage metadata, which includes storage quota, current usage and the CID of the uploaded file.

  • The metadata is stored on BTFS and referenced by PX sNFT assigned BTNS key.

Syncing mechanism

Steps:

  • The user wants to ensure that his storage usage metadata is synchronized with the blockchain, so he triggers a sync operation through the dApp or explorer.

  • The user calls the synch function on the PX sNFT smart contract providing the PX sNFT token ID.

  • The PX sNFT smart contract uses Chainlink to fetch the latest metadata from BTFS using the user's PX sNFT BTNS key.

  • After retrieving the metadata, the PX sNFT smart contract updates users' PX sNFT token on-chain with the latest storage usage information.

When the user chooses not to synch their storage usage metadata

Users who do not sync their storage usage metadata within the specified timeframe face temporary restrictions on uploading files, and PX sNFT will not allow uploads. After synchronization, PX sNFT will allow uploads again.

Note: While the PX infrastructure is natively interoperable with IPFS and IPNS, the first production integrations are made using BTFS and BTNS frameworks. Other decentralized storage network support will follow according to the project roadmap.

Last updated