> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payreque.st/llms.txt
> Use this file to discover all available pages before exploring further.

# Share Your Crypto Address

> Get a branded link with your wallet address, QR code, and copy button — perfect for X giveaways, donations, and tip jars

# Share Your Crypto Address

Every connected crypto wallet automatically gets its own shareable link on your `payrequest.me` page — a clean, branded card with a QR code and a one-tap **copy address** button. Drop the link anywhere you'd normally paste a wallet address: X/Twitter giveaways, Discord, a tip jar, or a "buy me a coffee" post.

<Info>
  No setup needed beyond connecting the wallet itself (Provider Settings or Business Details). Once a wallet address is saved, its share link works immediately.
</Info>

## Your Address Links

| Asset                 | Link                           | Requires                            |
| --------------------- | ------------------------------ | ----------------------------------- |
| Solana (SOL)          | `payrequest.me/{yourname}/sol` | `solana_wallet_address` connected   |
| Bitcoin (BTC)         | `payrequest.me/{yourname}/btc` | BTC address set in Business Details |
| Base / Ethereum (ETH) | `payrequest.me/{yourname}/eth` | EVM wallet connected                |

Replace `{yourname}` with your PayRequest handle — the same one used in your main payment page URL (`payrequest.me/{yourname}`).

<Tip>
  Don't have a wallet connected for an asset yet? Visiting that link returns a friendly "not configured" message instead of an error — connect the wallet first, then the link goes live instantly.
</Tip>

## What Visitors See

The address page uses the **same branding as your main payment page**:

* Your avatar, name, and tagline (or logo + business name)
* Your social links (X, LinkedIn, GitHub, website)
* Your accent color and page theme (Solana / Crypto Native, if set)
* A QR code for the address
* The address itself in a copy-to-clipboard field
* The "Secure · Encrypted · Powered by PayRequest" trust footer

<Frame>
  Visitors can scan the QR code with any wallet app, or tap the copy icon to grab the address as text — no account or login required.
</Frame>

## Requesting a Specific Amount

You can also pre-fill an amount by adding it to the link:

```
payrequest.me/{yourname}/10usd/sol
payrequest.me/{yourname}/25eur/btc
payrequest.me/{yourname}/5gbp/eth
```

This shows the same branded card, plus the equivalent amount in crypto (converted at the current exchange rate) and a countdown showing when the rate will refresh. Useful for invoicing a specific person a round amount without creating a full invoice.

<Warning>
  Supported fiat codes are `usd`, `eur`, and `gbp`. The amount is informational only — the page does not verify or track payments. For payments you need confirmed and reconciled automatically, use your full [payment page](/payment-processing/payment-methods-overview) or [Smart Links](/payment-processing/smart-links) instead.
</Warning>

## Use Cases

<CardGroup cols={2}>
  <Card title="Social giveaways" icon="trophy">
    Drop your `/sol` link in a giveaway post — entrants get a clean page with your address and a QR code, with your branding front and center.
  </Card>

  <Card title="Tip jar / donations" icon="hand-holding-dollar">
    Add the link to your bio or stream overlay so people can quickly tip you in BTC, SOL, or USDC on Base.
  </Card>

  <Card title="Quick one-off requests" icon="paper-plane">
    Send a friend or client `payrequest.me/{yourname}/25eur/sol` instead of typing out an address and amount in chat.
  </Card>

  <Card title="Print or QR display" icon="qrcode">
    Print the QR code on a flyer, business card, or table tent for in-person crypto tips and donations.
  </Card>
</CardGroup>

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Do I need to enable anything to use this?">
    No. As soon as a wallet address is saved on your account (Solana, Base/ETH, or BTC), its share link is live at `payrequest.me/{yourname}/{asset}`.
  </Accordion>

  <Accordion title="Does this page track or confirm payments?">
    No. It's a static "here's my address" page — a QR code and a copy button. To accept and automatically reconcile payments, use your [payment page](/payment-processing/payment-methods-overview) or a [Smart Link](/payment-processing/smart-links).
  </Accordion>

  <Accordion title="Can I change how the page looks?">
    Yes — it inherits your PayRequest Page styling: avatar, tagline, social links, accent color, and [crypto page theme](/shop-and-checkout/crypto-page-themes) all carry over automatically.
  </Accordion>

  <Accordion title="What happens if I haven't connected a wallet for that asset?">
    The link returns a "this merchant has not configured a {asset} wallet" message. Connect the wallet in Provider Settings or Business Details and the link starts working right away.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Solana USDC Payments" icon="bolt" href="/payment-processing/solana-pay">
    Accept full checkout payments via Solana Pay QR codes.
  </Card>

  <Card title="Crypto Page Themes" icon="palette" href="/shop-and-checkout/crypto-page-themes">
    Give your page a Solana or Crypto Native look.
  </Card>

  <Card title="Supported Crypto Wallets" icon="wallet" href="/payment-processing/crypto-supported-wallets">
    Connect a Base/EVM wallet to receive USDC.
  </Card>

  <Card title="Smart Links" icon="link" href="/payment-processing/smart-links">
    Create shareable payment links with fixed amounts.
  </Card>
</CardGroup>
