> For the complete documentation index, see [llms.txt](https://docs.alertfriend.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alertfriend.com/overview/friendtech/ft-trading-bot.md).

# 🤖 FT Trading Bot

### **🔑 Requirements**

To use the FT Trading Bot, you must own a [**Fred V1 Key**](https://www.friend.tech/0x1ef17ce5ce0e4ea09bcfbeea435e585bb19e0e78). This key unlocks all trading features available in the bot and allows you to manage club trades on FriendTech.\
See here [how to activate premium](/overview/plans-and-prices.md#how-to-activate-the-premium).

### 📋 Available Commands

*Use these commands in any club that has the Bot Fred activated.*

1. **!autotransfer**\
   \&#xNAN;*Enable/Disable automatic transfer to the main wallet after buying.*\
   Example:\
   `!autotransfer` → Toggles the auto-transfer feature.
2. **!buy \<club\_id> \[amount]**\
   \&#xNAN;*Buy clubs using $FRIEND.*\
   Example:\
   `!buy 235305 2` → Buys 2 keys from club FT#235305.
3. **!sell \<club\_id> \[amount]**\
   \&#xNAN;*Sell clubs.*\
   Example:\
   `!sell 226474 1` → Sells 1 key from club FT#226474.
4. **!transfer \<ft\_username> \[amount]**\
   \&#xNAN;*Transfer club keys from the current club to another user.*\
   Example:\
   `!transfer 0xRacerAlt 2` → Transfers 2 keys to '0xRacerAlt'.
5. **!transfer \<club\_id> \<ft\_username> \[amount]**\
   \&#xNAN;*Transfer specific club to another user.*\
   Example:\
   `!transfer 235305 0xRacerAlt 3` → Transfers 3 keys from FT#235305 to '0xRacerAlt'.
6. **!transfer \<ft\_username> $\<amount>**\
   \&#xNAN;*Transfer $FRIEND to another user.*\
   Example:\
   `!transfer 0xRacerAlt $10` → Transfers 10 $FRIEND to 0xRacerAlt.

✅ **A confirmation message is sent upon success.**\
**🌟** See here [how to activate premium](/overview/plans-and-prices.md#how-to-activate-the-premium).

{% hint style="info" %}
The default amount for buying and selling clubs is set to 1. \
If no amount is specified, the system will automatically use this default value!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.alertfriend.com/overview/friendtech/ft-trading-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
