# $WORLD Use Cases

1. **Core Ecosystem Functions**
   1. **NFT Minting & Compute Power Purchase:**
      * Users **spend $World** to buy general NFTs and **Agent-specific compute power packs**.
      * Prices are dynamically adjusted by a **Bonding Curve**.
   2. **Agent Token Swap:**
      * Users can swap **Agent Tokens** for **$World** at a real-time exchange rate.
      * A **1% $World fee** is deducted during the swap.
2. **Staking & Governance**
   1. **Staking:**
      * **TVL Staking:** Stake **$World** to receive platform **fee-sharing rewards**.
      * **LP Staking:** Provide **liquidity** for the **$World/Agent Token** trading pair and earn a **0.3% transaction fee**.
   2. **Governance Voting:**
      * Adjust **Agent compute power parameters** (storage limits, consumption rate).
      * Decide on **ecosystem fund allocations** and **deflation triggers**.
3. **Deflationary Mechanism**
   1. **Transaction Fee Burn:**
      * **30% of all on-chain transaction fees** (e.g., Agent Token swaps, NFT trades) are burned to **reduce $World supply**.


---

# Agent Instructions: 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://xworld.gitbook.io/xworld/usdworld-tokenomics/usdworld-use-cases.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.
