# Setting Up a Trade

{% stepper %}
{% step %}
In the top left corner, choose the wallet and network you want to trade on.
{% endstep %}

{% step %}
To find the token you want to buy, paste its smart contract or pair address into the search bar.
{% endstep %}

{% step %}
A trading window will open displaying the token’s key metrics, including:

* Market Capitalization
* 24h Trading Volume
* Liquidity
* Price and 24h Price Change (%)
* Contract Address (CA) and Pair Address (P) (click to copy)
* Coin Name
  {% endstep %}
  {% endstepper %}

**Below the main stats, you'll see quick action buttons:**

* **“Graph”** – Opens a price chart for the token
* **“Analysis”** – Launches the analytics bot for deeper insight
* **“Share”** – Copies a direct referral link to the token in <mark style="color:green;">**LAB Terminal**</mark>


---

# 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://docs.lab.pro/trading-process/setting-up-a-trade.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.
