# Getting Started as a Trader

{% hint style="info" %}
Want to learn about revenue for Traders? Head to the [Trader](https://taoflow.gitbook.io/taoflow-docs/core-concept/trader-page) section to learn more.
{% endhint %}

## Step 1 — Navigate to the Trader Page

Select Trader from the main menu.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2F4Uu1usUsYoe6AG9iqb83%2Ftrader_selection.png?alt=media&#x26;token=2ef62083-d5aa-4f45-8a73-bb30c9d81b07" alt="" width="563"><figcaption></figcaption></figure>

## Step 2 — Manage Collateral

* Add Collateral — Lock TAO to increase your trading power.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FMXO5ECmizzbiFtWayIdx%2Flock_.png?alt=media&#x26;token=9230c7e8-242b-4890-884b-8a9af570b8cd" alt="" width="563"><figcaption></figcaption></figure>

* Withdraw Collateral — Unlock TAO not in active positions.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FxG2CQbQ8k1moYAm3Tbxf%2Funlock_.png?alt=media&#x26;token=346aab9b-8a12-4a90-b847-8f11b3d0cbd9" alt="" width="563"><figcaption></figcaption></figure>

## Step 3 — Open Positions (Staking/Unstaking)

### **Manual Trading**

1. Enter the Subnet ID.
2. Enter the Stake or Unstake Amount.
3. Click Stake or Unstake.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FByZ3wMjBdEE9PyvC8Eim%2Fmanual%20staking.png?alt=media&#x26;token=fc6a1fda-6605-440f-afe2-fc831dae8521" alt=""><figcaption></figcaption></figure>

### **Automated Trading**

1. Enter Subnet ID.
2. Set Stake Price and Unstake Price.
3. Enter Stake Amount.
4. Choose repeat mode:
   * Repeat a fixed number of times
   * Repeat until stopped
5. Click Start.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2Fb3qSwAOsAJuYzGVznAoa%2Fauto%20staking.png?alt=media&#x26;token=fc35e430-5d38-4c1e-a070-0ef6ade48cb1" alt=""><figcaption></figcaption></figure>

### **Custom Trading**

1. Edit the trading script with your own logic.
2. Click Execute Script to run.

<figure><img src="https://818166399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj96royFgcHqQpa1k51RJ%2Fuploads%2FFjFt3ccvuloVfRgeIPeb%2FCustome%20staking.png?alt=media&#x26;token=4d40d99c-c4ad-49f6-b7e3-1b98514812a4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Tip:** You can close any position instantly with the **Unstake** button in your trade history.
{% endhint %}


---

# Agent Instructions: 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://taoflow.gitbook.io/taoflow-docs/getting-started/start-as-a-trader.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.
