> ## Documentation Index
> Fetch the complete documentation index at: https://docs.easeflow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Moonveil

Official Links → [Website](https://moonveil.gg/) - [Portal](https://nodes.moonveil.gg/) - [Docs](https://moonveil.gitbook.io/whitepaper) - [X](https://x.com/Moonveil_Studio) - [Discord](https://discord.com/invite/moonveil)

## Overview

Moonveil.GG emerges as a fresh gaming ecosystem built by a team of seasoned gaming and blockchain industry veterans, and with top-quality game products ready to go live on their ZK-powered L2 chain. The team comprises individuals who have held C-suite positions at some of the most successful companies within their respective fields, like Netease, Funplus, CARV, and, more specifically, an impressive aggregation of talent from Riot Games, which has led to the team being informally referred to as the "Riot Mafia" within the industry.

***

## How to Deploy a Node

<Frame caption="">
  <div id="moonveil-video-container" style={{position: 'relative', width: '100%', height: '400px'}}>
    <div
      onClick={() => {
    document.getElementById('moonveil-video-container').innerHTML = `
      <iframe width="100%" height="400" src="https://www.youtube.com/embed/8CrMvIbZR1Q?autoplay=1&mute=1&rel=0" 
              frameBorder="0" allowFullScreen allow="autoplay; encrypted-media" style="border-radius: 8px;"></iframe>
    `;
  }}
      onMouseEnter={() => {
    const btn = document.getElementById('moonveil-btn');
    const icon = document.getElementById('moonveil-icon');
    btn.style.backgroundColor = 'rgba(255,255,255,0.9)';
    icon.style.fill = '#ff0000';
  }}
      onMouseLeave={() => {
    const btn = document.getElementById('moonveil-btn');
    const icon = document.getElementById('moonveil-icon');
    btn.style.backgroundColor = 'rgba(255,0,0,0.9)';
    icon.style.fill = 'white';
  }}
      style={{
    position: 'relative', width: '100%', height: '400px', cursor: 'pointer',
    backgroundImage: 'url(https://img.youtube.com/vi/8CrMvIbZR1Q/maxresdefault.jpg)',
    backgroundSize: 'cover', backgroundPosition: 'center', borderRadius: '8px'
  }}
    >
      <div
        id="moonveil-btn"
        style={{
    position: 'absolute', bottom: '16px', right: '16px', width: '50px', height: '50px',
    backgroundColor: 'rgba(255,0,0,0.9)', borderRadius: '50%', display: 'flex',
    alignItems: 'center', justifyContent: 'center', transition: 'all 0.2s ease', pointerEvents: 'none'
  }}
      >
        <svg id="moonveil-icon" width="20" height="20" viewBox="0 0 24 24" fill="white">
          <path d="M8 5v14l11-7z" />
        </svg>
      </div>
    </div>
  </div>
</Frame>

***

## Still Need Help?

If you didn't find what you're looking for, we've got you covered. Our team is just one message away — ready to help with anything from setup questions to technical support.

<CardGroup cols={2}>
  <Card title="Open Support Ticket" icon="rectangle-stack" href="https://discord.com/channels/1217243890352914552/1220638161407836241">
    Get personalized help from our team
  </Card>

  <Card title="Join Discord" icon="message-circle" href="https://discord.com/invite/JDkD4EaqcZ">
    Connect with the community
  </Card>
</CardGroup>

***
