Mint ERC-20 reward tokens for every booking. Build tier-based loyalty programs that travelers actually value — transparent, portable, and on-chain.
250 TRV
Sunset Sailing Tour
Tier
Gold
Balance
1,420
Status
Minted
ERC-20
Standard reward tokens
<2s
Reward finality
~$0.001
Cost per mint
100%
Custodial — no wallets needed
Features
From reward tokens to tier management, Trove handles your entire loyalty program on the blockchain.
Every booking automatically triggers an ERC-20 token mint. Configure reward amounts per experience, per tier, or per booking value. Tokens land in the traveler's custodial wallet instantly.
Reward Rules
Multipliers
Define Bronze, Silver, Gold, Platinum — or any tiers you want. Set thresholds, multipliers, and perks. Travelers auto-promote when their token balance crosses a threshold.
Let travelers redeem tokens for discounts, upgrades, or exclusive experiences. Every redemption is burned on-chain — transparent, verifiable, and final.
Tokens are portable across operators on the same Camino Network. Build coalition loyalty programs with shared rewards.
Track token velocity, redemption rates, tier distribution, and program ROI. All backed by on-chain data.
Plug into any booking system. HMAC-signed webhooks trigger automatic token minting on confirmed bookings.
How It Works
Four steps, fully automated. Your travelers never need a wallet.
Webhook fires from your booking system. Trove creates a custodial wallet for the traveler if needed.
ERC-20 reward tokens are minted to the traveler's wallet. Amount based on experience rules and tier multiplier.
Traveler's total balance is checked against tier thresholds. Auto-promotion with on-chain event emission.
Travelers redeem tokens for perks, or hold to climb tiers. Every action is transparent and on-chain.
Tier System
Define unlimited tiers with custom thresholds and multipliers. Travelers automatically promote when their on-chain balance crosses the next threshold. Transparent, trustworthy, and impossible to game.
For Developers
RESTful API for loyalty programs, token management, tier configuration, and redemption. Webhook-driven, idempotent, and fully documented.
ERC-20
Token standard
REST
API interface
HMAC
Webhook security
AWS
KMS key custody
curl https://api.trove.travel/v1/loyalty/balance \
-H "X-Api-Key: your_key" \
-d '{"traveler_id": "tr_8f3a"}'
// Response
{
"traveler_id": "tr_8f3a",
"balance": 1420,
"token": "TRV",
"tier": {
"name": "Gold",
"multiplier": 2.0,
"next_tier": "Platinum",
"tokens_needed": 3580
},
"wallet": "0x4d2a...e7b3"
}
Launch your on-chain loyalty program in days, not months. Token minting, tier management, and analytics — all handled by Trove.