# New to Crypto? Start Here

If you're new to cryptocurrency, you've probably noticed it gets complicated fast. Wallets, blockchains, gas fees, seed phrases.&#x20;

PIVY simplified crypto payments so you can receive money without becoming a\
blockchain expert. This guide covers the absolute basics to get you started.

{% stepper %}
{% step %}

### Blockchain, The *Public Database*

{% hint style="info" %}
This is a simplified explanation to understand how blockchain works for payments.
{% endhint %}

Think of blockchain as a public spreadsheet where everyone can see and add transactions, but no one can change them. In the context of crypto payments, your crypto address works like a bank account number, but without revealing the name of the owner. So technically, nobody knows who owns which address.

But once you send or receive crypto from someone you know in real life, they can look up your address on the blockchain and see:

* Every payment you've received
* Every payment you've sent
* Your current balance
* Your entire transaction history

It's like handing someone your bank statement every time they pay you.

You could create a new address for each payment to keep things private. But if you're getting paid regularly or using multiple blockchains you'd end up juggling dozens of addresses. That gets messy fast.

**That's the problem PIVY solves.**
{% endstep %}

{% step %}

### Bridge, The *Central Bank*

<img src="/files/w5igIlAIFBY8tHoC2TfE" alt="" class="gitbook-drawing">

We can think of each blockchain as a bank.&#x20;

Bridges move your crypto between different blockchains. Just like you can transfer money from one bank to another, bridges let you move crypto from one blockchain to another.

PIVY supports [**auto-bridging for USDC**](/basics/images-and-media.md), a stablecoin pegged 1:1 with USD. This means you will always receive the payment at your preferred chain.
{% endstep %}

{% step %}

### On-Chain Privacy & Risks

The blockchain is permanent and public.

This creates some risks:

* [Bad people can target you](https://github.com/jlopp/physical-bitcoin-attacks) if they see you have a lot of crypto
* Anyone can track your spending habits and history
* There's no customer service for when things go wrong

Think of it like this: If everyone could see your bank balance and spending history, you'd be more careful about who you share your account number with, right?

That's why privacy matters in crypto. PIVY makes it **accessible and enjoyable**.
{% endstep %}

{% step %}

### Get Paid with PIVY

PIVY gives you a new address for every payment automatically, just like how virtual account works. You can also think of it like a **burner phone for crypto payments**: every transaction uses a new “number,” keeping your main wallet private while still connecting securely to your PIVY account.

Instead of juggling multiple addresses yourself, you just share one link: `pivy.me/yourname` or [customize the link](/getting-started/interface-n-features/links-templates.md) for special purposes. If it's with another PIVY user, simply share your **username**.

Behind the scenes, PIVY uses **secure cryptography** to handle these addresses safely. You don’t need to understand the technical details to use it, but if you’re curious, you can check the [Technical Explanation](/basics/how-pivy-works/technical-explanation.md).
{% endstep %}

{% step %}

### Convert Crypto to Fiat

PIVY helps you receive crypto. To convert it to fiat or government-issued currencies you have two options:

1. **Centralized Exchange (CEX)**\
   Withdraw your crypto from PIVY to an exchange account address, convert it to USDC or USDT if needed, and then sell it for your preferred fiat currency.\
   Most exchanges also support **P2P (peer-to-peer)** trading where you can sell directly to other users for local money.
2. **Peer-to-Peer (P2P)**\
   If you prefer staying off exchanges, you can use trusted P2P platforms or communities to trade your crypto directly for fiat.

**Coming soon: PIVY plans to add a built-in way to cash out directly (called an "off-ramp").**
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.pivy.me/getting-started/crypto-newbie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
