Guide

Why we treat visitors as full users, in numbers

Requiring registration before utility destroys two-thirds of active session depth; empirical data behind WEVONE's unauthenticated architecture.

In standard marketplace architecture, an unauthenticated visitor is a second-class entity. They are served static landing pages, aggressive modal popups demanding an email address, and truncated search results. The implicit assumption is that anonymous attention carries little structural value until it converts into a registered record in a database.

Our internal telemetry from Q1 2025 across early European corridors tells a different story. When a user arrives without logging in, their intent is often already precise. Forcing an authentication wall before demonstrating structural utility causes an immediate drop-off of 68.4% in active exploration depth. By treating unauthenticated sessions with the same contextual state depth as registered profiles, session duration increases from an industry baseline of 1.8 minutes to 14.2 minutes, while cross-universe query mapping expands fourfold.

The Cost of the Front-Door Tollbooth

The traditional growth playbook treats registration as the top of the funnel. A user searching for a second-hand jacket on Tutus or a local electrician on Mission is halted after two clicks by an auth wall. The business justification has historically been identity acquisition for email re-engagement.

We benchmarked this against a zero-gate session architecture. Across 120,000 unauthenticated visitor sessions tracked between November 2024 and February 2025 in our early testing clusters, forcing early registration yielded a 2.1% sign-up rate but killed 97.9% of potential browsing sessions within 45 seconds. Conversely, granting full interactive access—allowing anonymous users to build multi-item baskets across Tutus and Nest, run complex geographical routing queries on Pilote, and consult Mia for tailored recommendations—produced a 12.8% transaction-intent rate when identity was finally required at checkout.

Identity is not a prerequisite for understanding intent. Intent is a sequence of signals: query parameters, spatial filters, pricing bounds, and multi-universe transitions. Capturing these signals requires state preservation, not a passport check.

Ephemeral State as a First-Class Citizen

To treat visitors as full users without creating permanent privacy vectors, WEVONE relies on an edge-cached ephemeral state mechanism. When an unauthenticated visitor lands on the platform, Mia generates an anonymous cryptographic session token stored exclusively in local client storage and mirrored across temporary edge nodes.

Mia’s context memory tracks interactions across universes in real time. If a visitor searches for a mountain bike on Tutus and subsequently navigates to Nest to look for weekend rentals in Chamonix, Mia correlates those two actions within the session memory. The system infers a trip context without knowing the user’s legal name, phone number, or payment details.

Consider a worked example from our January pilot dataset: An unauthenticated user spent nine minutes exploring vintage ski wear on Tutus, configured a search radius of 15 kilometers around Grenoble, and then switched to Pilote to check co-transport availability for the coming weekend. Standard platform mechanics would treat these as three isolated, anonymous pageviews. WEVONE’s session engine linked the three intent vectors. Mia compiled a unified itinerary state: equipment, destination, and transport. When the user finally initiated a booking on Pilote, the platform presented the identity verification prompt at the exact moment of capital commitment.

The conversion rate at that specific friction point was 84.1%. When users understand why identity is required—specifically to anchor a contract in transactional escrow—the resistance disappears.

The Data: Ephemeral vs. Authenticated Signals

The data shows that unauthenticated users operating with full platform state exhibit behavioral patterns remarkably similar to registered power users.

  • Average Universe Transitions per Session: Unauthenticated (Full State): 3.2 | Standard Guest Mode: 1.1 | Authenticated Users: 3.8
  • Cart/Booking Assembly Rate: Unauthenticated (Full State): 11.4% | Standard Guest Mode: 0.9% | Authenticated Users: 14.2%
  • Cart Abandonment post-Identity Prompt: Unauthenticated (Full State): 15.9% | Standard Guest Mode: 72.3% | Authenticated Users: N/A

These metrics illustrate that intent maturity occurs during the session, not prior to it. By withholding features—such as saved query filters, cross-universe cart aggregation, or Mia’s conversational reasoning—platforms actively suppress user intent maturity.

Honest Architecture: What is Live vs. What is Bet

We must be precise about what is shipped, what is in beta, and what remains a long-term engineering hypothesis.

  1. Shipped (Live): Ephemeral local context tracking, unauthenticated cross-universe cart assembly, late-stage identity prompting at escrow creation, and Mia’s session-level memory retention up to 72 hours via browser token.
  2. In Beta: Cross-device session handoff via encrypted temporary QR tokens without account creation, currently processing ~4,000 weekly sessions in select French and Spanish corridors.
  3. A Bet (Unproven): Graph-matching unauthenticated sessions to historical aggregate liquidity needs without identity correlation. We hypothesize that high-density anonymous search vectors can predict local inventory requirements on Mission and Tools before supply is onboarded. This remains an unvalidated technical ambition.

Abuse Mitigation and Edge Computing Costs

Treating anonymous visitors as first-class citizens introduces two structural liabilities: computational cost and automated scraping.

Maintaining rich context vectors for anonymous users requires compute resources at the edge. A standard passive visitor costs roughly €0.0001 per session in basic CDN delivery. An unauthenticated full-state session on WEVONE, which invokes Mia’s contextual parsing and keeps a temporary ledger state, costs approximately €0.0042 per session. If conversion fails, that compute cost is written off.

To prevent resource exhaustion, WEVONE implements a dynamic rate-limiting mechanism tied to session intent entropy. Scraping bots and malicious crawlers execute deterministic patterns with low structural variance. Mia monitors interaction entropy: legitimate exploration displays non-linear spatial jumps, context refinement, and variable dwell times. Sessions that fail entropy validation are gracefully degraded to static, stateless views, protecting edge infrastructure without impacting human visitors.

Furthermore, fraud prevention remains anchored at the financial perimeter. While an anonymous user can structure an entire service request on Mission or a multi-day rental on Nest, no transaction settles, no contact details are exposed, and no funds enter transactional escrow without complete identity verification and cryptographic signature.

Merging the Shadow State into the Ledger

The ultimate validation of this model occurs at the moment of account creation. When an unauthenticated visitor decides to finalize a transaction, their ephemeral session state is converted into a permanent record.

The local browser token passes its contextual memory to the newly authenticated user profile. The history built during those 14 minutes—the saved filters on Tools, the selected transport route on Pilote, the specific communication preferences indicated to Mia—is instantly merged into the user’s persistent profile. The user experience does not reset; it simply anchors.

By refusing to demand credentials before demonstrating value, WEVONE turns anonymous traffic into intent-rich participants. The numbers prove that identity is not the entry fee for utility; it is merely the final seal on a contract.