> 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/vaulting-and-rewards.md).

# Vaulting & Rewards

Protocol X (PTX) is a crypto project that aims to reward its users for placing their tokens in a single-staking vault. This vault will distribute rewards in the form of a percentage of all buy and sell taxes in PTX and PUSD, as well as all fees from vaults.

The rewards system works as follows: users who place their tokens in the single-staking vault will receive 50% of all buy taxes in PTX and 50% of all sell taxes in BNB which will be used to purchase and distribute PUSD. Additionally, all fees from vaults will be reflected back to the holders in the form of PTX.

In summary, Protocol X (PTX) is a crypto project that rewards its users for staking their tokens in a single-staking vault. The rewards system distributes a portion of buy and sells taxes in PTX and PUSD, as well as all fees from vaults, to the holders of PTX who have staked their tokens in the vault. There is a 10% fee for early withdrawal from the vault, but users can avoid this fee by leaving their rewards in the vault for the full week-long staking period.

{% hint style="warning" %}
One important aspect of the rewards system is that there are no entry fees. The only fee that would occur is a 10% early withdrawal fee and this only applies if the user decides to leave the vault early, before the end of the week-long staking period. If the user chooses to leave their rewards in the vault after the staking period is over, they can withdraw them without incurring any fees.
{% endhint %}


---

# 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/vaulting-and-rewards.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.
