> 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/introduction/ptxcrypto.md).

# Introduction to Protocol X

Protocol X is a decentralized finance (DeFi) project built on the Binance Smart Chain (BSC) network. Our goal is to create a fair and transparent financial ecosystem that empowers users to take control of their own assets.

One of the key features of Protocol X is our buy and sell tax, which is set at 4% and 8% respectively. 50% of the buy tax is distributed to holders of our native token, $PTX, while the other 50% is burnt. This means that buy transactions are essentially sell-less, which helps to support the value of PTX.

Similarly, 50% of the sell tax is used to purchase PUSD, our native appreciating stablecoin. The other 50% is burnt, which helps to maintain the constant volume of PUSD and support its value. By distributing PUSD through our tax system, we ensure that it has a constant demand, which allows its price to grow over time.

To claim these rewards, users must single stake their PTX within the PTX Vault on our [dApp](https://app.ptxcrypto.com/). This allows them to earn a share of the buy and sell tax revenues, and benefit from the growth of PUSD.

In addition to our tax system, we also offer X-Shares, our non-fungible token (NFT) project. X-Shares provide holders with bi-weekly rewards in PUSD from trading profits. This allows them to earn passive income from their NFT assets, and benefit from the success of our trading strategies.

Overall, Protocol X is a unique and innovative DeFi project that offers multiple ways for users to earn rewards and grow their assets. We invite you to join us and participate in our growing community.


---

# 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/introduction/ptxcrypto.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.
