Blockchain Loyalty Made Simple

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.

Bank-Grade Security
Base · Coinbase · Ethereum
On-Chain Transparent
Verifiable · Decentralized
Zero Gas Fees
Sponsored transactions
Pre-Built Features

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.

Total time saved: 24+ weeks of development

Gasless Infrastructure

Saves 6+ weeks

Pre-built paymaster integration that sponsors all transaction costs. Your users never see gas fees or need ETH in their wallets.

What's included
Paymaster setupGas estimationTransaction sponsoringCost management

Smart Wallet System

Saves 4+ weeks

Deterministic ERC-4337 smart accounts created from user IDs. No seed phrases, no wallet popups, no blockchain UX friction.

What's included
Account abstractionKey managementWallet recoveryAddress derivation

Atomic Token Minting

Saves 3+ weeks

One API call does everything: fetch nonce, validate receipt, generate signature, and execute on-chain. Built-in duplicate prevention via receiptId.

What's included
Multicall optimizationReceipt hashingDuplicate detectionIdempotency keys

Peer-to-Peer Transfers

Saves 2+ weeks

Enable users to send tokens to friends and family. Gasless transfers between any wallets in your ecosystem.

What's included
Balance validationAddress resolutionTransaction trackingTransfer history

Cashout to Bank (Claims)

Saves 4+ weeks

Users lock tokens on-chain for EUR payout. Full transparency with on-chain proof, off-chain settlement to bank accounts.

What's included
Claim verificationOn-chain lockingIBAN validationStatus tracking

Multi-Tenant Architecture

Saves 5+ weeks

One Chronos instance serves unlimited loyalty apps. Built-in client isolation, scoped permissions, and tiered rate limiting.

What's included
Client isolationJWT scopesRate limitingUsage tracking
How It Works

Five steps to loyalty magic

From app integration to customer rewards in minutes. No blockchain expertise required.

01

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 }
02

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
}
03

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.00
04

Transfer 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.00
05

Cashout 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!
Benefits

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
Pricing

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

Contact
for pricing
  • Up to 1,000 wallets
  • 10,000 transactions/month
  • Community support
  • Basic analytics
  • Single network
Most Popular

Professional

For growing businesses

Custom
tailored pricing
  • 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

Custom
volume discounts
  • 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?

Technology

Built on proven infrastructure

Enterprise-grade blockchain infrastructure with multi-provider support. Switch providers without changing your code.

Account Abstraction Providers

Ready
Coinbase CDP logo

Coinbase CDP

Smart Account Provider

Coming Soon
Biconomy logo

Biconomy

Modular Smart Accounts

Coming Soon
Alchemy logo

Alchemy

Account Kit

Coming Soon
ZeroDev logo

ZeroDev

Kernel Smart Accounts

Coming Soon
Pimlico logo

Pimlico

Bundler & Paymaster

Blockchain Infrastructure

E

ERC-4337

Account Abstraction Standard

B

Base L2

Ethereum Layer 2

P

Paymaster

Gas Sponsorship

Backend Stack

N

Next.js

API Framework

S

Supabase

Database & Auth

U

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.