# How to use Paystream on Testnet

Using Paystream on testnet allows you to simulate payment without using real funds. This is useful for testing and development purposes.

### Steps to get started&#x20;

Paystream uses **Reown AppKit** for the wallet adapter. Click the **Connect** button to link your wallet.

<figure><img src="/files/lur7t1H8QDvh3fGWJYpn" alt=""><figcaption></figcaption></figure>

**Note:** Ensure your wallet is switched to **devnet**. In **Phantom Wallet**, you can do this by going to **Developer Settings** and toggling on **Testnet**

<figure><img src="/files/aI5jb8rcY0ImPXBb6LSa" alt=""><figcaption></figcaption></figure>

##

#### Change Paystream Network

After connecting, change the Paystream network from the default **Solana mainnet** to **devnet**

<figure><img src="/files/2aaX4XyEjOPpcGSsUFiF" alt=""><figcaption></figcaption></figure>

Once changed, a banner will appear to indicate that you are now on **testnet**.<br>

#### Get Test Funds

To start simulating payments, visit the **faucet** to obtain testnet **SOL** and **USDC.** [**https://spl-token-faucet.com/?token-name=USDC-Dev**](https://spl-token-faucet.com/?token-name=USDC-Dev)&#x20;

The **USDC mint address** on testnet is different from mainnet, and for now, only USDC transactions are available for testing.


---

# 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://paystream.gitbook.io/paystream/getting-started/how-to-use-paystream-on-testnet.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.
