A4

Overview

The A4 tokenization model enables the creation of smart contracts that issue text-based tokens with the A4 output format.

The model is designed to condense multiple outputs into a single token, enabling a token built-in UI and UX that provides the output pagination.

As the intended use case, the A4 model is primarily designed for the tokenization of documents.


Input Functions

Input token text

Enter text up to 13,668 characters, which can span up to 6 pages in total. This content will be accessible for viewing and reading through a single token output.

Input metadata text

Enter text up to 500 characters with comprehensive details for your token. These details will be accessible in the token's metadata within the SVG file.

Parameters

NameDescriptionDefault

name

Defines the name of the smart contract

required

symbol

Defines the symbol of the token to be issued by the smart contract

required

supply

Defines the hard-capped total supply of the token to be issued by the smart contract

required (from 1 to )

decimals

Defines the decimals of the token to be issued by the smart contract

required (from 0 to 18)

font

Defines the text font family that will stamp every 1 full token issued by the smart contract

Serif

Last updated