# The Digital Backbone

The Voyage Trilogy is built on a robust and forward-looking digital foundation. Ownership, trust, and performance are core principles from day one. The underlying infrastructure is in place from the start, quietly supporting the world and ready to evolve as the experience grows.

For the player, everything feels seamless. There are no technical barriers, no confusing steps, just a smooth journey where you log in, play, and progress. While the deeper systems remain inactive during the early chapters, they are fully prepared to support long-term continuity, persistent identity, and meaningful connections across all three games.

#### **Ethereum + Layer 2 Rollup: Speed Meets Security**

We use a dual-layer blockchain model:

* **Ethereum Mainnet** secures our governance token and anchors long-term integrity through one of the world’s most trusted decentralised networks.
* **Layer 2 Rollup**, an Ethereum-secured scaling network, handles all in-game digital-asset activity — enabling fast, near-zero-cost transactions at scale without compromising security.

This combination allows us to offer real ownership, rich interactions, and a stable economy — without gas-fee spikes, bottlenecks, or centralised control.

#### **Smart Contracts & Immutable Records**

Every trade, property claim, or character progression is powered by **smart contracts** — automated agreements that live on the blockchain. They:

* Remove intermediaries
* Ensure actions are verifiable and irreversible
* Secure every player’s progress and digital belongings
* Leverage full **EVM compatibility**, opening the door for third-party tooling, modding, and independent audits

This gives our world permanence: success is earned and provable, not vulnerable to hacks or server resets.

#### **Seamless Wallets**

* Players **sign up with email and password**
* A  wallet is **created silently in the background**
* No need for seed phrases or crypto knowledge

These wallets function like personal bank vaults, storing assets, enabling upgrades, and powering trading.&#x20;

#### **Green by Design**

Our commitment to sustainability is built into the stack:

* **Ethereum’s Proof-of-Stake** slashes annual consumption from over **112 TWh** (pre-Merge estimate) to well under **0.01 TWh** — a >99.95 % reduction.
* **Layer 2 Rollup batching** compresses thousands of in-game actions into a single Ethereum transaction, trimming additional gas overhead by another **10 – 100 ×**.
* All smart contracts are meticulously optimised to minimise computational load.

The result: a powerful blockchain system with the energy footprint of a small town, not a country.

#### **Digital Passports & Provenance**

Every digital asset includes a built in product passport that records its origin, ownership history and key attributes. This ensures transparency and long term integrity.

* Tracks ownership, upgrades, trades, and history
* Lives directly on the blockchain, not on central servers
* Supports interoperability across games in the trilogy

Players can pass down gear, evolve characters, or trade valuables — all with full transparency.

#### **Decentralised Economy, Central Game World**

Assets can later on be traded on **in-game P2P markets** or connected to **DEXs (decentralised exchanges)** — allowing:

* Fluid resource exchange
* Real price discovery (via AMMs)
* Fair and permissionless player-to-player commerce

But none of this requires leaving the game or understanding tokens. Everything works through our integrated UI.

**Summary (Fact Frame)**

| Feature               | Technology Used                       | Player Experience                             |
| --------------------- | ------------------------------------- | --------------------------------------------- |
| Blockchain Layer      | Ethereum + Layer 2 Rollup             | Secure, fast, low-cost — no setup required    |
| Wallets               | Embedded wallets                      | Login with email, no seed phrases             |
| Smart Contracts       | On-chain automation (EVM)             | Transparent and verifiable trades             |
| Digital Asset Records | Product passports on-chain            | Full ownership history and upgrade visibility |
| Environmental Impact  | PoS + Layer 2 batching (<0.01 TWh/yr) | >99.95 % energy reduction vs. pre-Merge       |
| Marketplace           | In-game trading + optional DEX access | Fluid, permissionless commerce                |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://voyage-trilogy.gitbook.io/tvt/the-digital-backbone.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
