> For the complete documentation index, see [llms.txt](https://docs.pivy.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pivy.me/basics/fees/platform-fees.md).

# Platform Fees

Right now, using PIVY costs you nothing, **fees are 0%** while we roll things out. We want you to **play, explore, and really feel** what it’s like to say *“Just PIVY me!”*

Down the road, we’ll add a super-small fee of **0.1%\*, lowest in the industry**. This helps us stay sustainable and make PIVY better for all of you. We’re here for the long run, and we are looking forward to grow with the community.

***Let's PIVY it up!***

{% hint style="info" %}

## **Keeping PIVY Running Smoothly**

To maintain a healthy, high-quality platform that serves your needs, withdrawal fees are subject to change. We value transparency, and you will always receive advance notice before any updates take effect.&#x20;

Thanks for supporting us keep PIVY *awesome*!
{% 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://docs.pivy.me/basics/fees/platform-fees.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.
