The trust layer for vacation rentals
Vera – Protezione delle Prenotazioni
Vera è la protezione delle prenotazioni basata su regole di HemmaBo: due ospiti non possono prenotare le stesse date — il database rifiuta la seconda. Prezzo e date vengono controllati e bloccati durante il pagamento.
Vera — rule-based booking protection
Vera is how HemmaBo implements booking protection on top of the open Vacation Rental Protocol (VRP). It is deterministic (if/else), not a guessing AI: availability checks, price-and-date validation, and a temporary date lock during payment. Two direct bookings cannot hold the same dates — a database-level no-overlap constraint refuses the second. Each booking can be recorded in a tamper-evident log. The host's own domain stays the source of truth; VRP signs the stay offer with Ed25519, verifiable connector-free for AI agents.
- Database-level no-overlap lock
- Price and date checks
- Tamper-evident log
- VRP / Ed25519 signed offers
- Host domain is the source