# Trade with Defined Bot

### Trading Functions

To trade a token, send a contract address (CA) to @defined\_bot or use "/i \<token>" (eg: /i pepe). Once sent, the bot will return token information as well as trading options 👇

<figure><img src="/files/YC69v797dN6SobCgAfgI" alt="" width="316"><figcaption></figcaption></figure>

Selecting one of the preset ETH values will prompt you to select a wallet to trade with before executing the transaction. Alternatively, you can select "Buy X ETH" to input a custom amount to spend.

The Buy < - > Sell button will toggle between buying and selling functionality. Other functions are available such as viewing wallet information and setting custom slippage.

{% hint style="info" %}
Trading is currently available for all ETH Uniswap V2 and V3 tokens, as well as many other popular EVM networks. We also support trading on Solana, including newly launched pump.fun tokens.&#x20;
{% endhint %}

### Limit Orders

Selecting "Create Limit Order" will prompt you to enter the desired trigger price. If your token has large number of zeros as in the example below, be sure to enter the trigger price carefully.

<figure><img src="/files/0IxR123Mrfj7JGdtZDyd" alt="" width="323"><figcaption><p>Example of a Limit Buy request</p></figcaption></figure>

Once you enter your trigger price, **you must select an amount of ETH to spend to finalize the limit order creation**.&#x20;

{% hint style="info" %}
If you create a Limit order and you wish to cancel it, you can do so by clicking the red "x" next to the limit order on the "My Orders" section on Defined (web/app/mobile).&#x20;
{% endhint %}

### Selling from Balances

Another option for selling is to view your token balances in Telegram by selecting the "Balances" option under the "Wallets" button, or by sending the /balances command.

Select the token you would like to sell from your balances and you will be presented with the standard token info response along with your standard selling options.

<figure><img src="/files/mG2CmT3AjflfVbdDJdeD" alt="" width="367"><figcaption><p>You can sell specific percentage of tokens, or select 100% to sell it all.</p></figcaption></figure>

Selecting one of the preset % values will instantly swap tokens for ETH. Alternatively, you can select "Sell X %" to input a custom amount to sell.

{% hint style="success" %}
We are constantly working to add new features and capabilities to our Telegram bot to give our users the best possible trading experience.
{% endhint %}


---

# 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.defined.fi/defined-docs/defined-classic/telegram-bot-guide/trade-with-defined-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.
