> For the complete documentation index, see [llms.txt](https://docs.wpusdt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpusdt.com/testnet-access-guide.md).

# Testnet Access Guide

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

This connection allows us to refine our development process and provides an opportunity for you to be involved with wpUSDT from the early stages. Here’s how you can join the testnet:

**1. MetaMask Setup**

If you haven’t already, set up your MetaMask wallet by visiting <https://metamask.io/>.

**2. Add the Sepolia Testnet**

Click on the Sepolia Stablecoin Faucet at <https://faucet.wpusdt.com/>. If you haven't added the Sepolia testnet, the wallet will prompt you to either add it or switch to it. Please confirm the action by selecting 'Yes'.

Alternatively, in MetaMask, you can choose the "Add Network" option and enter the details for the Sepolia Testnet. Another method is to add the network through ChainList at <https://chainlist.org/chain/11155111>.

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

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

**3. Request Sepolia Testnet ETH**

Request Sepolia Testnet ETH through <https://www.infura.io/faucet/sepolia> or other available faucet services to get started.

**4. Request Testnet Stablecoin**

Visit <https://faucet.wpusdt.com/> to request your Testnet Stablecoin, enabling you to proceed with wrapping it into wpUSDT. This Testnet stablecoin serves as a stand-in for USDT on the Mainnet, specifically within the Testnet environment.

**5. Install the wpUSDT Wallet**

Download and install the wpUSDT Wallet onto your computer from the link provided below.

**6. Change Network to Testnet**

Before you create the Seed Phrase jump into the change wallet mode and change it to Testnet.

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

**7. Create Your Wallet & Secure Your Seed Phrase**

Follow the instructions to create your wallet, start the daemon (local node) and make sure to securely store your seed phrase.

**8. Bridge to the wpUSDT Network**

With the wallet installed, and having both Testnet Stablecoin and Testnet ETH, visit <https://ui-test.wpusdt.com/> to bridge your Testnet Stablecoin into the wpUSDT Network.

**9. Receive Your wpUSDT**

You should receive your wpUSDT in your wallet within 5-10 minutes.

#### Important Note:

If your computer flags the wallet files as a virus, please be assured this is a false positive. The wallet files are similar to those used by the Monero GUI wallet, and further information can be found here: [Monero XMR GUI falsely flagged as virus on Windows OS](https://support.ledger.com/hc/en-us/articles/8990902790685-Monero-XMR-GUI-falsely-flagged-as-virus-on-Windows-OS?docs=true).

**Download Link for wpUSDT Wallets:**&#x20;

<https://github.com/wpUSDT/wpusdt-gui-release>

Linux: "coming soon"

By following these steps, you'll be able to actively participate in the wpUSDT Testnet, experiencing the platform's features ahead of its full launch. Your feedback and participation are invaluable as we continue to improve and develop wpUSDT.

Circulation Supply Testnet API:&#x20;

<https://validator2.wpusdt.com/total_supply>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wpusdt.com/testnet-access-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
