Section 1: Point Deletions
Point deletions allow you to remove points that have already been issued. Important constraints:- You cannot issue negative points
- You cannot arbitrarily subtract points
- You can only delete points that already exist in the system
Deletion methods
There are three supported deletion flows.1. Delete by identity
This option allows you to search for a user by:- Absinthe User ID
- Any connected identity (email, wallet, social ID, etc.)
- This does not ban the user
- The user can continue earning points after the deletion
- The deletion only affects the balance at the time of execution
2. Delete by activity source (point source)
This option deletes all points issued from a specific activity or point source. You can search for the activity or point source by name and delete everything issued through it. Common use cases include:- Misconfigured reward logic
- Discovering that an activity is low-quality or misaligned with campaign goals
- Removing incentives tied to deprecated mechanics
3. Delete specific issuance instances (advanced)
This is a precision tool for power users who understand Absinthe’s data model. You can:- Delete individual point issuance records (rows)
- Bulk delete specific issuance instances via CSV upload
- Only a subset of events were incorrect
- A batch of rewards was duplicated
- A known set of transactions needs to be reversed
Section 2: Point Additions
Point Additions allow you to manually issue points outside of automated campaign logic. This is commonly used for:- KOL deals and negotiated incentives
- Partner or community grants
- Compensation for bugs or downtime
- Early access or head-start rewards
- One-off discretionary bonuses
1. Manual issuance to a user
You can search for a specific user by identity and issue points directly. You can:- Select any currency enabled in the campaign (XP, Gold, Gems)
- Specify the exact amount to issue
2. Bulk issuance via CSV
For larger adjustments, you can upload a CSV containing:- User identifiers
- Currency type
- Amount to issue
Why points adjustments matter
Points Adjustments acknowledge a fundamental truth: campaigns are dynamic systems, not static rule sets. This feature gives campaign managers the flexibility to:- Correct mistakes without restarting a campaign
- Respond to real-world negotiations
- Maintain fairness and credibility
- Protect incentive integrity over time