# How to Quickly Buy and Sell

## Buy and Sell

* Send the token's contract address to the uGun trading bot.
* Enter the amount you wish to purchase, and the system will immediately execute the buy order.
* Similarly, send the token's contract address to the uGun trading bot.
* Specify the percentage of your holdings you wish to sell, and the system will instantly execute the sell order.

<figure><img src="/files/eNgUkAJ0qBdBIEsZnmrg" alt=""><figcaption></figcaption></figure>

## Trade Execution

* Once a trade is initiated, the system will display the transaction hash.
* Upon successful transaction, a success notification and a trade report will be shown, detailing transaction amount, number of tokens, execution price, market value, wallet balance, and actual profit or loss of the current tokens.


---

# 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.udex.one/feature/ugun/how-to-quickly-buy-and-sell.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.
