Token Standards

Xyxyx's tokenization models (1x1 and A4) can be built upon three token standards — ERC-721F, ERC-404, and ERC-721 —, which adhere to different intended use cases.

Standard
Description

The ERC-721F is a variant of the ERC-721 standard developed by Xyxyx. ERC-721F is designed to provide highly customizable token issuance by assigning each token an individualized SVG output (svgString) at the time of minting.

The ERC-404 is a hybrid token standard that combines the functionalities of the ERC-721 standard (non-fungible tokens) and the ERC-20 standard (fungible tokens).

The ERC-721 is a non-fungible token standard.

Last updated