Skip to content

Product

The Product module centralizes the creation and management of all marketable assets on the platform: fungible tokens, NFTs (tokenized assets), crowdfunding projects, asset baskets, collections, staking, and marketplace store products. Each asset type has its own creation, configuration, and publication workflow.

What you can do here

  • Create and publish fungible tokens — define name, symbol, supply, price, accepted currencies, and swap rules; manage token quotes and financial reports.
  • Create and publish NFTs — configure collection, category, pricing, media, wallet commissions, and the 8 behavior toggles (sale, resale, access, staking, income tax reporting, etc.).
  • Manage crowdfunding projects — create offers, configure quotas, define payment schedules, and set issuer permissions.
  • Organize collections and categories — structure the catalog with collections (NFTs) and categories (NFTs and crowdfunding).
  • Configure staking — create staking plans and link them to tokens or NFTs.
  • Manage baskets — create and maintain asset baskets for portfolio composition.
  • Administer NFT packages — group NFTs into packages for bundled sale.
  • Control NFT burning — initiate the burn process for tokenized assets with on-chain traceability.
  • Manage issuer permissions — define what each issuer (captador) can view and do within crowdfunding offers.

Prerequisites

RequirementDetail
manageToken permissionCreate/edit tokens and NFTs
viewTokens permissionView tokens in read-only mode
manageCrowdfunding permissionCreate/edit crowdfunding projects
viewCrowdfunding permissionView crowdfunding in read-only mode
MANAGE_TOKENS featureRequired for the token module
MANAGE_NFTS featureRequired for the NFT module
CROWDFUNDING featureRequired for crowdfunding projects

The permission is dual: CPM enum on the backend and a dynamic module in the DB. Both must be registered for the operator's role.

Subsections

PageWhat it covers
Manage TokensCreation, editing, quotes, swap, and financial report for fungible tokens
NFT ManagementCreating, editing, and distributing NFTs / tokenized assets
CollectionsNFT groupings (linked to the on-chain contract)
NFT CategoriesCategories that classify NFTs in the catalog
NFT PackagesBundled sale of NFTs in a single package
NFT BurningBurn process for tokenized assets with on-chain traceability
Crowdfunding ManagementFull creation and management of crowdfunding offers
Crowdfunding CategoriesCategories that classify crowdfunding projects
Quota ManagementConfiguration and control of crowdfunding quotas
Crowdfunding Payment ScheduleScheduling financial distributions for crowdfunding
Issuer PermissionsAccess control for issuers within crowdfunding offers
StakingCreation and configuration of staking plans
BasketsComposing asset portfolios into baskets

Next steps