Four blockchain products under one roof. On-chain booking, NFT ticketing, loyalty tokens, and document signing — all built for travel operators on Camino Network.
4
Blockchain products
1
Unified API console
<2s
Transaction finality
~$0.001
Per on-chain operation
The Platform
Each product solves a distinct problem in travel operations. Together, they form a complete Web3 infrastructure for the industry.
On-Chain Inventory & Booking
Smart-contract escrow replaces the OTA middleman. Operators publish experiences on-chain, distributors book against real-time inventory, and funds settle automatically via EURe stablecoin.
REST
API
3-5%
Protocol fee
Auto
Settlement
NFT Ticketing & Gated Reviews
Every booking mints an ERC-721 NFT ticket that transitions through lifecycle states. Only verified attendees can write reviews — eliminating fake reviews entirely.
ERC-721
Standard
QR
Check-in
100%
Verified
On-Chain Loyalty Programs
Mint ERC-20 reward tokens for every booking. Travelers earn, hold, redeem, and trade loyalty tokens across operators — transparent, portable, and on-chain.
ERC-20
Standard
Tiers
Auto-promo
Swap
Cross-op
On-Chain Document Signing
Liability waivers signed with ECDSA cryptographic signatures and anchored on-chain. Immutable, timestamped, and independently verifiable without trusting any third party.
ECDSA
Crypto sig
JWT
Sign links
Public
Verification
The Flow
A single booking event cascades through all four products automatically.
Booking confirmed on-chain. Funds locked in smart contract escrow. Webhook fires to all products.
NFT ticket minted to traveler's wallet. QR code generated. Review window scheduled post-attendance.
Loyalty tokens minted based on earn rules and tier multiplier. Tier auto-evaluated and promoted if threshold crossed.
Liability waiver generated from template and signing link emailed to traveler. Signature recorded on-chain.
Total Requests (24h)
12,847
+14% vs yesterday
Error Rate
0.3%
Below threshold
Requests by Product
Active API Keys
The Console
Register once, get API keys that work across all four products. Monitor usage, manage webhooks, rotate keys, and track on-chain activity from a single console.
For Developers
All four products share the same authentication, rate limiting, and idempotency patterns. Integrate one, you know them all.
REST
JSON APIs
HMAC
Webhook signing
OpenAPI
Full specs
AWS
KMS custody
# Book an experience (Onvoy)
curl https://api.onvoy.travel/v1/bookings \
-H "X-Api-Key: hlm_live_4f8a...d3e1"
# Check ticket status (Passage)
curl https://api.passage.travel/v1/tickets/tkt_92f1 \
-H "X-Api-Key: hlm_live_4f8a...d3e1"
# Get loyalty balance (Trove)
curl https://api.trove.travel/v1/loyalty/balance \
-H "X-Api-Key: hlm_live_4f8a...d3e1"
# Verify a signature (Signet)
curl https://api.signet.travel/v1/signing/verify/0xab3f... \
-H "X-Api-Key: hlm_live_4f8a...d3e1"
Shared Infrastructure
Every product shares the same blockchain SDK, wallet infrastructure, and API patterns.
AWS KMS-managed keys. Travelers and operators never need MetaMask or seed phrases. Wallets are created automatically on first interaction.
Purpose-built L1 for travel. EVM-compatible, sub-second finality, negligible gas costs. KYC-verified validators ensure regulatory compliance.
Row-level tenancy with automatic scoping. Each customer gets isolated data, API keys, and webhook endpoints across all products.
Get your API keys and start integrating in minutes. Four products, one console, zero blockchain complexity.