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

# Testnet Onboarding

The TxFlow testnet lets you explore the platform with no real funds at risk.Go to the testnet app to get started. Onboarding steps are identical to mainnet. Use the in-app testnet faucet to mint test `USDC` after connecting.

{% hint style="info" %}
Testnet positions, balances, and history are entirely separate from mainnet and carry no real value.
{% endhint %}

## Step-by-Step Guide

### Open the Testnet App

Go to [**txflow-testnet.xyz**](https://txflow-testnet.xyz/trade)

### Connect Your Wallet

Choose one of two options:

**Option A: Email Login (No wallet required)**

1. Click **"Connect"**
2. Enter your email address and click **"Submit"**
3. Check your inbox for a 6-digit verification code (arrives within seconds)
4. Enter the code to log in

> A dedicated wallet address will be automatically created for your email. You can view it in the Deposit modal.

**Option B: EVM Wallet (MetaMask, Rabby, etc.)**

1. Click **"Connect"**
2. Select your wallet from the list
3. Approve the connection request in your wallet popup

### Enable Trading

1. Click **"Enable Trading"**
2. Sign the **gas-less** transaction in your wallet popup

This one-time signature authorizes TxFlow to execute trades on your behalf. No gas fees required.

### Get Test USDC

1. Click **"Claim Test Fund"** (in The top bar or deposit modal)
2. 1,000 test USDC will be credited to your trading account instantly
3. You can claim 1,000 USDC test tokens every hour.

### Start Trading!

You're all set. Your test USDC is ready to use.

### Next Steps

<table><thead><tr><th width="226.640625">Action</th><th>Link</th></tr></thead><tbody><tr><td>🚀 Start Trading</td><td><a href="https://txflow-testnet.xyz/trade">Launch App</a></td></tr><tr><td>📖 View Trading Rules</td><td><a href="/pages/scPRmf2UHNygzfDCY7Iu">Trading Rules</a></td></tr></tbody></table>


---

# 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:

```
GET https://docs.txflow.com/getting-started/testnet-onboarding.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.
