> For the complete documentation index, see [llms.txt](https://perps.gitbook.io/perps./llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://perps.gitbook.io/perps./quickstart.md).

# Quickstart

Use this guide if you are opening `perps.` for the first time.

{% hint style="warning" %}
The public testnet uses testnet assets. Do not send real funds to testnet addresses and do not treat testnet balances, XP, or activity as financial rewards.
{% endhint %}

{% stepper %}
{% step %}

## Open the app

Use the current public testnet link shared by the team. You should land on the `perps.` homepage.
{% endstep %}

{% step %}

## Sign in

Sign in with a supported social account or wallet. Signing in lets the app connect your profile, activity, XP, badges, and creator identity.
{% endstep %}

{% step %}

## Switch to Base Sepolia

The current public testnet runs on Base Sepolia. If your wallet prompts you to switch networks, review the request and approve it only if it points to Base Sepolia.
{% endstep %}

{% step %}

## Get test funds

Use the faucet flow provided in the app or testnet instructions to get testnet funds. These funds are only for testing.
{% endstep %}

{% step %}

## Choose your path

If you want to trade, open Explore or a featured creator market. If you are a creator, open Launchpad and follow the creator flow.
{% endstep %}

{% step %}

## Track progress

Open your profile and check the Progress tab. XP, badges, and rank help show testnet participation and profile activity.
{% endstep %}
{% endstepper %}

## Recommended First Actions

* Explore the available creator markets before trading.
* Open a creator profile and review the rank, activity, and market information.
* Start with a small test trade if you use the trading interface.
* If launching as a creator, connect your social identity before starting the launch flow.

## If Something Looks Wrong

* Confirm you are connected to Base Sepolia.
* Confirm you are signed in.
* Refresh the page after wallet or network changes.
* Check that you have testnet funds before trading or launching.


---

# 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://perps.gitbook.io/perps./quickstart.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.
