The trust layer for vacation rentals
Vera – Bokningsskydd
Vera är HemmaBos regelbaserade bokningsskydd: två gäster kan inte boka samma datum — databasen stoppar den andra. Pris och datum kontrolleras och låses medan gästen betalar.
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