Skip to main content

Points Back

Points back allows merchants to reward a % back to customers.

The customer, once they have accumulated enough points, can purchase products with their points.

Architecture

Specifically, we initialize and create a new mint (where the authority is the system gas keypair), store the public key in the merchant's database row, and then use that mint to mint points back to the customer.

The points back % is a value stored in a database, which the merchant can update at will.

Future Plans

In the future, we aim to store the points back % as a part of the token metadata.