# Gecko

**Gecko Command for Real-time Crypto Coin Metrics**&#x20;

Fetch real-time crypto coin metrics from a trusted crypto data terminal using the **/gecko** command.&#x20;

You can look up any coin metric or stat swiftly, including those of newly listed altcoins.

**Usage:**\
`/gecko $paal [metric or stat]`

**Examples:**

* For general metrics:\
  `/gecko $paal metrics`
* For the contract address of the coin:\
  `/gecko $paal contract address`
* To find out the all-time high of the coin:\
  `/gecko $paal ath`

**Setting a Default Contract Address for the AI Bot**

In addition to fetching real-time crypto coin metrics, you can also set a default contract address for your AI Bot. This allows for quick and efficient retrieval of data for a specific cryptocurrency without needing to input the contract address each time.

**Usage:**

* `/setgecko [contract address]`

This command sets a default contract address for the AI Bot. Once set, you can simply use `/gecko [metric or stat]` without specifying the contract address each time.

**Example:**

1. To set the default contract:
   * `/setgecko 0x123abc456def789ghi...`
2. Then, to retrieve the all-time high of the default coin:
   * `/gecko ath`

### Managing Contract Addresses

To ensure the AI Bot's adaptability and management of multiple cryptocurrencies, the following command can be utilized:

#### Usage:

`/unsetgecko [contract address]`

This command removes the specified contract address from the AI Bot's memory. Subsequently, you will need to provide a contract address when using the `/gecko` command.

#### Example:

* To remove the default contract address: `/unsetgecko 0x123abc456def789ghi...`

After executing the `/unsetgecko` command, to fetch the all-time high or any other metric for a coin, you must include the contract address again: `/gecko $paal ath`

<br>


---

# 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.paal.ai/mypaal/telegram/gecko.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.
