> For the complete documentation index, see [llms.txt](https://protocol-x.gitbook.io/ptxcrypto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protocol-x.gitbook.io/ptxcrypto/ecosystem/x-share-nfts.md).

# X-Share NFTs

First, it's important to understand what NFTs are and how they differ from other cryptocurrencies. NFTs, or non-fungible tokens, are a type of cryptocurrency that represents a unique digital asset. Unlike other cryptocurrencies, such as Bitcoin or Ethereum, which are interchangeable and can be easily exchanged for one another, NFTs are unique and cannot be replicated or replaced. This makes them ideal for representing digital collectables, artwork, and other one-of-a-kind items.

XShares are a specific type of NFT that are minted within the ProtocolX ecosystem. To mint an XShare, an individual must pay a fee of 1 BNB (the native token of the Binance Smart Chain), after which they will receive a unique XShare NFT. These NFTs are designed to provide holders with a passive income stream, generated from within the ProtocolX protocol.

<figure><img src="/files/n0kP1cgn92LDU1Lht5eS" alt=""><figcaption><p>Here are the X-Share previews ranging from Common all the way to Legendary.</p></figcaption></figure>

The revenue generated within ProtocolX is distributed to XShare holders in the form of PUSD, ProtocolX's appreciating stablecoin. PUSD is pegged to the US dollar and is designed to maintain a stable value, while also benefiting from ProtocolX's growth and success. This means that as the protocol generates more revenue, the value of PUSD will increase, providing XShare holders with a potentially lucrative passive income stream.

XShares can be minted and managed through the ProtocolX dApp, which is available on the Binance Smart Chain. The dApp allows users to mint new XShares, view their XShare holdings, and claim their PUSD rewards. Rewards are paid out bi-weekly to XShare holders, allowing them to easily track and manage their passive income stream.

Overall, XShares are a unique and innovative way for individuals to earn a passive income within the fast-growing DeFi space. By leveraging the power of NFTs and tokenomics, XShares provide holders with a potentially lucrative income stream, backed by the success of the ProtocolX protocol.

{% embed url="<https://app.ptxcrypto.com/xshares>" %}
Mint here!
{% endembed %}


---

# 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://protocol-x.gitbook.io/ptxcrypto/ecosystem/x-share-nfts.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.
