register_loyalty_program
Register deployed tokens as loyalty programs in the database to manage on-chain rewards, balances, tiers, and marketplace offers.
Instructions
Register a deployed token as a loyalty program in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Program name | |
| symbol | Yes | Token symbol | |
| token_address | Yes | Deployed token contract address (0x...) | |
| expiration_days | No | Duration in days (default: 365) |