> For the complete documentation index, see [llms.txt](https://xworld.gitbook.io/xworld/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xworld.gitbook.io/xworld/usdworld-tokenomics/usdworld-use-cases.md).

# $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
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://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.
