Loyalty rewards
without the blockchain hassle
Let your customers shop, earn, and redeem — secured by Ethereum, transparent on-chain, and completely gasless. No crypto knowledge required.
Months of development, already built
Skip the blockchain learning curve. Every feature you need to launch a loyalty program on-chain is ready to use via simple REST APIs.
Gasless Infrastructure
Saves 6+ weeksPre-built paymaster integration that sponsors all transaction costs. Your users never see gas fees or need ETH in their wallets.
Smart Wallet System
Saves 4+ weeksDeterministic ERC-4337 smart accounts created from user IDs. No seed phrases, no wallet popups, no blockchain UX friction.
Receipt-to-Token Minting
Saves 3+ weeksSignature-verified minting from real-world evidence. Scan a receipt, mint loyalty tokens — with built-in duplicate prevention.
Multi-Tenant Architecture
Saves 5+ weeksOne Chronos instance serves unlimited loyalty apps. Built-in client isolation, scoped permissions, and tiered rate limiting.
Four steps to loyalty magic
From app integration to customer rewards in minutes. No blockchain expertise required.
Authenticate Your App
Register your loyalty app once, then use your credentials to get JWT tokens. Secure, scoped access to all Chronos features.
# Get your access token
curl -X POST https://api.chronos.io/api/v1/auth/token \
-H "Content-Type: application/json" \
-d '{
"clientId": "your_client_id",
"clientSecret": "your_client_secret"
}'
# Response: { "token": "eyJhbG..." }Create User Wallets
Automatically create smart accounts for your customers. Each user gets a unique blockchain wallet tied to their ID — no seed phrases, no complexity.
curl -X POST https://api.chronos.io/api/v1/wallet/create \
-H "Authorization: Bearer <token>" \
-H "X-User-Id: customer_12345"
# Response
{
"address": "0x742d35Cc6634C0532...",
"network": "base-mainnet"
}Mint Loyalty Tokens
Reward your customers instantly. Scan a receipt, verify the purchase, and mint tokens directly to their wallet. Completely gasless.
curl -X POST https://api.chronos.io/api/v1/mint/execute \
-H "Authorization: Bearer <token>" \
-H "X-User-Id: customer_12345" \
-d '{
"receiptId": "receipt_abc123",
"amount": "50",
"signature": "<signed_payload>"
}'
# 50 tokens minted! Gas: $0.00Redeem Rewards
Let customers exchange their tokens for real rewards, discounts, or cashback. The claim is recorded on-chain for full transparency.
curl -X POST https://api.chronos.io/api/v1/claim/execute \
-H "Authorization: Bearer <token>" \
-H "X-User-Id: customer_12345" \
-d '{
"claimId": "claim_xyz789",
"amount": "100"
}'
# Reward redeemed! On-chain verified.Built for everyone
Whether you're an end user, developer, or reseller, Chronos delivers value at every level.
For End Users
Blockchain without the learning curve
- No wallet installation required
- No seed phrases to remember
- No gas fees to pay
- No blockchain knowledge needed
- Instant transactions
- Familiar web experience
For Developers
Ship faster with less complexity
- Standard REST API - no Web3 libraries
- 5-minute integration time
- Comprehensive documentation
- Real-time transaction tracking
- Multi-chain support out of the box
- Detailed error handling
For Resellers
White-label blockchain infrastructure
- Custom branding options
- Flexible pricing models
- Volume discounts available
- Dedicated support channels
- SLA guarantees
- Partner dashboard access
Tailored for your scale
Work with our reseller partners worldwide to get custom pricing that fits your needs.
Starter
Perfect for testing and small projects
- Up to 1,000 wallets
- 10,000 transactions/month
- Community support
- Basic analytics
- Single network
Professional
For growing businesses
- Up to 50,000 wallets
- 500,000 transactions/month
- Priority support
- Advanced analytics
- Multi-network support
- Custom gas policies
- Webhook integrations
Enterprise
For large-scale deployments
- Unlimited wallets
- Unlimited transactions
- Dedicated support engineer
- Custom SLAs
- All networks
- White-label options
- On-premise deployment
- Custom integrations
Interested in becoming a Chronos reseller?
Built on proven infrastructure
Enterprise-grade blockchain infrastructure powered by industry-leading technologies.
Coinbase CDP
Smart Account Infrastructure
ERC-4337
Account Abstraction Standard
Base Network
Scalable L2 Blockchain
Paymaster
Gas Sponsorship
Viem
TypeScript Ethereum Library
Ethers.js
Cryptographic Signatures
Ready to transcend
blockchain complexity?
Join the next generation of applications that leverage blockchain without the barriers. Start building with Chronos today.