> For the complete documentation index, see [llms.txt](https://docs.oomerbot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oomerbot.xyz/telegram-bots-info/oomer-bot.md).

# Oomer Bot

{% embed url="<https://t.me/OomerBot>" %}

## Tutorial

### How to create a wallet

Create an Oomer wallet by simply doing the following:

1. **Open Telegram**
2. **Open a chat with Oomerbot (**  [**https://t.me/OomerBot**](https://t.me/OomerBot) **)**
3. **Type /start**

This will automatically generate an Oomer wallet for your associated telegram user id and your Oomer interface appears.

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

As you can see your Ethereum address is displayed. **Also, do not forget to write down your private key!** You can view your private key by clicking **"Reveal Private Key** ��**".**&#x20;

For this tutorial we are going to be clicking ***"Open Wallet*** ��***"***.

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

Most of this is self-explanatory. However, for the more important features I will be have subsections to explain these in more detail. You can find these subsections at the bottom of the page.

Buttons:&#x20;

* **Deposit** 💸- Replys with a QR code to deposit to your account and shows your address
* **Withdraw**🧾 - Withdraw ETH, ERC20 Tokens, or unwrap ETH.
* **Token Balances** 📊- A summary of your trading history and your ERC20 Token balances.
* **History** 📜- All transaction hashes you have made in the past few days.
* **Volumebot** 🤖- Links to the [volume bot](https://t.me/OomerVolumeBot).
* **Gamblebot** 🎰- Links to the [gamble bot](https://t.me/OomerGambleBot).
* **$OOM Token** 🪙- Allows users to exchange their $OOMER for $OOM.
* **Rev Share Stats** 💸- Shows your current revshare from other users.

For buttons: **"Swap | DCA" , "Launchpad", "Airdrop"** have their own subsections that are more detailed so please continue to each section to understand how to fully utilize Oomerbot.

{% content-ref url="/pages/wV8jcs5fSQF88oRY4ew6" %}
[Trade](/telegram-bots-info/oomer-bot/trade.md)
{% endcontent-ref %}

{% content-ref url="/pages/Tx2XUjRtuFvaAHSFt2dd" %}
[Airdrop](/telegram-bots-info/oomer-bot/airdrop.md)
{% endcontent-ref %}

{% content-ref url="/pages/QWEZsX4udRhCoJ8vHg7t" %}
[Launchpad](/telegram-bots-info/oomer-bot/launchpad.md)
{% endcontent-ref %}


---

# 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.oomerbot.xyz/telegram-bots-info/oomer-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.
