# Generating a Payment Link

The first step to receiving funds privately on Solana is generating a VeerTx payment link. This link acts as your secure gateway, allowing anyone to send you SOL or USDC without ever discovering your actual wallet address.

Which wallets work with VeerTx? Phantom, Solflare, Backpack, MetaMask, and any other wallet that supports the Solana network. On mobile, connect via WalletConnect to use your preferred wallet from any device.

### **Step 1: Connect Your Destination Wallet**

To begin, you need to tell VeerTx where you eventually want the funds to end up.

1. Navigate to the VeerTx web app.
2. Click Connect Wallet and select your preferred wallet from the menu. *Important: This is the wallet that will receive the final, anonymized funds from the Privacy Pool. The person sending you money will never see this address.*

### **Step 2: Create the Link**

Once your wallet is connected, configure your payment details and generate the link. VeerTx will instantly create a unique, shareable URL specifically tied to your destination wallet. Behind the scenes, our protocol maps this link to a temporary routing address, ensuring your main wallet remains completely hidden from the public ledger.

### **Step 3: Share the Link**

You are now ready to get paid privately. You can share this link with anyone:

* Send it to a friend to settle a bill.
* Post it on your social media for donations.
* Send it to a client as an invoice for your services.

When the sender clicks your link, they will be taken to a secure VeerTx deposit page where they can choose to send SOL or USDC and initiate the transfer. They do not need to know who you are, what your wallet holds, or what your transaction history looks like. All they see is the payment portal.

### **Step 4: Optional Telegram Alerts**

Want to know the exact moment you get paid? When setting up your link, you can optionally connect our Telegram bot. You will receive an instant, private message the moment someone sends you SOL or USDC, and a second alert when your funds are ready to claim.


---

# 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://veertx.gitbook.io/veertx-docs/user-guide/generating-a-payment-link.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.
