create_loyalty_program
Deploy a new ERC-20 loyalty token on Base L2 to manage rewards, track balances, and establish program tiers for customer engagement.
Instructions
Get factory calldata to deploy a new ERC-20 loyalty token on Base
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Program name | |
| symbol | Yes | Token symbol, 2-5 chars | |
| expiration_days | No | Program duration in days (default: 365) |