# 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>
