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.
Atomic Token Minting
Saves 3+ weeksOne API call does everything: fetch nonce, validate receipt, generate signature, and execute on-chain. Built-in duplicate prevention via receiptId.
Peer-to-Peer Transfers
Saves 2+ weeksEnable users to send tokens to friends and family. Gasless transfers between any wallets in your ecosystem.
Cashout to Bank (Claims)
Saves 4+ weeksUsers lock tokens on-chain for EUR payout. Full transparency with on-chain proof, off-chain settlement to bank accounts.
Multi-Tenant Architecture
Saves 5+ weeksOne Chronos instance serves unlimited loyalty apps. Built-in client isolation, scoped permissions, and tiered rate limiting.
Five 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 /api/v1/auth/token \
-H "Content-Type: application/json" \
-d '{
"clientId": "your_client_id",
"clientSecret": "your_client_secret"
}'
# Response: { "token": "eyJhbG...", "expiresIn": 3600 }Create User Wallets
Automatically create ERC-4337 smart accounts for your customers. Each user gets a unique blockchain wallet tied to their ID — no seed phrases, no complexity.
curl -X POST /api/v1/wallet/create \
-H "Authorization: Bearer <token>" \
-H "X-User-Id: customer_12345"
# Response
{
"success": true,
"address": "0x742d35Cc6634C0532...",
"isNew": true
}Mint Loyalty Tokens
Reward your customers with one atomic API call. Pass the receipt ID and amount — Chronos handles signature, nonce, and blockchain execution automatically.
curl -X POST /api/v1/mint/execute \
-H "Authorization: Bearer <token>" \
-H "X-User-Id: customer_12345" \
-H "X-Idempotency-Key: mint-receipt_abc123" \
-d '{
"receiptId": "receipt_abc123",
"amount": "50000000000000000000"
}'
# 50 KREDIT minted! Gas: $0.00Transfer Between Users
Enable peer-to-peer token transfers. Users can send loyalty tokens to friends and family — all gasless and instant.
curl -X POST /api/v1/wallet/transfer \
-H "Authorization: Bearer <token>" \
-H "X-User-Id: sender_12345" \
-H "X-Idempotency-Key: transfer-txn123" \
-d '{
"toAddress": "0xRecipient...",
"amount": "25000000000000000000"
}'
# 25 KREDIT sent! Gas: $0.00Cashout to Bank
Let customers exchange their tokens for EUR. Tokens are locked on-chain, then processed off-chain for bank transfer. Full transparency.
curl -X POST /api/v1/claim/execute \
-H "Authorization: Bearer <token>" \
-H "X-User-Id: customer_12345" \
-H "X-Idempotency-Key: claim-xyz789" \
-d '{
"claimId": "claim_xyz789",
"amount": "100000000000000000000"
}'
# 100 KREDIT locked for EUR payout!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 with multi-provider support. Switch providers without changing your code.
Account Abstraction Providers
Coinbase CDP
Smart Account Provider
Biconomy
Modular Smart Accounts
Alchemy
Account Kit
ZeroDev
Kernel Smart Accounts
Pimlico
Bundler & Paymaster
Blockchain Infrastructure
ERC-4337
Account Abstraction Standard
Base L2
Ethereum Layer 2
Paymaster
Gas Sponsorship
Backend Stack
Next.js
API Framework
Supabase
Database & Auth
Upstash
Redis & Rate Limits
Ready to transcend
blockchain complexity?
Join the next generation of applications that leverage blockchain without the barriers. Start building with Chronos today.