> For the complete documentation index, see [llms.txt](https://mudtreasurycorp.gitbook.io/mud-and-mudnfts-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mudtreasurycorp.gitbook.io/mud-and-mudnfts-white-paper/getting-started-with-usdmudnfts/quickstart.md).

# Technical Architecture

⚙️ Technical Architecture

The $MUDNFT ecosystem is built on a secure, scalable Web3 foundation optimized for speed, transparency, and decentralized control.

#### 🔧 Core Infrastructure

| **Component**            | **Description**                                                                                                                                                                                                                                                                                                                                                    |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Blockchain**           | **Solana** — High-speed, low-fee blockchain using the SPL Token Standard, ideal for NFT interactivity and real-time rewards                                                                                                                                                                                                                                        |
| **Smart Contracts**      | - **NFT Staking Logic**: Stake NFTs to earn $MUD with dynamic multipliers based on traits- **Evolution Engine**: Time-locked evolution paths tied to staking behavior- **Trait Utility Registry**: On-chain tracking of trait rarity and function- **Rewards Distribution**: Automatically calculates and distributes $MUD based on stake time, traits, and boosts |
| **Mint Engine**          | **Candy Machine v3** — Fair-minting protocol with anti-bot protection and transparent random trait assignment                                                                                                                                                                                                                                                      |
| **Wallet Compatibility** | - **Phantom** (browser/mobile)- **Backpack** (xNFTs & executable NFTs)- **Solflare** — Secure Solana-native wallet support                                                                                                                                                                                                                                         |
| **Data & Storage**       | - **Arweave** for permanent storage of images and metadata- **IPFS** for distributed, content-addressed hosting                                                                                                                                                                                                                                                    |
| **Security & Auditing**  | - **BlockSafe Security** conducts third-party audits for all smart contracts- Continuous monitoring and bug bounty programs to ensure trust                                                                                                                                                                                                                        |

#### 🧠 Additional Technical Highlights

* **Upgradeable Architecture**: Modular contract design allows future implementation of Layer-2 enhancements and DAO features.
* **Trait-Driven Logic Layer**: Utility functions dynamically respond to on-chain metadata, allowing flexible, evolving gameplay and staking mechanics.
* **Cross-Platform UX**: Fully responsive staking dashboards and NFT viewers designed for mobile and desktop compatibility.


---

# 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://mudtreasurycorp.gitbook.io/mud-and-mudnfts-white-paper/getting-started-with-usdmudnfts/quickstart.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.
