> For the complete documentation index, see [llms.txt](https://robotrade-ai.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robotrade-ai.gitbook.io/untitled/robo-token/our-token.md).

# Our Token

In line with the expanding features of our Telegram bot, we're excited to introduce our own cryptocurrency token. This token aims to integrate seamlessly with our trading bot, enhancing user experience and offering additional utilities within our ecosystem.

**Token Details**

* **Name**: ROBO
* **Symbol**: $ROBO
* **Blockchain**: Ethereum
* **Token Type**: ERC-20
* **Total Supply**: 250,000,000
* **Pair**: 0x6132d92710da54626839121e30539a1568be867c
* **Uniswap Link**: <https://app.uniswap.org/swap?&inputCurrency=ETH&outputCurrency=0xc1c146e09640fe9e5d670288cc43c6269949d9a1&use=V2>

**Key Features**

* **Strategy Generation Discounts**: Users holding our token may receive discounts on generating additional CEX strategies (1 free per user).
* **Developer Earnings:** Developers who get onboarded to Robotrade and have their scripts listed on our bot will be paid in ROBO for their value contributed to the community.
* **Exclusive Access**: Token holders may get early access to new features and strategies such as premium trading strategies.

**Usage within the Bot**

* **Wallet Generation Fees**: Use tokens to pay for strategy generation fees at a discounted rate.
* **Subscription Services**: Access premium features by paying with our token.
* **Strategy Implementation**: Some advanced strategies might require tokens for activation.

<br>


---

# 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://robotrade-ai.gitbook.io/untitled/robo-token/our-token.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.
