rsnc_agent_create_perk
Create a new perk collection for a brand. Perks are rewards users can claim with earned RSNC tokens — discounts, free products, VIP access, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the perk. | |
| tags | No | Optional tags for search and filtering. | |
| brandId | Yes | The brand identifier (wallet address). | |
| category | No | Optional perk category (e.g. "discount", "freebie", "vip"). | |
| maxSupply | Yes | Total supply available. Must be greater than 0. | |
| maxPerUser | No | Maximum redemptions per user. Defaults to 1. | |
| description | Yes | Description of what the user receives. | |
| priceInPoints | Yes | RSNC cost to redeem this perk. Must be greater than 0. |