> For the complete documentation index, see [llms.txt](https://whitepaper.arcx.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.arcx.gg/nft/arcx-nft.md).

# ArcX NFT

**Definition**

Each ArcX NFT represents 1/30 of a real arcade machine, which is both an NFT asset of Web3 and a real machine in the real world. Users holding ArcX NFTs can earn income from real machines with the same number.

#### Benefits of holding

Holding an ArcX NFT in the game will result in hourly settlements. The number of prizes dropped by real machines will be converted into game coins at a fixed ratio and distributed to the holders of the corresponding ArcX NFT. ArcX NFT advertisers will receive a higher priority share. Additionally, once the $ArcX token is launched, ArcX NFTs will also earn DePIN revenue.

Prize Conversion Ratios:

* Coin Pusher Dragon Ball 1 : 100,000 game coins

## ArcX NFT Attributes

**Levels and Experience**

Each ArcX NFT has its own unique experience points and level system. When the connected real-world machine drops a large ball, the NFT gains experience points. Once the required experience is reached, the NFT will automatically level up. The NFT level is a prerequisite for upgrading Efficiency and Durability levels.

**Efficiency**

Upgrading the Efficiency level of an ArcX NFT can permanently increase the NFT's coin earnings. Leveling up requires $AXC, and reaching the maximum level (Level 50) can boost earnings by up to 300%.

**Durability**

Operating and maintaining each real-world machine incurs various costs, such as storage fees, electricity, internet, maintenance, and labor. In the game, these are represented by Durability. As the ArcX NFT machine continues to run, its Durability gradually decreases, requiring players to spend a small amount of $AXC for repairs. Increasing the Durability level can reduce these repair costs.

## NFT Boost

When an ArcX NFT holder successfully invites a friend, all ArcX NFTs held by that game account will receive a Boost ability. This will increase the holder's earnings by an additional 20% for 1 hour. Inviting more friends can infinitely stack the duration of the boost.

## NFT Rental

NFT holders can rent out their NFTs. When renting out, the NFT holder needs to set the maximum acceptable rental period and rental price. Players who need to rent NFTs can find them in the NFT Market and pay the rental fee to the NFT holder.

After successfully renting an NFT, the functional rights of the NFT will be transferred to the renter's account, including the game coins allocated by the real arcade machine every hour and the advertising function. The NFT holder retains ownership of the NFT, but all operations on the lent NFT are frozen during the rental period.


---

# 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://whitepaper.arcx.gg/nft/arcx-nft.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.
