> 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/is-pivy-for-you.md).

# Is PIVY for You?

**Unsure if PIVY is for you? Start here.**

Otherwise, skip straight to [**PIVY's Practical Privacy**](/is-pivy-for-you/pivys-practical-privacy.md) to understand what we provide (and what we don't).

## Why Privacy Matters

Blockchains are transparent by design which means every transaction is recorded publicly.\
So once someone knows your wallet address, they can see your entire on-chain activity: how much you’ve received, who sent it, and even which apps you’ve used.

PIVY solves this by creating [**stealth addresses**](/basics/concepts/stealth-address.md) for every payment, making it unlinkable to your main crypto account.

***

## PIVY for Every Use Case

<details>

<summary>For People New to Crypto</summary>

#### WE KNOW THE PAIN

Traditional global payment solution and marketplace are slow and costly.&#x20;

* PayPal takes more than 2% in fees
* Stripe doesn't work in every country
* Wire transfers take 3-5 days and can cost up to $50
* Payment gateways take up to 5% in fees
* Gumroad takes up to 30%

and there's no transparency.

#### WITH PIVY

Instant global payments and fees as low as 0.1%\*.\
Perfect for:

* Freelancers and gig workers
* Small businesses expanding globally
* Content creators and digital product sellers

Keep 99%+ of what you earn.

{% hint style="info" %}
Right now, PIVY charges absolutely nothing in platform fees. When we do add a small fee someday, we'll make sure to tell you first and keep it low, less than 1%. You'll always get to keep what you've earned, that's non-negotiable.
{% endhint %}

</details>

<details>

<summary>For People Already Using Crypto</summary>

#### WE KNOW THE PAIN

Crypto payments are powerful, but we still deal with these problems:

* One typo in an address = money gone forever
* Deciding on which chain to settle
* Juggling multiple addresses across networks
* Test payment confirmation before settling the whole payment
* Asking for tx hashes to verify payments

...and of course, exposing your on-chain activity

#### WITH PIVY

* Get paid by sharing a payment link, QR, or username
* Privacy by default, fresh address for every transaction
* Auto-organized with tagging and notes
* Auto-bridging for USDC
* No more copy pasting long address

Perfect for:

* Web3 freelancers & consultants managing multiple clients and projects
* DAOs & Web3 teams paying contributors without address anxiety
* Privacy-conscious users who want to accept crypto without doxxing their portfolio
* Crypto giveaways or just a fun way to send crypto with friends!

The use case is **endless**! Get creative.

</details>


---

# 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/is-pivy-for-you.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.
