> For the complete documentation index, see [llms.txt](https://docs.crypton.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crypton.tools/crypton-super-bot/trading/how-to-trade-gaspump-tokens.md).

# How to Trade Gaspump Tokens

1. **Open Gaspump App:**
   * Start by opening the Gaspump app in Telegram.

<figure><img src="/files/Fh6pboXzF97gFMzXBKHi" alt="" width="188"><figcaption><p>Open GasPump</p></figcaption></figure>

2. **Find and Select Token:**

* Locate the token you wish to purchase and click on it.

<figure><img src="/files/nWZBoePrBj79PkpbJw6B" alt="" width="188"><figcaption><p>Choose a Token</p></figcaption></figure>

3. **Get Contract Address:**

* Navigate to the "About" page for the selected token. Here, you will find the contract address. Copy this address.

<figure><img src="/files/FK2LIvPp41lkG9HBUpXq" alt="" width="188"><figcaption><p>Copy CA</p></figcaption></figure>

4. **Paste in Crypton Super Bot:**

* Paste the copied contract address into Crypton Super Bot. Trading Gaspump tokens follows the same process as trading normal tokens.

<div><figure><img src="/files/bzUknADuu9TmmWl5NgZf" alt="" width="188"><figcaption><p>Paste the CA</p></figcaption></figure> <figure><img src="/files/DajheJIMXl9UN9gCDVfa" alt="" width="188"><figcaption><p>Overview</p></figcaption></figure></div>

5. **View Gaspump Holdings:**

* To check your Gaspump holdings, go to the Main Menu and click on **"GasPump Tokens"**. Select the desired wallet, and the bot will load your Gaspump positions for that wallet.

<div><figure><img src="/files/KzoD3EINZNaX7AJJ5tCS" alt="" width="188"><figcaption><p>Click GasPump Tokens</p></figcaption></figure> <figure><img src="/files/ms2JAvd1K8oilTDZfcxF" alt="" width="188"><figcaption><p>Select wallet</p></figcaption></figure></div>


---

# 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.crypton.tools/crypton-super-bot/trading/how-to-trade-gaspump-tokens.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.
