# README

> Complete user guide for the Lyraverse NFT platform

## 📖 Documentation Structure

This documentation is organized into logical sections for easy navigation:

### 🗂️ Folder Structure

```
docs/
├── SUMMARY.md              # Table of contents (GitBook format)
├── README.md               # This file
├── introduction.md         # Platform overview
├── quick-start.md          # Get started in 5 minutes
├── wallet-connection.md    # Wallet setup guide
├── collections/            # Collection creation & management
│   ├── creating-collections.md
│   └── managing-collections.md
├── minting/               # NFT minting guides
│   ├── how-minting-works.md
│   └── mint-phases.md
├── marketplace/           # Trading & marketplace
│   ├── buying-nfts.md
│   └── selling-nfts.md
├── dao/                   # Governance features
│   ├── what-is-dao.md
│   └── creating-dao.md
├── advanced/              # Advanced features
│   ├── royalties.md
│   └── rarity-system.md
└── support/               # Help & troubleshooting
    ├── faq.md
    └── contact.md
```

## 🚀 Quick Start

1. **Read Introduction**: Understand what Lyraverse is
2. **Quick Start Guide**: Get up and running in 5 minutes
3. **Wallet Connection**: Set up your Hyperliquid wallet
4. **Choose Your Path**:
   * **Creator**: Go to Collections → Creating Collections
   * **Collector**: Go to Minting → How Minting Works
   * **Trader**: Go to Marketplace → Buying NFTs

## 📚 Key Topics

### For New Users

* [Introduction](/getting-started/introduction.md) - What is Lyraverse?
* [Quick Start Guide](/getting-started/quick-start.md) - Get started fast
* [Wallet Connection](/getting-started/wallet-connection.md) - Setup your wallet

### For Creators

* [Creating Collections](/collections/creating-collections.md) - Launch your NFT project
* [Managing Collections](/collections/managing-collections.md) - Analytics & updates
* [Royalties System](/advanced-features/royalties.md) - Earn from secondary sales

### For Collectors

* [How Minting Works](/minting/how-minting-works.md) - Mint NFTs safely
* [Mint Phases](/minting/mint-phases.md) - Public vs whitelist phases
* [Rarity System](/advanced-features/rarity-system.md) - Understand NFT values

### For Traders

* [Buying NFTs](/marketplace/buying-nfts.md) - Marketplace purchasing
* [Selling NFTs](/marketplace/selling-nfts.md) - List and sell NFTs
* [Marketplace Fees](/marketplace/fees.md) - Understanding costs

### Advanced Users

* [DAO Features](/governance-and-dao/what-is-dao.md) - Community governance
* [API Reference](/advanced-features/api-reference.md) - Developer integration
* [Staking NFTs](/governance-and-dao/staking-nfts.md) - Earn rewards

## 🔍 Search & Navigation

### In-Platform Search

Use the **Support & Guide** widget (bottom-right) for quick answers:

* Quick topic buttons for common questions
* Direct links to relevant documentation
* Community support redirection

### Documentation Search

* Use your browser's search (Ctrl+F/Cmd+F)
* Check the SUMMARY.md for overview
* Follow cross-references between pages

## 🆘 Getting Help

### Immediate Support

1. **In-App Chat**: Click the chat bubble for instant help
2. **Quick Topics**: Guided answers for common questions
3. **Community**: Join Telegram for peer support

### Advanced Support

* **Documentation**: This comprehensive guide
* **Email Support**: <support@lyraverse.io> for technical issues
* **Bug Reports**: Use GitHub issues for platform problems

## 📝 Contributing

### Report Issues

Found an error or unclear section?

* Use GitHub Issues in the [documentation repository](https://github.com/Lyraverse-io/gitbook)
* Provide specific page and section
* Suggest improvements

### Suggest Improvements

* New sections needed?
* Better explanations?
* Additional examples?

## 🔄 Version History

### Current Version: 1.0.0

* Complete platform documentation
* Creator, collector, and trader guides
* Advanced features documentation
* Troubleshooting and FAQ sections

### Upcoming Updates

* Video tutorials integration
* Interactive examples
* Multi-language support
* Advanced developer guides

***

**Need help?** Start with the [Quick Start Guide](/getting-started/quick-start.md) or use the in-app support chat! 🚀

*Documentation maintained by the Lyraverse team - Last updated: December 2025*


---

# 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:

```
GET https://docs.lyraverse.io/readme.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.
