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

# Testnet Guide

Ticko testnet lets you explore the platform and practice trading with test funds. No real assets are at risk.

{% stepper %}
{% step %}

## Navigate to the testnet

Go to [testnet.ticko.xyz](https://testnet.ticko.xyz/). This is one of the interfaces to access Ticko testnet.

<figure><img src="/files/ZD2hYpFCan19Ki1FaabH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Sign in

Connect a supported wallet or log in with email.

*Wallet sign-in:*

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

*Email sign-in:*

<figure><img src="/files/JKoMW2ohizYQuGqvhvTh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Enter invitation code

Enter your invitation code to access the testnet.

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

Don't have one? Join our [Telegram](https://t.me/tickoxyz) to get one.
{% endstep %}

{% step %}

## Get testnet tokens

Claim testnet USDT from the faucet to use as trading collateral.

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

Funds arrive within one minute after claiming. There is a 24-hour cooldown before you can claim again.
{% endstep %}

{% step %}

## Enable trading

Sign to create a gasless trading session so you can place orders without approving each transaction.

<figure><img src="/files/1G8NflNW8KT3WVQHk1p5" alt=""><figcaption></figcaption></figure>

The trading session lasts 30 days. It only resets if you disconnect your wallet or clear browser local storage. If that happens, you will be prompted to enable trading again.
{% endstep %}

{% step %}

## Place a trade

Open a position on any available testnet market.

<figure><img src="/files/4pXQchWjvrG0DB8u55am" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Manage your position

View open positions, set TP/SL, adjust margin, or close.

<figure><img src="/files/xINyEsvCzos5RXIjAl5j" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.ticko.xyz/getting-started/testnet-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.
