> 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./overview/trader-guide.md).

# Trader Guide

This guide is for users who want to explore and trade creator markets during the public testnet.

## Before You Trade

Make sure you have:

* Signed in.
* Connected a wallet.
* Switched to Base Sepolia.
* Claimed or received testnet funds.
* Opened a supported creator market.

{% hint style="warning" %}
Use small test trades first. Perpetual markets use leverage and liquidation mechanics, even in testnet.
{% endhint %}

## Explore Markets

Use Explore or a featured market link to find available creator markets. A creator market may show:

* Creator identity and profile details.
* Token or market symbol.
* Price and recent activity.
* Spot-market lifecycle status.
* Perpetual-market readiness.
* Creator rank and XP.

## Spot Trading

Spot trading lets you buy or sell a creator token against its bonding curve. Price changes as trading progresses along the curve.

Use spot trading if you want simple creator-token exposure without leverage.

## Perpetual Trading

Perpetual trading lets you open leveraged long or short positions on supported markets.

* Long means you benefit if the market moves up.
* Short means you benefit if the market moves down.
* Higher leverage increases both upside sensitivity and liquidation risk.
* Funding may be paid or received depending on market conditions.

## Track Your Activity

Open your profile to review:

* Open positions.
* Trade activity.
* Progress, XP, badges, and rank.

XP and badges are participation signals. They do not change trade execution, balances, or liquidation behavior.


---

# 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./overview/trader-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.
