# Making Your First Trade

Congratulations, your account is funded and you’re ready to trade.&#x20;

Let’s go through our trading interface components one by one.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfHO4VMdVCZ3KzQk7bsvjHVIl7JlDGC5nNdyg0mwpeztT4pyYBOJxYCvjvHcWANo5DT3DXEikBFJ3U3KUYXBtIxCSYJ2VwXvDSeA8uhfWSSKV06SwZvdADvDWkgUHXWlTIrmkVwcOEXzpQSu_euDa_lB6HX?key=6GX_Zlyi30RFLuEti6T1Gw" alt=""><figcaption></figcaption></figure>

1. **Price Information:** This section displays the current price of the selected trading pair, in this case, PUPS/USDT. You can also toggle between different assets to track their live prices.
2. **Order Placement:** Here, users can execute trades by placing limit or market orders. You can specify the amount of tokens to buy or sell or choose to trade a percentage of your wallet balance by adjusting the slider.
3. **Order Book:** The order book shows the current buy and sell orders for the selected trading pair. The green and red blocks represent the stacked buy/sell orders at different price levels, providing insight into market depth.
4. **Price Chart:** This section contains a detailed price chart for the selected asset, including historical price movements and volume. Users can analyze trends and use various indicators to inform their trading strategies.

To place a trade, select the amount you wish to buy or sell as well and click to confirm. Please note that you will have to confirm the trade in your connected wallet as well.

<https://x.com/BefiLabs/status/1834594768707350832><br>

Trading fees on BeFi Terminal are set at 0.1%.


---

# 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.befilabs.com/befi-terminal/making-your-first-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.
