> For the complete documentation index, see [llms.txt](https://docs.possestudios.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.possestudios.org/undefined-4/blockchain/digital-assets.md).

# Digital Assets

### <mark style="color:purple;">**Digital Assets in the Wild West**</mark>

In the world of **Wanted**, digital assets aren’t just collectibles—they’re functional, playable, and own-able components of the game and the broader Posse ecosystem. From your avatar’s wardrobe to the land you stake, each item carries real utility, value, and meaning.

### <mark style="color:purple;">**What Are These Assets, Really?**</mark>

Each digital item in Posse is a **3D-ready tokenized asset**, built using ERC-721 or ERC-1155 standards and stored on **IPFS**, a decentralized storage protocol. This means:

* You truly own your items—**they’re not tied to our servers**
* They live in your wallet, not in a centralized database
* The game reads and reacts to what you own, dynamically unlocking features, perks, and in-world opportunities

If you’re new to NFTs, don’t worry—**we’re making it intuitive**. If you’re experienced, you’ll appreciate the depth and functionality these assets unlock.

{% hint style="info" %}
If you don't know what an NFT is please check out [What are NFTs?](/undefined-4/blockchain/what-are-nfts.md) 🤠
{% endhint %}

### <mark style="color:purple;">**Types of Digital Assets in the Posse Ecosystem**</mark>

| Asset Type            | Description                                                                 |
| --------------------- | --------------------------------------------------------------------------- |
| **Genesis NFTs**      | Exclusive early supporter assets—badges, collectibles, and OG perks         |
| **Avatars**           | Customizable characters used in-game and in metaverse spaces                |
| **Weapons**           | Game-integrated items that can be upgraded and equipped                     |
| **Skins & Wearables** | Cosmetic upgrades for personalization and in-game flex                      |
| **Land & Properties** | Ownable in-game locations (Mines, Saloons, Jails, etc.) that generate yield |
| **Mounts & Vehicles** | Used for travel and gameplay advantages—can also be staked                  |

Each one has **3D model previews** and **in-game import compatibility**—no placeholders, no empty promises.

### <mark style="color:purple;">**Utility-Driven by Design**</mark>

Every asset has a job to do. Some serve cosmetic roles, others unlock gameplay advantages, and some open doors to future drops, governance, or staking. Here’s a look at the core utility layers:

* **Gameplay Integration** – Use avatars, mounts, and weapons in-game
* **Bounty Hunting (Staking)** – Send characters or mounts on timed missions to earn rewards
* **Airdrop & Whitelist Access** – Special drops only available to verified holders
* **Charity-Linked NFTs** – Support causes and receive custom assets in return
* **Social & Reputation Perks** – Custom emotes, nameplates, or metaverse access

We're moving beyond the speculative era. **Utility isn’t a promise—it’s the product.**

### <mark style="color:purple;">**Rarity That Actually Matters**</mark>

Collectors love rarity—and so do we. From ultra-rare character skins to 1-of-1 Bandit NFTs, scarcity will be a real driver of identity and status in Posse.

Each NFT comes with metadata defining its **rarity tier, stats, and potential upgrades**. Rare NFTs may offer exclusive storylines, quests, or event access.

And yes—**you’ll be able to show it off.**

### <mark style="color:purple;">**Upgradeable assets with Skill-Based Access**</mark>

Some items—especially weapons—can be upgraded through **gameplay, not payment**. This means:

* Players must reach higher ranks in the **Most Wanted Leaderboard** to unlock usage
* Upgrades improve functionality, but won’t break competitive balance
* Each upgrade path is tied to performance, not just spending

We reward skill and time—not just wallets.

### <mark style="color:purple;">**Beyond the Game: Cross-Platform Freedom**</mark>

These aren’t assets locked into one ecosystem.\
You can **download your NFTs as 3D models**, enabling use in other projects or even importing into design software like **Blender** or game engines like **Unity** or **Unreal**.

Own it. Use it. Share it. Expand it.

### <mark style="color:purple;">True Digital Ownership</mark>

In Posse, digital assets aren’t just for trading—they’re for playing, earning, staking, and showing off. Whether you're a collector, a competitor, or a creative, your NFTs are **more than files—they're frontier tools** in the Wild West of gaming.


---

# 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://docs.possestudios.org/undefined-4/blockchain/digital-assets.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.
