Token Price
meta.stow.tokenPrice defines the marketplace price in tokens for a registry item.
Requirements
- Minimum price must be greater than or equal to 15 tokens
- Required for every item
- Must be a positive number
- Should reflect real buyer value for the block
Guidance
- Price simple blocks lower than complex multi section blocks
- Account for polish, documentation, and flexibility
- Keep pricing consistent across similar items in your catalog
Examples
{
"meta": {
"stow": {
"tokenPrice": 25
}
}
}