# How to trade tokens

{% embed url="<https://youtu.be/yUsmjuxs7fo>" %}

Welcome to our step-by-step guide on how to trade tokens on the Moon Whales platform. Whether you're new to trading or just need a refresher, this tutorial will guide you through the process. For a visual walkthrough, you can watch the video tutorial above.

<mark style="color:red;">**Disclaimer**</mark>

Before we begin, please note: The tokens available on Moon Whales are published by random users and are not associated with Moon Whales itself. This tutorial is for educational purposes only and does not constitute financial advice. Always perform your own research before making any investments.

<mark style="color:blue;">**Step 1: Access the Moon Whales Website**</mark>

Start by visiting the official Moon Whales website. Once you're on the site, you'll be greeted by the main dashboard.

<mark style="color:blue;">**Step 2: Choose a Project to Invest In**</mark>

Browse through the various token projects available on the platform. When you find a project that interests you, click on it to view its details. This will take you to the token's dedicated trading page.

<mark style="color:blue;">**Step 3: Initiate the Trade**</mark>

On the token's trading page, follow these steps:

* **Enter the Amount to Invest:** Use the input field on the right side of the screen to enter the amount of BNB you want to invest. You can quickly choose a percentage of your available balance (25%, 50%, 75%, or 100%) or type in a specific amount.
* **Review the Exchange Rate:** Check the amount of tokens you'll receive for the BNB you entered. This is displayed just below the input field. Make sure you're satisfied with the exchange rate before proceeding.
* **Click on 'Swap':** Once you're ready, click the **Swap** button to start the trade.
* **Confirm the Transaction:** Your wallet will prompt you to confirm the transaction. Review all the details carefully, and if everything looks correct, confirm the transaction in your wallet.

<mark style="color:blue;">**Step 4: Monitor the Transaction**</mark>

After confirming the transaction, you can monitor its progress on the platform. The page will show real-time updates, including bonding curve progress and other relevant statistics.

<mark style="color:blue;">Step 5: Check Your Trade History</mark>

Once your trade is complete, scroll down to the **Trade History** section to see the details of your transaction. This section will display the amount of USD spent, the number of tokens acquired, and the BNB used.


---

# 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://moon-whales.gitbook.io/moon-whales/tutorials/how-to-trade-tokens.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.
