> For the complete documentation index, see [llms.txt](https://pyusd-garden.gitbook.io/pyusd.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyusd-garden.gitbook.io/pyusd.to/paypal-user.md).

# PayPal user?

[PYUSD.to](https://PYUSD.to) does not require you to know much about Ethereum! You don't need a wallet or weird accounts or special phrases or anything.

If you just want to get paid by anyone who has crypto, this is an easy way to do it.

## **Creating your PYUSD receiving address**

If you have a PayPal account, you can get a PYUSD wallet address by following the [steps for receiving crypto in your PayPal account](https://www.paypal.com/us/cshelp/article/how-do-i-transfer-my-crypto-HELP822):

1. Go to the [Finances tab](https://www.paypal.com/myaccount/crypto/).
2. Tap your crypto balance.
3. Tap the image Transfer arrows:\
   &#x20;![Transfer Arrows](https://pyusd.to/_next/image?url=https%3A%2F%2Fwww.paypalobjects.com%2Fgops%2Fcrypto_transfer_arrows.png\&w=48\&q=75)
4. Tap Receive.
5. Select PYUSD.
6. Your QR code & PYUSD receiving address will appear.
7. Copy the address.

## Creating your personalized PYUSD.to page

1. On the [PYUSD.to](https://PYUSD.to) homepage, paste your PYUSD receiving address you got above into home page of this dapp. Hit return or press the arrow button.
2. On the next page – `pyusd.to/<0x-your-address>` – claim your unique URL using the “Personalize URL” button.

That's it! This is your personal URL, which you can use going forward to easily receive PYUSD from anyone! You can also share your QR code to quickly link people to your personlized page.


---

# 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://pyusd-garden.gitbook.io/pyusd.to/paypal-user.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.
