# 🤖 Trading Bot

To start trading, simply enter the club ID or the V1 user wallet address in the bot

### 💼 User Wallet Overview

To access your wallet type `/trade`\
In this section, you can view key information about your bot wallet:

* **Balance:** Displays your current balance in ETH and $FRIEND, the coins used on FriendTech.
* **Holdings:** Shows the number of key holdings you have and the number of club holdings.
* **Successful Trades:** Indicates the total number of successful key trades and club trades you've completed.

### ✅ Trading Modes

Choose between two trading modes based on your preference for speed or security:

* **⚡️ Fast Trade:** This mode prioritizes speed by executing trades without waiting for transaction confirmation on the network. While faster, it carries a higher risk as the trade may not be fully confirmed. Additionally, the balance information on the receipt may be outdated due to the lack of confirmation. (Only for Premium Users ✨)
* **🔒 Safe Trade:** In contrast, Safe Trade waits for full transaction confirmation before completing the trade. It’s more secure but takes longer to execute.

### ✅ Trade Confirmation

* **Confirmation Screen:** Enable this option to require a confirmation screen before executing any trade. This adds an extra layer of security, ensuring that trades are only executed after your explicit approval.

### 🔑 My Users & My Clubs

* **My Users:** View and manage the v1 user keys you are holding. This section helps you keep track of your holdings in specific users on FriendTech.
* **My Clubs:** Access and manage the clubs keys you hold. Similar to My Users, this section displays your club holdings and allows for quick management.


---

# 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.alertfriend.com/overview/functionalities/trading-bot.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.
