> For the complete documentation index, see [llms.txt](https://shodo-veil.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shodo-veil.gitbook.io/whitepaper/introduction/introducing.md).

# Introducing

<figure><img src="/files/vHNUFffChd2MrEb1RP3S" alt=""><figcaption></figcaption></figure>

The SHODOVERSE is an expansive digital ecosystem designed to seamlessly blend gaming, community engagement, and blockchain-powered experiences. By leveraging Web3 technology, we aim to create an interconnected network where players, investors, and creators can participate in a vibrant economy centered around the SHODOIP.

This SHODO VEIL whitepaper is for information purposes only. SHODO VEIL does not guarantee the accuracy of or the conclusions reached in this presentation is provided “as is”.

SHODO VEIL does not make and expressly disclaims all representations and warranties, express, implied, statutory or whatsoever, including, but not limited to

Warranties of merchantability, fitness for a particular purpose, suitability, usage, title or non-infringement. That the contents of this light paper are free from error

**Sui Blockchain Technology**

SHODO VEIL is powered by the Sui Blockchain, a Layer 1 protocol known for its cutting-edge infrastructure and developer-friendly features.

Sui operates with a Delegated Proof of Stake (DPoS) consensus mechanism, utilizing its native token, $SUI, to validate and secure transaction blocks. Built with MOVE — a powerful smart contract language — Sui offers a fast, secure, and cost-efficient environment ideal for games like SHODO VEIL.

Our NFTs are deployed using custom Sui Move contracts. These follow Sui standards for NFT definition and leverage Sui Kiosk for trading and royalty management. With dynamic and mutable NFTs, we provide players with a high level of in-game customization and interaction.

Sui’s DPoS architecture significantly lowers environmental impact compared to energy-intensive Proof of Work (PoW) systems. This aligns with SHODO VEIL commitment to sustainability and a seamless, energy-efficient gaming experience.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://shodo-veil.gitbook.io/whitepaper/introduction/introducing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
