# Quickstart

{% stepper %}
{% step %}

### Connect your wallet

{% hint style="info" %}
Right now, PIVY runs on **Sui**, but we’ll be expanding soon to **Solana** and other chains too!&#x20;
{% endhint %}

* **Connect Your Current Wallet:** Great if you're active on a certain network! Your PIVY will focus on that specific chain, but don't worry, you can still **receive USDC from any supported chain**.
* **Connect with Privy Social Login:** This is the ultimate "*set it and forget it*" option! You can simply use your **email** and also automatically access **all current AND future chains we support**.
  {% endstep %}

{% step %}

### Claim your PIVY username

Think of it like your social handle: short, fun, and totally yours!\
This becomes your **personal payment link**, the first link that gets created.
{% endstep %}

{% step %}

### Set a 6-digit PIN

This is the secret recipe that will be mixed with your connected wallet's signature to generate your stealth addresses.

{% hint style="warning" %}
**Your PIN is** **private and permanent**.\
Keep it safe and don’t share it, not even with PIVY support (we *pinky promise* we’ll never ask!).
{% endhint %}
{% endstep %}

{% step %}

### Ask people to PIVY YOU

**Ready to get paid and stay private?** Share your PIVY link and tag us on <a href="https://x.com/pivyme" class="button primary" data-icon="x-twitter">@pivyme</a> so we can celebrate your first PIVY! You can always create new links with different [**Templates**](/getting-started/interface-n-features/links-templates.md) to match your needs.

{% hint style="info" %}
Currently, only **Simple Payment** is live, but don’t worry! We’re rolling out more PIVY link types later this month, so you’ll soon be able to do even more.
{% endhint %}
{% 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/quickstart.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.
